Shades of Deep Magenta #DC0ABF
Tints of Deep Magenta #DC0ABF
RGB
CMYK
RGB Variations
Color information
#DC0ABF (or 0xDC0ABF) is known color: Deep Magenta. HEX triplet: DC, 0A and BF. RGB value is (220,10,191). Sum of RGB (Red+Green+Blue) = 220+10+191=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 10 (4.30% from 255 or 2.38% from 421); Blue value is 191 (75% from 255 or 45.37% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0ABF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0ABF is #23F540. Grayscale: #5C5C5C. Windows color (decimal): -2356545 or 12520156. OLE color: 12520156.
HSL color Cylindrical-coordinate representation of color #DC0ABF: hue angle of 308.29º 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 #DC0ABF is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 10 | 191 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.14 |
| HSL | 308.29º | 0.91% | 0.45% | - |
| HSV(B) | 308.29º | 0.95% | 0.86% | - |
| XYZ | 39.03 | 19.19 | 50.94 | - |
| YUV | 93.42 | 183.07 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 10 | 191 | 0 | 0.95 | 0.13 | 0.14 | 308.29 | 0.91 | 0.45 |
| Hex | DC | A | BF | 0 | 5F | D | E | 134 | 5B | 2D |
| Octal | 334 | 12 | 277 | 0 | 137 | 15 | 16 | 464 | 133 | 55 |
| Binary | 11011100 | 1010 | 10111111 | 0 | 1011111 | 1101 | 1110 | 100110100 | 1011011 | 101101 |
Color Harmonies of #DC0ABF
Complementary color
Monochromatic Colors of #DC0ABF
Black with #DC0ABF
Text Example
Text Example
White with #DC0ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0ABF; }
p { color: rgb(220,10,191); }
H1.HeaderClassName
{
color: #DC0ABF;
}
.AnyTagClassName
{
color: #DC0ABF;
}
</style>
background-color css
<style>
a { background-color: #DC0ABF; }
a { background-color: rgb(220,10,191); }
div.DivClassName
{
background-color: #DC0ABF;
}
.BgClassName
{
background-color: #DC0ABF;
}
</style>
border-color css
<style>
span { border-color: #DC0ABF; }
span { border-color: rgb(220,10,191); }
td.TdClassName
{
border-color: #DC0ABF;
}
.TagClassName
{
border-color: #DC0ABF;
}
</style>