Shades of Psychedelic Purple #D21DEE
Tints of Psychedelic Purple #D21DEE
RGB
CMYK
RGB Variations
Color information
#D21DEE (or 0xD21DEE) is known color: Psychedelic Purple. HEX triplet: D2, 1D and EE. RGB value is (210,29,238). Sum of RGB (Red+Green+Blue) = 210+29+238=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 29 (11.72% from 255 or 6.08% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #D21DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21DEE is #2DE211. Grayscale: #6A6A6A. Windows color (decimal): -3006994 or 15605202. OLE color: 15605202.
HSL color Cylindrical-coordinate representation of color #D21DEE: hue angle of 291.96º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D21DEE is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 29 | 238 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.07 |
| HSL | 291.96º | 0.86% | 0.52% | - |
| HSV(B) | 291.96º | 0.88% | 0.93% | - |
| XYZ | 42.45 | 20.75 | 82.66 | - |
| YUV | 106.95 | 201.97 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 29 | 238 | 0.12 | 0.88 | 0 | 0.07 | 291.96 | 0.86 | 0.52 |
| Hex | D2 | 1D | EE | C | 58 | 0 | 7 | 124 | 56 | 34 |
| Octal | 322 | 35 | 356 | 14 | 130 | 0 | 7 | 444 | 126 | 64 |
| Binary | 11010010 | 11101 | 11101110 | 1100 | 1011000 | 0 | 111 | 100100100 | 1010110 | 110100 |
Color Harmonies of #D21DEE
Complementary color
Monochromatic Colors of #D21DEE
Black with #D21DEE
Text Example
Text Example
White with #D21DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21DEE; }
p { color: rgb(210,29,238); }
H1.HeaderClassName
{
color: #D21DEE;
}
.AnyTagClassName
{
color: #D21DEE;
}
</style>
background-color css
<style>
a { background-color: #D21DEE; }
a { background-color: rgb(210,29,238); }
div.DivClassName
{
background-color: #D21DEE;
}
.BgClassName
{
background-color: #D21DEE;
}
</style>
border-color css
<style>
span { border-color: #D21DEE; }
span { border-color: rgb(210,29,238); }
td.TdClassName
{
border-color: #D21DEE;
}
.TagClassName
{
border-color: #D21DEE;
}
</style>