Shades of Deep Magenta #DC04B7
Tints of Deep Magenta #DC04B7
RGB
CMYK
RGB Variations
Color information
#DC04B7 (or 0xDC04B7) is known color: Deep Magenta. HEX triplet: DC, 04 and B7. RGB value is (220,4,183). Sum of RGB (Red+Green+Blue) = 220+4+183=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 4 (1.95% from 255 or 0.98% from 407); Blue value is 183 (71.88% from 255 or 44.96% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC04B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC04B7 is #23FB48. Grayscale: #585858. Windows color (decimal): -2358089 or 11994332. OLE color: 11994332.
HSL color Cylindrical-coordinate representation of color #DC04B7: hue angle of 310.28º 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 #DC04B7 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 4 | 183 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.14 |
| HSL | 310.28º | 0.96% | 0.44% | - |
| HSV(B) | 310.28º | 0.98% | 0.86% | - |
| XYZ | 38.11 | 18.72 | 46.4 | - |
| YUV | 88.99 | 181.06 | 221.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 4 | 183 | 0 | 0.98 | 0.17 | 0.14 | 310.28 | 0.96 | 0.44 |
| Hex | DC | 4 | B7 | 0 | 62 | 11 | E | 136 | 60 | 2C |
| Octal | 334 | 4 | 267 | 0 | 142 | 21 | 16 | 466 | 140 | 54 |
| Binary | 11011100 | 100 | 10110111 | 0 | 1100010 | 10001 | 1110 | 100110110 | 1100000 | 101100 |
Color Harmonies of #DC04B7
Complementary color
Monochromatic Colors of #DC04B7
Black with #DC04B7
Text Example
Text Example
White with #DC04B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC04B7; }
p { color: rgb(220,4,183); }
H1.HeaderClassName
{
color: #DC04B7;
}
.AnyTagClassName
{
color: #DC04B7;
}
</style>
background-color css
<style>
a { background-color: #DC04B7; }
a { background-color: rgb(220,4,183); }
div.DivClassName
{
background-color: #DC04B7;
}
.BgClassName
{
background-color: #DC04B7;
}
</style>
border-color css
<style>
span { border-color: #DC04B7; }
span { border-color: rgb(220,4,183); }
td.TdClassName
{
border-color: #DC04B7;
}
.TagClassName
{
border-color: #DC04B7;
}
</style>