Shades of Deep Magenta #DC0ECA
Tints of Deep Magenta #DC0ECA
RGB
CMYK
RGB Variations
Color information
#DC0ECA (or 0xDC0ECA) is known color: Deep Magenta. HEX triplet: DC, 0E and CA. RGB value is (220,14,202). Sum of RGB (Red+Green+Blue) = 220+14+202=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 14 (5.86% from 255 or 3.21% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0ECA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0ECA is #23F135. Grayscale: #606060. Windows color (decimal): -2355510 or 13242076. OLE color: 13242076.
HSL color Cylindrical-coordinate representation of color #DC0ECA: hue angle of 305.24º 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 #DC0ECA is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 14 | 202 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.14 |
| HSL | 305.24º | 0.88% | 0.46% | - |
| HSV(B) | 305.24º | 0.94% | 0.86% | - |
| XYZ | 40.33 | 19.79 | 57.57 | - |
| YUV | 97.03 | 187.25 | 215.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 14 | 202 | 0 | 0.94 | 0.08 | 0.14 | 305.24 | 0.88 | 0.46 |
| Hex | DC | E | CA | 0 | 5E | 8 | E | 131 | 58 | 2E |
| Octal | 334 | 16 | 312 | 0 | 136 | 10 | 16 | 461 | 130 | 56 |
| Binary | 11011100 | 1110 | 11001010 | 0 | 1011110 | 1000 | 1110 | 100110001 | 1011000 | 101110 |
Color Harmonies of #DC0ECA
Complementary color
Monochromatic Colors of #DC0ECA
Black with #DC0ECA
Text Example
Text Example
White with #DC0ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0ECA; }
p { color: rgb(220,14,202); }
H1.HeaderClassName
{
color: #DC0ECA;
}
.AnyTagClassName
{
color: #DC0ECA;
}
</style>
background-color css
<style>
a { background-color: #DC0ECA; }
a { background-color: rgb(220,14,202); }
div.DivClassName
{
background-color: #DC0ECA;
}
.BgClassName
{
background-color: #DC0ECA;
}
</style>
border-color css
<style>
span { border-color: #DC0ECA; }
span { border-color: rgb(220,14,202); }
td.TdClassName
{
border-color: #DC0ECA;
}
.TagClassName
{
border-color: #DC0ECA;
}
</style>