Shades of Deep Magenta #DC05D7
Tints of Deep Magenta #DC05D7
RGB
CMYK
RGB Variations
Color information
#DC05D7 (or 0xDC05D7) is known color: Deep Magenta. HEX triplet: DC, 05 and D7. RGB value is (220,5,215). Sum of RGB (Red+Green+Blue) = 220+5+215=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 5 (2.34% from 255 or 1.14% from 440); Blue value is 215 (84.38% from 255 or 48.86% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DC05D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC05D7 is #23FA28. Grayscale: #5C5C5C. Windows color (decimal): -2357801 or 14091740. OLE color: 14091740.
HSL color Cylindrical-coordinate representation of color #DC05D7: hue angle of 301.4º 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 #DC05D7 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 215 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.14 |
| HSL | 301.4º | 0.96% | 0.44% | - |
| HSV(B) | 301.4º | 0.98% | 0.86% | - |
| XYZ | 41.84 | 20.23 | 65.99 | - |
| YUV | 93.23 | 196.73 | 218.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 215 | 0 | 0.98 | 0.02 | 0.14 | 301.4 | 0.96 | 0.44 |
| Hex | DC | 5 | D7 | 0 | 62 | 2 | E | 12D | 60 | 2C |
| Octal | 334 | 5 | 327 | 0 | 142 | 2 | 16 | 455 | 140 | 54 |
| Binary | 11011100 | 101 | 11010111 | 0 | 1100010 | 10 | 1110 | 100101101 | 1100000 | 101100 |
Color Harmonies of #DC05D7
Complementary color
Monochromatic Colors of #DC05D7
Black with #DC05D7
Text Example
Text Example
White with #DC05D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC05D7; }
p { color: rgb(220,5,215); }
H1.HeaderClassName
{
color: #DC05D7;
}
.AnyTagClassName
{
color: #DC05D7;
}
</style>
background-color css
<style>
a { background-color: #DC05D7; }
a { background-color: rgb(220,5,215); }
div.DivClassName
{
background-color: #DC05D7;
}
.BgClassName
{
background-color: #DC05D7;
}
</style>
border-color css
<style>
span { border-color: #DC05D7; }
span { border-color: rgb(220,5,215); }
td.TdClassName
{
border-color: #DC05D7;
}
.TagClassName
{
border-color: #DC05D7;
}
</style>