Shades of Deep Magenta #DC0EC8
Tints of Deep Magenta #DC0EC8
RGB
CMYK
RGB Variations
Color information
#DC0EC8 (or 0xDC0EC8) is known color: Deep Magenta. HEX triplet: DC, 0E and C8. RGB value is (220,14,200). Sum of RGB (Red+Green+Blue) = 220+14+200=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 14 (5.86% from 255 or 3.23% from 434); Blue value is 200 (78.52% from 255 or 46.08% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0EC8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0EC8 is #23F137. Grayscale: #606060. Windows color (decimal): -2355512 or 13111004. OLE color: 13111004.
HSL color Cylindrical-coordinate representation of color #DC0EC8: hue angle of 305.83º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC0EC8 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 14 | 200 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.14 |
| HSL | 305.83º | 0.88% | 0.46% | - |
| HSV(B) | 305.83º | 0.94% | 0.86% | - |
| XYZ | 40.1 | 19.7 | 56.33 | - |
| YUV | 96.8 | 186.25 | 215.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 14 | 200 | 0 | 0.94 | 0.09 | 0.14 | 305.83 | 0.88 | 0.46 |
| Hex | DC | E | C8 | 0 | 5E | 9 | E | 132 | 58 | 2E |
| Octal | 334 | 16 | 310 | 0 | 136 | 11 | 16 | 462 | 130 | 56 |
| Binary | 11011100 | 1110 | 11001000 | 0 | 1011110 | 1001 | 1110 | 100110010 | 1011000 | 101110 |
Color Harmonies of #DC0EC8
Complementary color
Monochromatic Colors of #DC0EC8
Black with #DC0EC8
Text Example
Text Example
White with #DC0EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0EC8; }
p { color: rgb(220,14,200); }
H1.HeaderClassName
{
color: #DC0EC8;
}
.AnyTagClassName
{
color: #DC0EC8;
}
</style>
background-color css
<style>
a { background-color: #DC0EC8; }
a { background-color: rgb(220,14,200); }
div.DivClassName
{
background-color: #DC0EC8;
}
.BgClassName
{
background-color: #DC0EC8;
}
</style>
border-color css
<style>
span { border-color: #DC0EC8; }
span { border-color: rgb(220,14,200); }
td.TdClassName
{
border-color: #DC0EC8;
}
.TagClassName
{
border-color: #DC0EC8;
}
</style>