Shades of Psychedelic Purple #D220ED
Tints of Psychedelic Purple #D220ED
RGB
CMYK
RGB Variations
Color information
#D220ED (or 0xD220ED) is known color: Psychedelic Purple. HEX triplet: D2, 20 and ED. RGB value is (210,32,237). Sum of RGB (Red+Green+Blue) = 210+32+237=479 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.84% from 479); Green value is 32 (12.89% from 255 or 6.68% from 479); Blue value is 237 (92.97% from 255 or 49.48% from 479); Max value from RGB is 237 - color contains mainly: blue. Hex color #D220ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D220ED is #2DDF12. Grayscale: #6B6B6B. Windows color (decimal): -3006227 or 15540434. OLE color: 15540434.
HSL color Cylindrical-coordinate representation of color #D220ED: hue angle of 292.1º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D220ED is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 32 | 237 | - |
| CMYK | 0.11 | 0.86 | 0 | 0.07 |
| HSL | 292.1º | 0.85% | 0.53% | - |
| HSV(B) | 292.1º | 0.86% | 0.93% | - |
| XYZ | 42.38 | 20.85 | 81.91 | - |
| YUV | 108.59 | 200.47 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 237 | 0.11 | 0.86 | 0 | 0.07 | 292.1 | 0.85 | 0.53 |
| Hex | D2 | 20 | ED | B | 56 | 0 | 7 | 124 | 55 | 35 |
| Octal | 322 | 40 | 355 | 13 | 126 | 0 | 7 | 444 | 125 | 65 |
| Binary | 11010010 | 100000 | 11101101 | 1011 | 1010110 | 0 | 111 | 100100100 | 1010101 | 110101 |
Color Harmonies of #D220ED
Complementary color
Monochromatic Colors of #D220ED
Black with #D220ED
Text Example
Text Example
White with #D220ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D220ED; }
p { color: rgb(210,32,237); }
H1.HeaderClassName
{
color: #D220ED;
}
.AnyTagClassName
{
color: #D220ED;
}
</style>
background-color css
<style>
a { background-color: #D220ED; }
a { background-color: rgb(210,32,237); }
div.DivClassName
{
background-color: #D220ED;
}
.BgClassName
{
background-color: #D220ED;
}
</style>
border-color css
<style>
span { border-color: #D220ED; }
span { border-color: rgb(210,32,237); }
td.TdClassName
{
border-color: #D220ED;
}
.TagClassName
{
border-color: #D220ED;
}
</style>