Shades of Deep Magenta #DC05B9
Tints of Deep Magenta #DC05B9
RGB
CMYK
RGB Variations
Color information
#DC05B9 (or 0xDC05B9) is known color: Deep Magenta. HEX triplet: DC, 05 and B9. RGB value is (220,5,185). Sum of RGB (Red+Green+Blue) = 220+5+185=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 5 (2.34% from 255 or 1.22% from 410); Blue value is 185 (72.66% from 255 or 45.12% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC05B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC05B9 is #23FA46. Grayscale: #595959. Windows color (decimal): -2357831 or 12125660. OLE color: 12125660.
HSL color Cylindrical-coordinate representation of color #DC05B9: hue angle of 309.77º 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 #DC05B9 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 185 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.14 |
| HSL | 309.77º | 0.96% | 0.44% | - |
| HSV(B) | 309.77º | 0.98% | 0.86% | - |
| XYZ | 38.33 | 18.83 | 47.51 | - |
| YUV | 89.81 | 181.73 | 220.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 185 | 0 | 0.98 | 0.16 | 0.14 | 309.77 | 0.96 | 0.44 |
| Hex | DC | 5 | B9 | 0 | 62 | 10 | E | 136 | 60 | 2C |
| Octal | 334 | 5 | 271 | 0 | 142 | 20 | 16 | 466 | 140 | 54 |
| Binary | 11011100 | 101 | 10111001 | 0 | 1100010 | 10000 | 1110 | 100110110 | 1100000 | 101100 |
Color Harmonies of #DC05B9
Complementary color
Monochromatic Colors of #DC05B9
Black with #DC05B9
Text Example
Text Example
White with #DC05B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC05B9; }
p { color: rgb(220,5,185); }
H1.HeaderClassName
{
color: #DC05B9;
}
.AnyTagClassName
{
color: #DC05B9;
}
</style>
background-color css
<style>
a { background-color: #DC05B9; }
a { background-color: rgb(220,5,185); }
div.DivClassName
{
background-color: #DC05B9;
}
.BgClassName
{
background-color: #DC05B9;
}
</style>
border-color css
<style>
span { border-color: #DC05B9; }
span { border-color: rgb(220,5,185); }
td.TdClassName
{
border-color: #DC05B9;
}
.TagClassName
{
border-color: #DC05B9;
}
</style>