Shades of Deep Magenta #DC0ACB
Tints of Deep Magenta #DC0ACB
RGB
CMYK
RGB Variations
Color information
#DC0ACB (or 0xDC0ACB) is known color: Deep Magenta. HEX triplet: DC, 0A and CB. RGB value is (220,10,203). Sum of RGB (Red+Green+Blue) = 220+10+203=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 10 (4.30% from 255 or 2.31% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0ACB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0ACB is #23F534. Grayscale: #5E5E5E. Windows color (decimal): -2356533 or 13306588. OLE color: 13306588.
HSL color Cylindrical-coordinate representation of color #DC0ACB: hue angle of 304.86º 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 #DC0ACB is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 10 | 203 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.14 |
| HSL | 304.86º | 0.91% | 0.45% | - |
| HSV(B) | 304.86º | 0.95% | 0.86% | - |
| XYZ | 40.4 | 19.74 | 58.18 | - |
| YUV | 94.79 | 189.07 | 217.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 10 | 203 | 0 | 0.95 | 0.08 | 0.14 | 304.86 | 0.91 | 0.45 |
| Hex | DC | A | CB | 0 | 5F | 8 | E | 131 | 5B | 2D |
| Octal | 334 | 12 | 313 | 0 | 137 | 10 | 16 | 461 | 133 | 55 |
| Binary | 11011100 | 1010 | 11001011 | 0 | 1011111 | 1000 | 1110 | 100110001 | 1011011 | 101101 |
Color Harmonies of #DC0ACB
Complementary color
Monochromatic Colors of #DC0ACB
Black with #DC0ACB
Text Example
Text Example
White with #DC0ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0ACB; }
p { color: rgb(220,10,203); }
H1.HeaderClassName
{
color: #DC0ACB;
}
.AnyTagClassName
{
color: #DC0ACB;
}
</style>
background-color css
<style>
a { background-color: #DC0ACB; }
a { background-color: rgb(220,10,203); }
div.DivClassName
{
background-color: #DC0ACB;
}
.BgClassName
{
background-color: #DC0ACB;
}
</style>
border-color css
<style>
span { border-color: #DC0ACB; }
span { border-color: rgb(220,10,203); }
td.TdClassName
{
border-color: #DC0ACB;
}
.TagClassName
{
border-color: #DC0ACB;
}
</style>