Shades of Psychedelic Purple #D420EA
Tints of Psychedelic Purple #D420EA
RGB
CMYK
RGB Variations
Color information
#D420EA (or 0xD420EA) is known color: Psychedelic Purple. HEX triplet: D4, 20 and EA. RGB value is (212,32,234). Sum of RGB (Red+Green+Blue) = 212+32+234=478 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.35% from 478); Green value is 32 (12.89% from 255 or 6.69% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #D420EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D420EA is #2BDF15. Grayscale: #6C6C6C. Windows color (decimal): -2875158 or 15343828. OLE color: 15343828.
HSL color Cylindrical-coordinate representation of color #D420EA: hue angle of 293.47º 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 #D420EA is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 32 | 234 | - |
| CMYK | 0.09 | 0.86 | 0 | 0.08 |
| HSL | 293.47º | 0.83% | 0.52% | - |
| HSV(B) | 293.47º | 0.86% | 0.92% | - |
| XYZ | 42.52 | 20.97 | 79.65 | - |
| YUV | 108.85 | 198.63 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 32 | 234 | 0.09 | 0.86 | 0 | 0.08 | 293.47 | 0.83 | 0.52 |
| Hex | D4 | 20 | EA | 9 | 56 | 0 | 8 | 125 | 53 | 34 |
| Octal | 324 | 40 | 352 | 11 | 126 | 0 | 10 | 445 | 123 | 64 |
| Binary | 11010100 | 100000 | 11101010 | 1001 | 1010110 | 0 | 1000 | 100100101 | 1010011 | 110100 |
Color Harmonies of #D420EA
Complementary color
Monochromatic Colors of #D420EA
Black with #D420EA
Text Example
Text Example
White with #D420EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D420EA; }
p { color: rgb(212,32,234); }
H1.HeaderClassName
{
color: #D420EA;
}
.AnyTagClassName
{
color: #D420EA;
}
</style>
background-color css
<style>
a { background-color: #D420EA; }
a { background-color: rgb(212,32,234); }
div.DivClassName
{
background-color: #D420EA;
}
.BgClassName
{
background-color: #D420EA;
}
</style>
border-color css
<style>
span { border-color: #D420EA; }
span { border-color: rgb(212,32,234); }
td.TdClassName
{
border-color: #D420EA;
}
.TagClassName
{
border-color: #D420EA;
}
</style>