Shades of Psychedelic Purple #D220EF
Tints of Psychedelic Purple #D220EF
RGB
CMYK
RGB Variations
Color information
#D220EF (or 0xD220EF) is known color: Psychedelic Purple. HEX triplet: D2, 20 and EF. RGB value is (210,32,239). Sum of RGB (Red+Green+Blue) = 210+32+239=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 32 (12.89% from 255 or 6.65% from 481); Blue value is 239 (93.75% from 255 or 49.69% from 481); Max value from RGB is 239 - color contains mainly: blue. Hex color #D220EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D220EF is #2DDF10. Grayscale: #6C6C6C. Windows color (decimal): -3006225 or 15671506. OLE color: 15671506.
HSL color Cylindrical-coordinate representation of color #D220EF: hue angle of 291.59º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D220EF is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 32 | 239 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.06 |
| HSL | 291.59º | 0.87% | 0.53% | - |
| HSV(B) | 291.59º | 0.87% | 0.94% | - |
| XYZ | 42.67 | 20.97 | 83.46 | - |
| YUV | 108.82 | 201.47 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 239 | 0.12 | 0.87 | 0 | 0.06 | 291.59 | 0.87 | 0.53 |
| Hex | D2 | 20 | EF | C | 57 | 0 | 6 | 124 | 57 | 35 |
| Octal | 322 | 40 | 357 | 14 | 127 | 0 | 6 | 444 | 127 | 65 |
| Binary | 11010010 | 100000 | 11101111 | 1100 | 1010111 | 0 | 110 | 100100100 | 1010111 | 110101 |
Color Harmonies of #D220EF
Complementary color
Monochromatic Colors of #D220EF
Black with #D220EF
Text Example
Text Example
White with #D220EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D220EF; }
p { color: rgb(210,32,239); }
H1.HeaderClassName
{
color: #D220EF;
}
.AnyTagClassName
{
color: #D220EF;
}
</style>
background-color css
<style>
a { background-color: #D220EF; }
a { background-color: rgb(210,32,239); }
div.DivClassName
{
background-color: #D220EF;
}
.BgClassName
{
background-color: #D220EF;
}
</style>
border-color css
<style>
span { border-color: #D220EF; }
span { border-color: rgb(210,32,239); }
td.TdClassName
{
border-color: #D220EF;
}
.TagClassName
{
border-color: #D220EF;
}
</style>