Shades of Deep Magenta #DC0AD8
Tints of Deep Magenta #DC0AD8
RGB
CMYK
RGB Variations
Color information
#DC0AD8 (or 0xDC0AD8) is known color: Deep Magenta. HEX triplet: DC, 0A and D8. RGB value is (220,10,216). Sum of RGB (Red+Green+Blue) = 220+10+216=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 10 (4.30% from 255 or 2.24% from 446); Blue value is 216 (84.77% from 255 or 48.43% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0AD8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0AD8 is #23F527. Grayscale: #5F5F5F. Windows color (decimal): -2356520 or 14158556. OLE color: 14158556.
HSL color Cylindrical-coordinate representation of color #DC0AD8: hue angle of 301.14º 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 #DC0AD8 is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 10 | 216 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.14 |
| HSL | 301.14º | 0.91% | 0.45% | - |
| HSV(B) | 301.14º | 0.95% | 0.86% | - |
| XYZ | 42.02 | 20.39 | 66.69 | - |
| YUV | 96.27 | 195.57 | 216.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 10 | 216 | 0 | 0.95 | 0.02 | 0.14 | 301.14 | 0.91 | 0.45 |
| Hex | DC | A | D8 | 0 | 5F | 2 | E | 12D | 5B | 2D |
| Octal | 334 | 12 | 330 | 0 | 137 | 2 | 16 | 455 | 133 | 55 |
| Binary | 11011100 | 1010 | 11011000 | 0 | 1011111 | 10 | 1110 | 100101101 | 1011011 | 101101 |
Color Harmonies of #DC0AD8
Complementary color
Monochromatic Colors of #DC0AD8
Black with #DC0AD8
Text Example
Text Example
White with #DC0AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0AD8; }
p { color: rgb(220,10,216); }
H1.HeaderClassName
{
color: #DC0AD8;
}
.AnyTagClassName
{
color: #DC0AD8;
}
</style>
background-color css
<style>
a { background-color: #DC0AD8; }
a { background-color: rgb(220,10,216); }
div.DivClassName
{
background-color: #DC0AD8;
}
.BgClassName
{
background-color: #DC0AD8;
}
</style>
border-color css
<style>
span { border-color: #DC0AD8; }
span { border-color: rgb(220,10,216); }
td.TdClassName
{
border-color: #DC0AD8;
}
.TagClassName
{
border-color: #DC0AD8;
}
</style>