Shades of Deep Magenta #DC0EBC
Tints of Deep Magenta #DC0EBC
RGB
CMYK
RGB Variations
Color information
#DC0EBC (or 0xDC0EBC) is known color: Deep Magenta. HEX triplet: DC, 0E and BC. RGB value is (220,14,188). Sum of RGB (Red+Green+Blue) = 220+14+188=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 14 (5.86% from 255 or 3.32% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0EBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0EBC is #23F143. Grayscale: #5E5E5E. Windows color (decimal): -2355524 or 12324572. OLE color: 12324572.
HSL color Cylindrical-coordinate representation of color #DC0EBC: hue angle of 309.32º 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 #DC0EBC is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 14 | 188 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.14 |
| HSL | 309.32º | 0.88% | 0.46% | - |
| HSV(B) | 309.32º | 0.94% | 0.86% | - |
| XYZ | 38.75 | 19.16 | 49.23 | - |
| YUV | 95.43 | 180.25 | 216.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 14 | 188 | 0 | 0.94 | 0.15 | 0.14 | 309.32 | 0.88 | 0.46 |
| Hex | DC | E | BC | 0 | 5E | F | E | 135 | 58 | 2E |
| Octal | 334 | 16 | 274 | 0 | 136 | 17 | 16 | 465 | 130 | 56 |
| Binary | 11011100 | 1110 | 10111100 | 0 | 1011110 | 1111 | 1110 | 100110101 | 1011000 | 101110 |
Color Harmonies of #DC0EBC
Complementary color
Monochromatic Colors of #DC0EBC
Black with #DC0EBC
Text Example
Text Example
White with #DC0EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0EBC; }
p { color: rgb(220,14,188); }
H1.HeaderClassName
{
color: #DC0EBC;
}
.AnyTagClassName
{
color: #DC0EBC;
}
</style>
background-color css
<style>
a { background-color: #DC0EBC; }
a { background-color: rgb(220,14,188); }
div.DivClassName
{
background-color: #DC0EBC;
}
.BgClassName
{
background-color: #DC0EBC;
}
</style>
border-color css
<style>
span { border-color: #DC0EBC; }
span { border-color: rgb(220,14,188); }
td.TdClassName
{
border-color: #DC0EBC;
}
.TagClassName
{
border-color: #DC0EBC;
}
</style>