Shades of Deep Magenta #DC0ECC
Tints of Deep Magenta #DC0ECC
RGB
CMYK
RGB Variations
Color information
#DC0ECC (or 0xDC0ECC) is known color: Deep Magenta. HEX triplet: DC, 0E and CC. RGB value is (220,14,204). Sum of RGB (Red+Green+Blue) = 220+14+204=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 14 (5.86% from 255 or 3.20% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0ECC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0ECC is #23F133. Grayscale: #606060. Windows color (decimal): -2355508 or 13373148. OLE color: 13373148.
HSL color Cylindrical-coordinate representation of color #DC0ECC: hue angle of 304.66º 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 #DC0ECC is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 14 | 204 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.14 |
| HSL | 304.66º | 0.88% | 0.46% | - |
| HSV(B) | 304.66º | 0.94% | 0.86% | - |
| XYZ | 40.57 | 19.89 | 58.83 | - |
| YUV | 97.25 | 188.25 | 215.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 14 | 204 | 0 | 0.94 | 0.07 | 0.14 | 304.66 | 0.88 | 0.46 |
| Hex | DC | E | CC | 0 | 5E | 7 | E | 131 | 58 | 2E |
| Octal | 334 | 16 | 314 | 0 | 136 | 7 | 16 | 461 | 130 | 56 |
| Binary | 11011100 | 1110 | 11001100 | 0 | 1011110 | 111 | 1110 | 100110001 | 1011000 | 101110 |
Color Harmonies of #DC0ECC
Complementary color
Monochromatic Colors of #DC0ECC
Black with #DC0ECC
Text Example
Text Example
White with #DC0ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0ECC; }
p { color: rgb(220,14,204); }
H1.HeaderClassName
{
color: #DC0ECC;
}
.AnyTagClassName
{
color: #DC0ECC;
}
</style>
background-color css
<style>
a { background-color: #DC0ECC; }
a { background-color: rgb(220,14,204); }
div.DivClassName
{
background-color: #DC0ECC;
}
.BgClassName
{
background-color: #DC0ECC;
}
</style>
border-color css
<style>
span { border-color: #DC0ECC; }
span { border-color: rgb(220,14,204); }
td.TdClassName
{
border-color: #DC0ECC;
}
.TagClassName
{
border-color: #DC0ECC;
}
</style>