Shades of Psychedelic Purple #D420EE
Tints of Psychedelic Purple #D420EE
RGB
CMYK
RGB Variations
Color information
#D420EE (or 0xD420EE) is known color: Psychedelic Purple. HEX triplet: D4, 20 and EE. RGB value is (212,32,238). Sum of RGB (Red+Green+Blue) = 212+32+238=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 32 (12.89% from 255 or 6.64% from 482); Blue value is 238 (93.36% from 255 or 49.38% from 482); Max value from RGB is 238 - color contains mainly: blue. Hex color #D420EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D420EE is #2BDF11. Grayscale: #6C6C6C. Windows color (decimal): -2875154 or 15605972. OLE color: 15605972.
HSL color Cylindrical-coordinate representation of color #D420EE: hue angle of 292.43º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D420EE is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 32 | 238 | - |
| CMYK | 0.11 | 0.87 | 0 | 0.07 |
| HSL | 292.43º | 0.86% | 0.53% | - |
| HSV(B) | 292.43º | 0.87% | 0.93% | - |
| XYZ | 43.1 | 21.2 | 82.71 | - |
| YUV | 109.3 | 200.63 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 32 | 238 | 0.11 | 0.87 | 0 | 0.07 | 292.43 | 0.86 | 0.53 |
| Hex | D4 | 20 | EE | B | 57 | 0 | 7 | 124 | 56 | 35 |
| Octal | 324 | 40 | 356 | 13 | 127 | 0 | 7 | 444 | 126 | 65 |
| Binary | 11010100 | 100000 | 11101110 | 1011 | 1010111 | 0 | 111 | 100100100 | 1010110 | 110101 |
Color Harmonies of #D420EE
Complementary color
Monochromatic Colors of #D420EE
Black with #D420EE
Text Example
Text Example
White with #D420EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D420EE; }
p { color: rgb(212,32,238); }
H1.HeaderClassName
{
color: #D420EE;
}
.AnyTagClassName
{
color: #D420EE;
}
</style>
background-color css
<style>
a { background-color: #D420EE; }
a { background-color: rgb(212,32,238); }
div.DivClassName
{
background-color: #D420EE;
}
.BgClassName
{
background-color: #D420EE;
}
</style>
border-color css
<style>
span { border-color: #D420EE; }
span { border-color: rgb(212,32,238); }
td.TdClassName
{
border-color: #D420EE;
}
.TagClassName
{
border-color: #D420EE;
}
</style>