Shades of Psychedelic Purple #D20EEF
Tints of Psychedelic Purple #D20EEF
RGB
CMYK
RGB Variations
Color information
#D20EEF (or 0xD20EEF) is known color: Psychedelic Purple. HEX triplet: D2, 0E and EF. RGB value is (210,14,239). Sum of RGB (Red+Green+Blue) = 210+14+239=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 14 (5.86% from 255 or 3.02% from 463); Blue value is 239 (93.75% from 255 or 51.62% from 463); Max value from RGB is 239 - color contains mainly: blue. Hex color #D20EEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D20EEF is #2DF110. Grayscale: #616161. Windows color (decimal): -3010833 or 15666898. OLE color: 15666898.
HSL color Cylindrical-coordinate representation of color #D20EEF: hue angle of 292.27º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20EEF is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 14 | 239 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.06 |
| HSL | 292.27º | 0.89% | 0.5% | - |
| HSV(B) | 292.27º | 0.94% | 0.94% | - |
| XYZ | 42.32 | 20.25 | 83.34 | - |
| YUV | 98.25 | 207.43 | 207.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 14 | 239 | 0.12 | 0.94 | 0 | 0.06 | 292.27 | 0.89 | 0.5 |
| Hex | D2 | E | EF | C | 5E | 0 | 6 | 124 | 59 | 32 |
| Octal | 322 | 16 | 357 | 14 | 136 | 0 | 6 | 444 | 131 | 62 |
| Binary | 11010010 | 1110 | 11101111 | 1100 | 1011110 | 0 | 110 | 100100100 | 1011001 | 110010 |
Color Harmonies of #D20EEF
Complementary color
Monochromatic Colors of #D20EEF
Black with #D20EEF
Text Example
Text Example
White with #D20EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20EEF; }
p { color: rgb(210,14,239); }
H1.HeaderClassName
{
color: #D20EEF;
}
.AnyTagClassName
{
color: #D20EEF;
}
</style>
background-color css
<style>
a { background-color: #D20EEF; }
a { background-color: rgb(210,14,239); }
div.DivClassName
{
background-color: #D20EEF;
}
.BgClassName
{
background-color: #D20EEF;
}
</style>
border-color css
<style>
span { border-color: #D20EEF; }
span { border-color: rgb(210,14,239); }
td.TdClassName
{
border-color: #D20EEF;
}
.TagClassName
{
border-color: #D20EEF;
}
</style>