Shades of Deep Magenta #DC0ECF
Tints of Deep Magenta #DC0ECF
RGB
CMYK
RGB Variations
Color information
#DC0ECF (or 0xDC0ECF) is known color: Deep Magenta. HEX triplet: DC, 0E and CF. RGB value is (220,14,207). Sum of RGB (Red+Green+Blue) = 220+14+207=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 14 (5.86% from 255 or 3.17% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0ECF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0ECF is #23F130. Grayscale: #616161. Windows color (decimal): -2355505 or 13569756. OLE color: 13569756.
HSL color Cylindrical-coordinate representation of color #DC0ECF: hue angle of 303.79º 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 #DC0ECF is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 14 | 207 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.14 |
| HSL | 303.79º | 0.88% | 0.46% | - |
| HSV(B) | 303.79º | 0.94% | 0.86% | - |
| XYZ | 40.93 | 20.03 | 60.74 | - |
| YUV | 97.6 | 189.75 | 215.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 14 | 207 | 0 | 0.94 | 0.06 | 0.14 | 303.79 | 0.88 | 0.46 |
| Hex | DC | E | CF | 0 | 5E | 6 | E | 130 | 58 | 2E |
| Octal | 334 | 16 | 317 | 0 | 136 | 6 | 16 | 460 | 130 | 56 |
| Binary | 11011100 | 1110 | 11001111 | 0 | 1011110 | 110 | 1110 | 100110000 | 1011000 | 101110 |
Color Harmonies of #DC0ECF
Complementary color
Monochromatic Colors of #DC0ECF
Black with #DC0ECF
Text Example
Text Example
White with #DC0ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0ECF; }
p { color: rgb(220,14,207); }
H1.HeaderClassName
{
color: #DC0ECF;
}
.AnyTagClassName
{
color: #DC0ECF;
}
</style>
background-color css
<style>
a { background-color: #DC0ECF; }
a { background-color: rgb(220,14,207); }
div.DivClassName
{
background-color: #DC0ECF;
}
.BgClassName
{
background-color: #DC0ECF;
}
</style>
border-color css
<style>
span { border-color: #DC0ECF; }
span { border-color: rgb(220,14,207); }
td.TdClassName
{
border-color: #DC0ECF;
}
.TagClassName
{
border-color: #DC0ECF;
}
</style>