Shades of Deep Magenta #DC0DC9
Tints of Deep Magenta #DC0DC9
RGB
CMYK
RGB Variations
Color information
#DC0DC9 (or 0xDC0DC9) is known color: Deep Magenta. HEX triplet: DC, 0D and C9. RGB value is (220,13,201). Sum of RGB (Red+Green+Blue) = 220+13+201=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 13 (5.47% from 255 or 3.00% from 434); Blue value is 201 (78.91% from 255 or 46.31% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0DC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0DC9 is #23F236. Grayscale: #5F5F5F. Windows color (decimal): -2355767 or 13176284. OLE color: 13176284.
HSL color Cylindrical-coordinate representation of color #DC0DC9: hue angle of 305.51º 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 #DC0DC9 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 13 | 201 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.14 |
| HSL | 305.51º | 0.89% | 0.46% | - |
| HSV(B) | 305.51º | 0.94% | 0.86% | - |
| XYZ | 40.2 | 19.72 | 56.95 | - |
| YUV | 96.33 | 187.08 | 216.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 13 | 201 | 0 | 0.94 | 0.09 | 0.14 | 305.51 | 0.89 | 0.46 |
| Hex | DC | D | C9 | 0 | 5E | 9 | E | 132 | 59 | 2E |
| Octal | 334 | 15 | 311 | 0 | 136 | 11 | 16 | 462 | 131 | 56 |
| Binary | 11011100 | 1101 | 11001001 | 0 | 1011110 | 1001 | 1110 | 100110010 | 1011001 | 101110 |
Color Harmonies of #DC0DC9
Complementary color
Monochromatic Colors of #DC0DC9
Black with #DC0DC9
Text Example
Text Example
White with #DC0DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0DC9; }
p { color: rgb(220,13,201); }
H1.HeaderClassName
{
color: #DC0DC9;
}
.AnyTagClassName
{
color: #DC0DC9;
}
</style>
background-color css
<style>
a { background-color: #DC0DC9; }
a { background-color: rgb(220,13,201); }
div.DivClassName
{
background-color: #DC0DC9;
}
.BgClassName
{
background-color: #DC0DC9;
}
</style>
border-color css
<style>
span { border-color: #DC0DC9; }
span { border-color: rgb(220,13,201); }
td.TdClassName
{
border-color: #DC0DC9;
}
.TagClassName
{
border-color: #DC0DC9;
}
</style>