Shades of Psychedelic Purple #D602EF
Tints of Psychedelic Purple #D602EF
RGB
CMYK
RGB Variations
Color information
#D602EF (or 0xD602EF) is known color: Psychedelic Purple. HEX triplet: D6, 02 and EF. RGB value is (214,2,239). Sum of RGB (Red+Green+Blue) = 214+2+239=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 2 (1.17% from 255 or 0.44% from 455); Blue value is 239 (93.75% from 255 or 52.53% from 455); Max value from RGB is 239 - color contains mainly: blue. Hex color #D602EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D602EF is #29FD10. Grayscale: #5B5B5B. Windows color (decimal): -2751761 or 15663830. OLE color: 15663830.
HSL color Cylindrical-coordinate representation of color #D602EF: hue angle of 293.67º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D602EF is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 2 | 239 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.06 |
| HSL | 293.67º | 0.98% | 0.47% | - |
| HSV(B) | 293.67º | 0.99% | 0.94% | - |
| XYZ | 43.33 | 20.57 | 83.35 | - |
| YUV | 92.41 | 210.74 | 214.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 239 | 0.10 | 0.99 | 0 | 0.06 | 293.67 | 0.98 | 0.47 |
| Hex | D6 | 2 | EF | A | 63 | 0 | 6 | 126 | 62 | 2F |
| Octal | 326 | 2 | 357 | 12 | 143 | 0 | 6 | 446 | 142 | 57 |
| Binary | 11010110 | 10 | 11101111 | 1010 | 1100011 | 0 | 110 | 100100110 | 1100010 | 101111 |
Color Harmonies of #D602EF
Complementary color
Monochromatic Colors of #D602EF
Black with #D602EF
Text Example
Text Example
White with #D602EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D602EF; }
p { color: rgb(214,2,239); }
H1.HeaderClassName
{
color: #D602EF;
}
.AnyTagClassName
{
color: #D602EF;
}
</style>
background-color css
<style>
a { background-color: #D602EF; }
a { background-color: rgb(214,2,239); }
div.DivClassName
{
background-color: #D602EF;
}
.BgClassName
{
background-color: #D602EF;
}
</style>
border-color css
<style>
span { border-color: #D602EF; }
span { border-color: rgb(214,2,239); }
td.TdClassName
{
border-color: #D602EF;
}
.TagClassName
{
border-color: #D602EF;
}
</style>