Shades of Psychedelic Purple #D902EC
Tints of Psychedelic Purple #D902EC
RGB
CMYK
RGB Variations
Color information
#D902EC (or 0xD902EC) is known color: Psychedelic Purple. HEX triplet: D9, 02 and EC. RGB value is (217,2,236). Sum of RGB (Red+Green+Blue) = 217+2+236=455 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.69% from 455); Green value is 2 (1.17% from 255 or 0.44% from 455); Blue value is 236 (92.58% from 255 or 51.87% from 455); Max value from RGB is 236 - color contains mainly: blue. Hex color #D902EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D902EC is #26FD13. Grayscale: #5C5C5C. Windows color (decimal): -2555156 or 15467225. OLE color: 15467225.
HSL color Cylindrical-coordinate representation of color #D902EC: hue angle of 295.13º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D902EC is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 2 | 236 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.07 |
| HSL | 295.13º | 0.98% | 0.47% | - |
| HSV(B) | 295.13º | 0.99% | 0.93% | - |
| XYZ | 43.78 | 20.85 | 81.07 | - |
| YUV | 92.96 | 208.73 | 216.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 2 | 236 | 0.08 | 0.99 | 0 | 0.07 | 295.13 | 0.98 | 0.47 |
| Hex | D9 | 2 | EC | 8 | 63 | 0 | 7 | 127 | 62 | 2F |
| Octal | 331 | 2 | 354 | 10 | 143 | 0 | 7 | 447 | 142 | 57 |
| Binary | 11011001 | 10 | 11101100 | 1000 | 1100011 | 0 | 111 | 100100111 | 1100010 | 101111 |
Color Harmonies of #D902EC
Complementary color
Monochromatic Colors of #D902EC
Black with #D902EC
Text Example
Text Example
White with #D902EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D902EC; }
p { color: rgb(217,2,236); }
H1.HeaderClassName
{
color: #D902EC;
}
.AnyTagClassName
{
color: #D902EC;
}
</style>
background-color css
<style>
a { background-color: #D902EC; }
a { background-color: rgb(217,2,236); }
div.DivClassName
{
background-color: #D902EC;
}
.BgClassName
{
background-color: #D902EC;
}
</style>
border-color css
<style>
span { border-color: #D902EC; }
span { border-color: rgb(217,2,236); }
td.TdClassName
{
border-color: #D902EC;
}
.TagClassName
{
border-color: #D902EC;
}
</style>