Shades of Deep Magenta #DC04B5
Tints of Deep Magenta #DC04B5
RGB
CMYK
RGB Variations
Color information
#DC04B5 (or 0xDC04B5) is known color: Deep Magenta. HEX triplet: DC, 04 and B5. RGB value is (220,4,181). Sum of RGB (Red+Green+Blue) = 220+4+181=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 4 (1.95% from 255 or 0.99% from 405); Blue value is 181 (71.09% from 255 or 44.69% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC04B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC04B5 is #23FB4A. Grayscale: #585858. Windows color (decimal): -2358091 or 11863260. OLE color: 11863260.
HSL color Cylindrical-coordinate representation of color #DC04B5: hue angle of 310.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 #DC04B5 is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 4 | 181 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.14 |
| HSL | 310.83º | 0.96% | 0.44% | - |
| HSV(B) | 310.83º | 0.98% | 0.86% | - |
| XYZ | 37.9 | 18.64 | 45.32 | - |
| YUV | 88.76 | 180.06 | 221.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 4 | 181 | 0 | 0.98 | 0.18 | 0.14 | 310.83 | 0.96 | 0.44 |
| Hex | DC | 4 | B5 | 0 | 62 | 12 | E | 137 | 60 | 2C |
| Octal | 334 | 4 | 265 | 0 | 142 | 22 | 16 | 467 | 140 | 54 |
| Binary | 11011100 | 100 | 10110101 | 0 | 1100010 | 10010 | 1110 | 100110111 | 1100000 | 101100 |
Color Harmonies of #DC04B5
Complementary color
Monochromatic Colors of #DC04B5
Black with #DC04B5
Text Example
Text Example
White with #DC04B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC04B5; }
p { color: rgb(220,4,181); }
H1.HeaderClassName
{
color: #DC04B5;
}
.AnyTagClassName
{
color: #DC04B5;
}
</style>
background-color css
<style>
a { background-color: #DC04B5; }
a { background-color: rgb(220,4,181); }
div.DivClassName
{
background-color: #DC04B5;
}
.BgClassName
{
background-color: #DC04B5;
}
</style>
border-color css
<style>
span { border-color: #DC04B5; }
span { border-color: rgb(220,4,181); }
td.TdClassName
{
border-color: #DC04B5;
}
.TagClassName
{
border-color: #DC04B5;
}
</style>