Shades of Psychedelic Purple #D212EA
Tints of Psychedelic Purple #D212EA
RGB
CMYK
RGB Variations
Color information
#D212EA (or 0xD212EA) is known color: Psychedelic Purple. HEX triplet: D2, 12 and EA. RGB value is (210,18,234). Sum of RGB (Red+Green+Blue) = 210+18+234=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 18 (7.42% from 255 or 3.90% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #D212EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D212EA is #2DED15. Grayscale: #636363. Windows color (decimal): -3009814 or 15340242. OLE color: 15340242.
HSL color Cylindrical-coordinate representation of color #D212EA: hue angle of 293.33º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D212EA is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 18 | 234 | - |
| CMYK | 0.10 | 0.92 | 0 | 0.08 |
| HSL | 293.33º | 0.86% | 0.49% | - |
| HSV(B) | 293.33º | 0.92% | 0.92% | - |
| XYZ | 41.65 | 20.07 | 79.52 | - |
| YUV | 100.03 | 203.61 | 206.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 18 | 234 | 0.10 | 0.92 | 0 | 0.08 | 293.33 | 0.86 | 0.49 |
| Hex | D2 | 12 | EA | A | 5C | 0 | 8 | 125 | 56 | 31 |
| Octal | 322 | 22 | 352 | 12 | 134 | 0 | 10 | 445 | 126 | 61 |
| Binary | 11010010 | 10010 | 11101010 | 1010 | 1011100 | 0 | 1000 | 100100101 | 1010110 | 110001 |
Color Harmonies of #D212EA
Complementary color
Monochromatic Colors of #D212EA
Black with #D212EA
Text Example
Text Example
White with #D212EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D212EA; }
p { color: rgb(210,18,234); }
H1.HeaderClassName
{
color: #D212EA;
}
.AnyTagClassName
{
color: #D212EA;
}
</style>
background-color css
<style>
a { background-color: #D212EA; }
a { background-color: rgb(210,18,234); }
div.DivClassName
{
background-color: #D212EA;
}
.BgClassName
{
background-color: #D212EA;
}
</style>
border-color css
<style>
span { border-color: #D212EA; }
span { border-color: rgb(210,18,234); }
td.TdClassName
{
border-color: #D212EA;
}
.TagClassName
{
border-color: #D212EA;
}
</style>