Shades of Psychedelic Purple #D220E9
Tints of Psychedelic Purple #D220E9
RGB
CMYK
RGB Variations
Color information
#D220E9 (or 0xD220E9) is known color: Psychedelic Purple. HEX triplet: D2, 20 and E9. RGB value is (210,32,233). Sum of RGB (Red+Green+Blue) = 210+32+233=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 32 (12.89% from 255 or 6.74% from 475); Blue value is 233 (91.41% from 255 or 49.05% from 475); Max value from RGB is 233 - color contains mainly: blue. Hex color #D220E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D220E9 is #2DDF16. Grayscale: #6B6B6B. Windows color (decimal): -3006231 or 15278290. OLE color: 15278290.
HSL color Cylindrical-coordinate representation of color #D220E9: hue angle of 293.13º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D220E9 is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 32 | 233 | - |
| CMYK | 0.10 | 0.86 | 0 | 0.09 |
| HSL | 293.13º | 0.82% | 0.52% | - |
| HSV(B) | 293.13º | 0.86% | 0.91% | - |
| XYZ | 41.8 | 20.62 | 78.87 | - |
| YUV | 108.14 | 198.47 | 200.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 233 | 0.10 | 0.86 | 0 | 0.09 | 293.13 | 0.82 | 0.52 |
| Hex | D2 | 20 | E9 | A | 56 | 0 | 9 | 125 | 52 | 34 |
| Octal | 322 | 40 | 351 | 12 | 126 | 0 | 11 | 445 | 122 | 64 |
| Binary | 11010010 | 100000 | 11101001 | 1010 | 1010110 | 0 | 1001 | 100100101 | 1010010 | 110100 |
Color Harmonies of #D220E9
Complementary color
Monochromatic Colors of #D220E9
Black with #D220E9
Text Example
Text Example
White with #D220E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D220E9; }
p { color: rgb(210,32,233); }
H1.HeaderClassName
{
color: #D220E9;
}
.AnyTagClassName
{
color: #D220E9;
}
</style>
background-color css
<style>
a { background-color: #D220E9; }
a { background-color: rgb(210,32,233); }
div.DivClassName
{
background-color: #D220E9;
}
.BgClassName
{
background-color: #D220E9;
}
</style>
border-color css
<style>
span { border-color: #D220E9; }
span { border-color: rgb(210,32,233); }
td.TdClassName
{
border-color: #D220E9;
}
.TagClassName
{
border-color: #D220E9;
}
</style>