Shades of Deep Magenta #DC0DB7
Tints of Deep Magenta #DC0DB7
RGB
CMYK
RGB Variations
Color information
#DC0DB7 (or 0xDC0DB7) is known color: Deep Magenta. HEX triplet: DC, 0D and B7. RGB value is (220,13,183). Sum of RGB (Red+Green+Blue) = 220+13+183=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 13 (5.47% from 255 or 3.12% from 416); Blue value is 183 (71.88% from 255 or 43.99% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0DB7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0DB7 is #23F248. Grayscale: #5D5D5D. Windows color (decimal): -2355785 or 11996636. OLE color: 11996636.
HSL color Cylindrical-coordinate representation of color #DC0DB7: hue angle of 310.72º degrees, saturation: 0.89, 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 #DC0DB7 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 13 | 183 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.14 |
| HSL | 310.72º | 0.89% | 0.46% | - |
| HSV(B) | 310.72º | 0.94% | 0.86% | - |
| XYZ | 38.21 | 18.92 | 46.44 | - |
| YUV | 94.27 | 178.08 | 217.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 13 | 183 | 0 | 0.94 | 0.17 | 0.14 | 310.72 | 0.89 | 0.46 |
| Hex | DC | D | B7 | 0 | 5E | 11 | E | 137 | 59 | 2E |
| Octal | 334 | 15 | 267 | 0 | 136 | 21 | 16 | 467 | 131 | 56 |
| Binary | 11011100 | 1101 | 10110111 | 0 | 1011110 | 10001 | 1110 | 100110111 | 1011001 | 101110 |
Color Harmonies of #DC0DB7
Complementary color
Monochromatic Colors of #DC0DB7
Black with #DC0DB7
Text Example
Text Example
White with #DC0DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0DB7; }
p { color: rgb(220,13,183); }
H1.HeaderClassName
{
color: #DC0DB7;
}
.AnyTagClassName
{
color: #DC0DB7;
}
</style>
background-color css
<style>
a { background-color: #DC0DB7; }
a { background-color: rgb(220,13,183); }
div.DivClassName
{
background-color: #DC0DB7;
}
.BgClassName
{
background-color: #DC0DB7;
}
</style>
border-color css
<style>
span { border-color: #DC0DB7; }
span { border-color: rgb(220,13,183); }
td.TdClassName
{
border-color: #DC0DB7;
}
.TagClassName
{
border-color: #DC0DB7;
}
</style>