Here some more colours :P
#define WHITE D3DCOLOR_ARGB(255, 255, 255, 255)
#define RED D3DCOLOR_ARGB(255, 255, 000, 000)
#define GREEN D3DCOLOR_ARGB(175, 000, 230, 000)
#define BLUE D3DCOLOR_ARGB(255, 000, 000, 255)
#define BLACK D3DCOLOR_ARGB(128, 000, 000, 000)
#define BLACK2 D3DCOLOR_ARGB(255, 000, 000, 000)
#define PURPLE D3DCOLOR_ARGB(255, 125, 000, 255)
#define GREY D3DCOLOR_ARGB(128, 128, 128, 128)
#define YELLOW D3DCOLOR_ARGB(255, 255, 255, 000)
#define ORANGE D3DCOLOR_ARGB(255, 255, 125, 000)
#define CYAN D3DCOLOR_ARGB(255, 000, 139 ,200)
#define PINK D3DCOLOR_ARGB(255,255,192,203)
//Transparent
#define TransBLACK D3DCOLOR_ARGB(128, 0, 0, 0)
#define TransWHITE D3DCOLOR_ARGB(175, 175, 175, 175)
#define TransRED D3DCOLOR_ARGB(175, 100, 000, 000)
#define TransCYANS D3DCOLOR_ARGB(175,000,255,255);
#define TransGREEN D3DCOLOR_ARGB(175, 000, 175, 000)
#define TransBLUE D3DCOLOR_ARGB(175, 000, 000, 175)
#define TransBLACK D3DCOLOR_ARGB(70, 000, 000, 000)
#define TransBLACK D3DCOLOR_ARGB(45, 000, 000, 100)
#define TransPURPLE D3DCOLOR_ARGB(175, 60, 000, 175)
#define TransGREY D3DCOLOR_ARGB(175, 59, 59, 59)
#define TransYELLOW D3DCOLOR_ARGB(175, 175, 175, 000)
#define TransORANGE D3DCOLOR_ARGB(175, 175, 175, 000)
#define TransCYAN D3DCOLOR_ARGB(175, 000, 64 ,200)
#define TransPINK D3DCOLOR_ARGB(175,175,91,117)