Shades of Psychedelic Purple #D21EE6
Tints of Psychedelic Purple #D21EE6
RGB
CMYK
RGB Variations
Color information
#D21EE6 (or 0xD21EE6) is known color: Psychedelic Purple. HEX triplet: D2, 1E and E6. RGB value is (210,30,230). Sum of RGB (Red+Green+Blue) = 210+30+230=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 30 (12.11% from 255 or 6.38% from 470); Blue value is 230 (90.23% from 255 or 48.94% from 470); Max value from RGB is 230 - color contains mainly: blue. Hex color #D21EE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21EE6 is #2DE119. Grayscale: #6A6A6A. Windows color (decimal): -3006746 or 15081170. OLE color: 15081170.
HSL color Cylindrical-coordinate representation of color #D21EE6: hue angle of 294º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D21EE6 is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 30 | 230 | - |
| CMYK | 0.09 | 0.87 | 0 | 0.10 |
| HSL | 294º | 0.8% | 0.51% | - |
| HSV(B) | 294º | 0.87% | 0.9% | - |
| XYZ | 41.33 | 20.34 | 76.61 | - |
| YUV | 106.62 | 197.63 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 30 | 230 | 0.09 | 0.87 | 0 | 0.10 | 294 | 0.8 | 0.51 |
| Hex | D2 | 1E | E6 | 9 | 57 | 0 | A | 126 | 50 | 33 |
| Octal | 322 | 36 | 346 | 11 | 127 | 0 | 12 | 446 | 120 | 63 |
| Binary | 11010010 | 11110 | 11100110 | 1001 | 1010111 | 0 | 1010 | 100100110 | 1010000 | 110011 |
Color Harmonies of #D21EE6
Complementary color
Monochromatic Colors of #D21EE6
Black with #D21EE6
Text Example
Text Example
White with #D21EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21EE6; }
p { color: rgb(210,30,230); }
H1.HeaderClassName
{
color: #D21EE6;
}
.AnyTagClassName
{
color: #D21EE6;
}
</style>
background-color css
<style>
a { background-color: #D21EE6; }
a { background-color: rgb(210,30,230); }
div.DivClassName
{
background-color: #D21EE6;
}
.BgClassName
{
background-color: #D21EE6;
}
</style>
border-color css
<style>
span { border-color: #D21EE6; }
span { border-color: rgb(210,30,230); }
td.TdClassName
{
border-color: #D21EE6;
}
.TagClassName
{
border-color: #D21EE6;
}
</style>