Shades of Psychedelic Purple #D021EA
Tints of Psychedelic Purple #D021EA
RGB
CMYK
RGB Variations
Color information
#D021EA (or 0xD021EA) is known color: Psychedelic Purple. HEX triplet: D0, 21 and EA. RGB value is (208,33,234). Sum of RGB (Red+Green+Blue) = 208+33+234=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 33 (13.28% from 255 or 6.95% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #D021EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D021EA is #2FDE15. Grayscale: #6B6B6B. Windows color (decimal): -3137046 or 15344080. OLE color: 15344080.
HSL color Cylindrical-coordinate representation of color #D021EA: hue angle of 292.24º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D021EA is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 33 | 234 | - |
| CMYK | 0.11 | 0.86 | 0 | 0.08 |
| HSL | 292.24º | 0.83% | 0.52% | - |
| HSV(B) | 292.24º | 0.86% | 0.92% | - |
| XYZ | 41.41 | 20.44 | 79.6 | - |
| YUV | 108.24 | 198.98 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 33 | 234 | 0.11 | 0.86 | 0 | 0.08 | 292.24 | 0.83 | 0.52 |
| Hex | D0 | 21 | EA | B | 56 | 0 | 8 | 124 | 53 | 34 |
| Octal | 320 | 41 | 352 | 13 | 126 | 0 | 10 | 444 | 123 | 64 |
| Binary | 11010000 | 100001 | 11101010 | 1011 | 1010110 | 0 | 1000 | 100100100 | 1010011 | 110100 |
Color Harmonies of #D021EA
Complementary color
Monochromatic Colors of #D021EA
Black with #D021EA
Text Example
Text Example
White with #D021EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D021EA; }
p { color: rgb(208,33,234); }
H1.HeaderClassName
{
color: #D021EA;
}
.AnyTagClassName
{
color: #D021EA;
}
</style>
background-color css
<style>
a { background-color: #D021EA; }
a { background-color: rgb(208,33,234); }
div.DivClassName
{
background-color: #D021EA;
}
.BgClassName
{
background-color: #D021EA;
}
</style>
border-color css
<style>
span { border-color: #D021EA; }
span { border-color: rgb(208,33,234); }
td.TdClassName
{
border-color: #D021EA;
}
.TagClassName
{
border-color: #D021EA;
}
</style>