Shades of Deep Magenta #DC04D9
Tints of Deep Magenta #DC04D9
RGB
CMYK
RGB Variations
Color information
#DC04D9 (or 0xDC04D9) is known color: Deep Magenta. HEX triplet: DC, 04 and D9. RGB value is (220,4,217). Sum of RGB (Red+Green+Blue) = 220+4+217=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 4 (1.95% from 255 or 0.91% from 441); Blue value is 217 (85.16% from 255 or 49.21% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC04D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC04D9 is #23FB26. Grayscale: #5C5C5C. Windows color (decimal): -2358055 or 14222556. OLE color: 14222556.
HSL color Cylindrical-coordinate representation of color #DC04D9: hue angle of 300.83º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC04D9 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 4 | 217 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.14 |
| HSL | 300.83º | 0.96% | 0.44% | - |
| HSV(B) | 300.83º | 0.98% | 0.86% | - |
| XYZ | 42.08 | 20.31 | 67.35 | - |
| YUV | 92.87 | 198.06 | 218.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 4 | 217 | 0 | 0.98 | 0.01 | 0.14 | 300.83 | 0.96 | 0.44 |
| Hex | DC | 4 | D9 | 0 | 62 | 1 | E | 12D | 60 | 2C |
| Octal | 334 | 4 | 331 | 0 | 142 | 1 | 16 | 455 | 140 | 54 |
| Binary | 11011100 | 100 | 11011001 | 0 | 1100010 | 1 | 1110 | 100101101 | 1100000 | 101100 |
Color Harmonies of #DC04D9
Complementary color
Monochromatic Colors of #DC04D9
Black with #DC04D9
Text Example
Text Example
White with #DC04D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC04D9; }
p { color: rgb(220,4,217); }
H1.HeaderClassName
{
color: #DC04D9;
}
.AnyTagClassName
{
color: #DC04D9;
}
</style>
background-color css
<style>
a { background-color: #DC04D9; }
a { background-color: rgb(220,4,217); }
div.DivClassName
{
background-color: #DC04D9;
}
.BgClassName
{
background-color: #DC04D9;
}
</style>
border-color css
<style>
span { border-color: #DC04D9; }
span { border-color: rgb(220,4,217); }
td.TdClassName
{
border-color: #DC04D9;
}
.TagClassName
{
border-color: #DC04D9;
}
</style>