Shades of Psychedelic Purple #D602EE
Tints of Psychedelic Purple #D602EE
RGB
CMYK
RGB Variations
Color information
#D602EE (or 0xD602EE) is known color: Psychedelic Purple. HEX triplet: D6, 02 and EE. RGB value is (214,2,238). Sum of RGB (Red+Green+Blue) = 214+2+238=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 2 (1.17% from 255 or 0.44% from 454); Blue value is 238 (93.36% from 255 or 52.42% from 454); Max value from RGB is 238 - color contains mainly: blue. Hex color #D602EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D602EE is #29FD11. Grayscale: #5B5B5B. Windows color (decimal): -2751762 or 15598294. OLE color: 15598294.
HSL color Cylindrical-coordinate representation of color #D602EE: hue angle of 293.9º 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 #D602EE is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 2 | 238 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.07 |
| HSL | 293.9º | 0.98% | 0.47% | - |
| HSV(B) | 293.9º | 0.99% | 0.93% | - |
| XYZ | 43.19 | 20.51 | 82.57 | - |
| YUV | 92.29 | 210.24 | 214.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 238 | 0.10 | 0.99 | 0 | 0.07 | 293.9 | 0.98 | 0.47 |
| Hex | D6 | 2 | EE | A | 63 | 0 | 7 | 126 | 62 | 2F |
| Octal | 326 | 2 | 356 | 12 | 143 | 0 | 7 | 446 | 142 | 57 |
| Binary | 11010110 | 10 | 11101110 | 1010 | 1100011 | 0 | 111 | 100100110 | 1100010 | 101111 |
Color Harmonies of #D602EE
Complementary color
Monochromatic Colors of #D602EE
Black with #D602EE
Text Example
Text Example
White with #D602EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D602EE; }
p { color: rgb(214,2,238); }
H1.HeaderClassName
{
color: #D602EE;
}
.AnyTagClassName
{
color: #D602EE;
}
</style>
background-color css
<style>
a { background-color: #D602EE; }
a { background-color: rgb(214,2,238); }
div.DivClassName
{
background-color: #D602EE;
}
.BgClassName
{
background-color: #D602EE;
}
</style>
border-color css
<style>
span { border-color: #D602EE; }
span { border-color: rgb(214,2,238); }
td.TdClassName
{
border-color: #D602EE;
}
.TagClassName
{
border-color: #D602EE;
}
</style>