Shades of Deep Magenta #DC0ECB
Tints of Deep Magenta #DC0ECB
RGB
CMYK
RGB Variations
Color information
#DC0ECB (or 0xDC0ECB) is known color: Deep Magenta. HEX triplet: DC, 0E and CB. RGB value is (220,14,203). Sum of RGB (Red+Green+Blue) = 220+14+203=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 14 (5.86% from 255 or 3.20% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0ECB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0ECB is #23F134. Grayscale: #606060. Windows color (decimal): -2355509 or 13307612. OLE color: 13307612.
HSL color Cylindrical-coordinate representation of color #DC0ECB: hue angle of 304.95º 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 #DC0ECB is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 14 | 203 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.14 |
| HSL | 304.95º | 0.88% | 0.46% | - |
| HSV(B) | 304.95º | 0.94% | 0.86% | - |
| XYZ | 40.45 | 19.84 | 58.2 | - |
| YUV | 97.14 | 187.75 | 215.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 14 | 203 | 0 | 0.94 | 0.08 | 0.14 | 304.95 | 0.88 | 0.46 |
| Hex | DC | E | CB | 0 | 5E | 8 | E | 131 | 58 | 2E |
| Octal | 334 | 16 | 313 | 0 | 136 | 10 | 16 | 461 | 130 | 56 |
| Binary | 11011100 | 1110 | 11001011 | 0 | 1011110 | 1000 | 1110 | 100110001 | 1011000 | 101110 |
Color Harmonies of #DC0ECB
Complementary color
Monochromatic Colors of #DC0ECB
Black with #DC0ECB
Text Example
Text Example
White with #DC0ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0ECB; }
p { color: rgb(220,14,203); }
H1.HeaderClassName
{
color: #DC0ECB;
}
.AnyTagClassName
{
color: #DC0ECB;
}
</style>
background-color css
<style>
a { background-color: #DC0ECB; }
a { background-color: rgb(220,14,203); }
div.DivClassName
{
background-color: #DC0ECB;
}
.BgClassName
{
background-color: #DC0ECB;
}
</style>
border-color css
<style>
span { border-color: #DC0ECB; }
span { border-color: rgb(220,14,203); }
td.TdClassName
{
border-color: #DC0ECB;
}
.TagClassName
{
border-color: #DC0ECB;
}
</style>