Shades of Psychedelic Purple #D602EA
Tints of Psychedelic Purple #D602EA
RGB
CMYK
RGB Variations
Color information
#D602EA (or 0xD602EA) is known color: Psychedelic Purple. HEX triplet: D6, 02 and EA. RGB value is (214,2,234). Sum of RGB (Red+Green+Blue) = 214+2+234=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 2 (1.17% from 255 or 0.44% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #D602EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D602EA is #29FD15. Grayscale: #5B5B5B. Windows color (decimal): -2751766 or 15336150. OLE color: 15336150.
HSL color Cylindrical-coordinate representation of color #D602EA: hue angle of 294.83º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D602EA is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 214 | 2 | 234 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.08 |
| HSL | 294.83º | 0.98% | 0.46% | - |
| HSV(B) | 294.83º | 0.99% | 0.92% | - |
| XYZ | 42.6 | 20.28 | 79.51 | - |
| YUV | 91.84 | 208.24 | 215.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 234 | 0.09 | 0.99 | 0 | 0.08 | 294.83 | 0.98 | 0.46 |
| Hex | D6 | 2 | EA | 9 | 63 | 0 | 8 | 127 | 62 | 2E |
| Octal | 326 | 2 | 352 | 11 | 143 | 0 | 10 | 447 | 142 | 56 |
| Binary | 11010110 | 10 | 11101010 | 1001 | 1100011 | 0 | 1000 | 100100111 | 1100010 | 101110 |
Color Harmonies of #D602EA
Complementary color
Monochromatic Colors of #D602EA
Black with #D602EA
Text Example
Text Example
White with #D602EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D602EA; }
p { color: rgb(214,2,234); }
H1.HeaderClassName
{
color: #D602EA;
}
.AnyTagClassName
{
color: #D602EA;
}
</style>
background-color css
<style>
a { background-color: #D602EA; }
a { background-color: rgb(214,2,234); }
div.DivClassName
{
background-color: #D602EA;
}
.BgClassName
{
background-color: #D602EA;
}
</style>
border-color css
<style>
span { border-color: #D602EA; }
span { border-color: rgb(214,2,234); }
td.TdClassName
{
border-color: #D602EA;
}
.TagClassName
{
border-color: #D602EA;
}
</style>