Shades of Psychedelic Purple #DC0EE9
Tints of Psychedelic Purple #DC0EE9
RGB
CMYK
RGB Variations
Color information
#DC0EE9 (or 0xDC0EE9) is known color: Psychedelic Purple. HEX triplet: DC, 0E and E9. RGB value is (220,14,233). Sum of RGB (Red+Green+Blue) = 220+14+233=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 14 (5.86% from 255 or 3.00% from 467); Blue value is 233 (91.41% from 255 or 49.89% from 467); Max value from RGB is 233 - color contains mainly: blue. Hex color #DC0EE9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC0EE9 is #23F116. Grayscale: #636363. Windows color (decimal): -2355479 or 15273692. OLE color: 15273692.
HSL color Cylindrical-coordinate representation of color #DC0EE9: hue angle of 296.44º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC0EE9 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 14 | 233 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.09 |
| HSL | 296.44º | 0.89% | 0.48% | - |
| HSV(B) | 296.44º | 0.94% | 0.91% | - |
| XYZ | 44.38 | 21.41 | 78.88 | - |
| YUV | 100.56 | 202.75 | 213.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 14 | 233 | 0.06 | 0.94 | 0 | 0.09 | 296.44 | 0.89 | 0.48 |
| Hex | DC | E | E9 | 6 | 5E | 0 | 9 | 128 | 59 | 30 |
| Octal | 334 | 16 | 351 | 6 | 136 | 0 | 11 | 450 | 131 | 60 |
| Binary | 11011100 | 1110 | 11101001 | 110 | 1011110 | 0 | 1001 | 100101000 | 1011001 | 110000 |
Color Harmonies of #DC0EE9
Complementary color
Monochromatic Colors of #DC0EE9
Black with #DC0EE9
Text Example
Text Example
White with #DC0EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0EE9; }
p { color: rgb(220,14,233); }
H1.HeaderClassName
{
color: #DC0EE9;
}
.AnyTagClassName
{
color: #DC0EE9;
}
</style>
background-color css
<style>
a { background-color: #DC0EE9; }
a { background-color: rgb(220,14,233); }
div.DivClassName
{
background-color: #DC0EE9;
}
.BgClassName
{
background-color: #DC0EE9;
}
</style>
border-color css
<style>
span { border-color: #DC0EE9; }
span { border-color: rgb(220,14,233); }
td.TdClassName
{
border-color: #DC0EE9;
}
.TagClassName
{
border-color: #DC0EE9;
}
</style>