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