Shades of Deep Magenta #DC0ACF
Tints of Deep Magenta #DC0ACF
RGB
CMYK
RGB Variations
Color information
#DC0ACF (or 0xDC0ACF) is known color: Deep Magenta. HEX triplet: DC, 0A and CF. RGB value is (220,10,207). Sum of RGB (Red+Green+Blue) = 220+10+207=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 10 (4.30% from 255 or 2.29% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0ACF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0ACF is #23F530. Grayscale: #5E5E5E. Windows color (decimal): -2356529 or 13568732. OLE color: 13568732.
HSL color Cylindrical-coordinate representation of color #DC0ACF: hue angle of 303.71º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0ACF is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 10 | 207 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.14 |
| HSL | 303.71º | 0.91% | 0.45% | - |
| HSV(B) | 303.71º | 0.95% | 0.86% | - |
| XYZ | 40.89 | 19.94 | 60.72 | - |
| YUV | 95.25 | 191.07 | 216.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 10 | 207 | 0 | 0.95 | 0.06 | 0.14 | 303.71 | 0.91 | 0.45 |
| Hex | DC | A | CF | 0 | 5F | 6 | E | 130 | 5B | 2D |
| Octal | 334 | 12 | 317 | 0 | 137 | 6 | 16 | 460 | 133 | 55 |
| Binary | 11011100 | 1010 | 11001111 | 0 | 1011111 | 110 | 1110 | 100110000 | 1011011 | 101101 |
Color Harmonies of #DC0ACF
Complementary color
Monochromatic Colors of #DC0ACF
Black with #DC0ACF
Text Example
Text Example
White with #DC0ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0ACF; }
p { color: rgb(220,10,207); }
H1.HeaderClassName
{
color: #DC0ACF;
}
.AnyTagClassName
{
color: #DC0ACF;
}
</style>
background-color css
<style>
a { background-color: #DC0ACF; }
a { background-color: rgb(220,10,207); }
div.DivClassName
{
background-color: #DC0ACF;
}
.BgClassName
{
background-color: #DC0ACF;
}
</style>
border-color css
<style>
span { border-color: #DC0ACF; }
span { border-color: rgb(220,10,207); }
td.TdClassName
{
border-color: #DC0ACF;
}
.TagClassName
{
border-color: #DC0ACF;
}
</style>