

-----------------------------------------------------------------------| Ovior color code Credit - ovior -----------------------------------------------------------------------| Black/White Black HEX= #000000 = R=0 G=0 B=0 Grey HEX= #858585 = R=133 G=133 B=133 White HEX= #ffffff = R=255 G=255 B=255 -----------------------------------------------------------------------| Red R=244 G=194 B=194 HEX= #F4C2C2 Baby Pink R=255 G=105 B=97 HEX= #FF6961 Pastel Red R=255 G=92 B=92 HEX= #FF5C5C Indian Red R=255 G=28 B=0 HEX= #FF1C00 Ferrari Red R=255 G=8 B=0 HEX= #FF0800 Candy Red R=255 G=0 B=0 HEX= #FF0000 Red R=205 G=92 B=92 HEX= #CD5C5C Chestnut R=227 G=66 B=52 HEX= #E34234 Cinnabar R=215 G=59 B=62 HEX= #D73B3E Jasper R=206 G=22 B=32 HEX= #CE1620 Fire Red R=204 G=0 B=0 HEX= #CC0000 B-U Red R=178 G=34 B=34 HEX= #B22222 FireBrick R=179 G=27 B=27 HEX= #B31B1B Cornell Red R=164 G=0 B=0 HEX= #A40000 Dark Candy Red R=128 G=0 B=0 HEX= #800000 Maroon R=112 G=28 B=28 HEX= #701C1C Prune R=60 G=20 B=20 HEX= #3C1414 Dark Sienna R=50 G=20 B=20 HEX= #321414 Seal Brown -----------------------------------------------------------------------| Yellow R= 255 G= 255 B= 240 HEX= #FFFFF0 Ivory R= 255 G= 253 B= 208 HEX= #FFFDD0 Cream R= 253 G= 253 B= 150 HEX= #FDFD96 Pastel Yellow R= 245 G= 245 B= 220 HEX= #F5F5DC Beige R= 255 G= 255 B= 49 HEX= #FFFF31 Daffodil R= 255 G= 255 B= 0 HEX= #FFFF00 Yellow R= 252 G= 247 B= 94 HEX= #FCF75E Icterine R= 255 G= 247 B= 0 HEX= #FFF700 Lemon R= 255 G= 239 B= 0 HEX= #FFEF00 Canary Yellow R= 247 G= 233 B= 142 HEX= #F7E98E Flavescent R= 251 G= 236 B= 93 HEX= #FBEC5D Corn R= 255 G= 223 B= 0 HEX= #FFDF00 Golden Yellow R= 238 G= 230 B= 0 HEX= #EEE600 Titanium Yellow R= 240 G= 225 B= 48 HEX= #F0E130 Dandelion R= 230 G= 226 B= 0 HEX= #E6E200 Peridot R= 228 G= 217 B= 111 HEX= #E4D96F Straw R= 236 G= 213 B= 64 HEX= #ECD540 Sandstorm R= 207 G= 207 B= 196 HEX= #CFCFC4 Pastel Gray R= 228 G= 208 B= 10 HEX= #E4D00A Citrine R= 189 G= 183 B= 107 HEX= #BDB76B Dark Khaki R= 181 G= 166 B= 66 HEX= #B5A642 Brass -----------------------------------------------------------------------| Green R= 178 G= 236 B= 93 HEX= #B2EC5D Inchworm R= 124 G= 252 B= 0 HEX= #7CFC00 Lawn Green R= 102 G= 255 B= 0 HEX= #66FF00 Bright Green R= 172 G= 225 B= 175 HEX= #ACE1AF Celadon R= 119 G= 221 B= 119 HEX= #77DD77 Pastel Green R= 147 G= 197 B= 114 HEX= #93C572 Pistachio R= 133 G= 187 B= 101 HEX= #85BB65 Dollar Bill R= 135 G= 169 B= 107 HEX= #87A96B Asparagus R= 3 G= 192 B= 60 HEX= #03C03C Dark Pastel Green R= 120 G= 134 B= 107 HEX= #78866B Camouflage Green R= 19 G= 136 B= 8 HEX= #138808 India Green R= 0 G= 128 B= 0 HEX= #008000 Green R= 85 G= 107 B= 47 HEX= #556B2F Dark Olive Green R= 65 G= 72 B= 51 HEX= #414833 Rifle Green -----------------------------------------------------------------------| Blue R= 204 G= 204 B= 255 HEX= #CCCCFF Lavender Blue R= 196 G= 195 B= 208 HEX= #C4C3D0 Lavender Gray R= 146 G= 161 B= 207 HEX= #92A1CF Ceil R= 140 G= 146 B= 172 HEX= #8C92AC Cool Grey R= 0 G= 0 B= 255 HEX= #0000FF Blue R= 42 G= 82 B= 190 HEX= #2A52BE Cerulean Blue R= 0 G= 47 B= 167 HEX= #002FA7 International Klein Blue R= 0 G= 51 B= 153 HEX= #003399 Dark Powder Blue R= 0 G= 0 B= 156 HEX= #00009C Duke Blue R= 18 G= 10 B= 143 HEX= #120A8F Ultramarine R= 0 G= 0 B= 139 HEX= #00008B Dark Blue R= 0 G= 0 B= 128 HEX= #000080 Navy Blue R= 25 G= 25 B= 112 HEX= #191970 Midnight Blue R= 8 G= 37 B= 103 HEX= #082567 Sapphire R= 0 G= 35 B= 102 HEX= #002366 Royal Blue -----------------------------------------------------------------------|
const D3DCOLOR D3DCOLOR_BABYPINK = D3DCOLOR_ARGB(0xFF, 0xF4, 0xC2, 0xC2); const D3DCOLOR D3DCOLOR_PASTELRED = D3DCOLOR_ARGB(0xFF, 0xFF, 0x69, 0x61); const D3DCOLOR D3DCOLOR_INDIANRED = D3DCOLOR_ARGB(0xFF, 0xFF, 0x5C, 0x5C);

#define Green D3DCOLOR_ARGB(255, 000, 255, 000) #define Red D3DCOLOR_ARGB(255, 255, 000, 000) #define Blue D3DCOLOR_ARGB(255, 000, 000, 255) #define Orange D3DCOLOR_ARGB(255, 255, 165, 000) #define Yellow D3DCOLOR_ARGB(255, 255, 255, 000) #define Pink D3DCOLOR_ARGB(255, 255, 192, 203) #define Cyan D3DCOLOR_ARGB(255, 000, 255, 255) #define Purple D3DCOLOR_ARGB(255, 160, 032, 240) #define Black D3DCOLOR_ARGB(255, 000, 000, 000) #define White D3DCOLOR_ARGB(255, 255, 255, 255) #define Grey D3DCOLOR_ARGB(255, 112, 112, 112) #define SteelBlue D3DCOLOR_ARGB(255, 033, 104, 140) #define LightSteelBlue D3DCOLOR_ARGB(255, 201, 255, 255) #define LightBlue D3DCOLOR_ARGB(255, 026, 140, 306) #define Salmon D3DCOLOR_ARGB(255, 196, 112, 112) #define Brown D3DCOLOR_ARGB(255, 168, 099, 020) #define Teal D3DCOLOR_ARGB(255, 038, 140, 140) #define Lime D3DCOLOR_ARGB(255, 050, 205, 050) #define ElectricLime D3DCOLOR_ARGB(255, 204, 255, 000) #define Gold D3DCOLOR_ARGB(255, 255, 215, 000) #define OrangeRed D3DCOLOR_ARGB(255, 255, 069, 000) #define GreenYellow D3DCOLOR_ARGB(255, 173, 255, 047) #define AquaMarine D3DCOLOR_ARGB(255, 127, 255, 212) #define SkyBlue D3DCOLOR_ARGB(255, 000, 191, 255) #define SlateBlue D3DCOLOR_ARGB(255, 132, 112, 255) #define Crimson D3DCOLOR_ARGB(255, 220, 020, 060) #define DarkOliveGreen D3DCOLOR_ARGB(255, 188, 238, 104) #define PaleGreen D3DCOLOR_ARGB(255, 154, 255, 154) #define DarkGoldenRod D3DCOLOR_ARGB(255, 255, 185, 015) #define FireBrick D3DCOLOR_ARGB(255, 255, 048, 048) #define DarkBlue D3DCOLOR_ARGB(255, 000, 000, 204) #define DarkerBlue D3DCOLOR_ARGB(255, 000, 000, 153) #define DarkYellow D3DCOLOR_ARGB(255, 255, 204, 000) #define LightYellow D3DCOLOR_ARGB(255, 255, 255, 153) #define DarkOutline D3DCOLOR_ARGB(255, 37, 48, 52) #define TGreen D3DCOLOR_ARGB(180, 000, 255, 000) #define TRed D3DCOLOR_ARGB(180, 255, 000, 000) #define TBlue D3DCOLOR_ARGB(180, 000, 000, 255) #define TOrange D3DCOLOR_ARGB(180, 255, 165, 000) #define TYellow D3DCOLOR_ARGB(180, 255, 255, 000) #define TPink D3DCOLOR_ARGB(180, 255, 192, 203) #define TCyan D3DCOLOR_ARGB(180, 000, 255, 255) #define TPurple D3DCOLOR_ARGB(180, 160, 032, 240) #define TBlack D3DCOLOR_ARGB(180, 000, 000, 000) #define TWhite D3DCOLOR_ARGB(180, 255, 255, 255) #define TGrey D3DCOLOR_ARGB(180, 112, 112, 112) #define TSteelBlue D3DCOLOR_ARGB(180, 033, 104, 140) #define TLightSteelBlue D3DCOLOR_ARGB(180, 201, 255, 255) #define TLightBlue D3DCOLOR_ARGB(180, 026, 140, 306) #define TSalmon D3DCOLOR_ARGB(180, 196, 112, 112) #define TBrown D3DCOLOR_ARGB(180, 168, 099, 020) #define TTeal D3DCOLOR_ARGB(180, 038, 140, 140) #define TLime D3DCOLOR_ARGB(180, 050, 205, 050) #define TElectricLime D3DCOLOR_ARGB(180, 204, 255, 000) #define TGold D3DCOLOR_ARGB(180, 255, 215, 000) #define TOrangeRed D3DCOLOR_ARGB(180, 255, 069, 000) #define TGreenYellow D3DCOLOR_ARGB(180, 173, 255, 047) #define TAquaMarine D3DCOLOR_ARGB(180, 127, 255, 212) #define TSkyBlue D3DCOLOR_ARGB(180, 000, 191, 255) #define TSlateBlue D3DCOLOR_ARGB(180, 132, 112, 255) #define TCrimson D3DCOLOR_ARGB(180, 220, 020, 060) #define TDarkOliveGreen D3DCOLOR_ARGB(180, 188, 238, 104) #define TPaleGreen D3DCOLOR_ARGB(180, 154, 255, 154) #define TDarkGoldenRod D3DCOLOR_ARGB(180, 255, 185, 015) #define TFireBrick D3DCOLOR_ARGB(180, 255, 048, 048) #define TDarkBlue D3DCOLOR_ARGB(180, 000, 000, 204) #define TDarkerBlue D3DCOLOR_ARGB(180, 000, 000, 153) #define TDarkYellow D3DCOLOR_ARGB(180, 255, 204, 000) #define TLightYellow D3DCOLOR_ARGB(180, 255, 255, 153) #define TDarkOutline D3DCOLOR_ARGB(180, 37, 48, 52)