Shades of Deep Magenta #DC05DC
Tints of Deep Magenta #DC05DC
RGB
CMYK
RGB Variations
Color information
#DC05DC (or 0xDC05DC) is known color: Deep Magenta. HEX triplet: DC, 05 and DC. RGB value is (220,5,220). Sum of RGB (Red+Green+Blue) = 220+5+220=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 5 (2.34% from 255 or 1.12% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC05DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC05DC is #23FA23. Grayscale: #5D5D5D. Windows color (decimal): -2357796 or 14419420. OLE color: 14419420.
HSL color Cylindrical-coordinate representation of color #DC05DC: hue angle of 300º 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 #DC05DC is Cyan = 0, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 220 | - |
| CMYK | 0 | 0.98 | 0 | 0.14 |
| HSL | 300º | 0.96% | 0.44% | - |
| HSV(B) | 300º | 0.98% | 0.86% | - |
| XYZ | 42.49 | 20.49 | 69.43 | - |
| YUV | 93.8 | 199.23 | 218.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 220 | 0 | 0.98 | 0 | 0.14 | 300 | 0.96 | 0.44 |
| Hex | DC | 5 | DC | 0 | 62 | 0 | E | 12C | 60 | 2C |
| Octal | 334 | 5 | 334 | 0 | 142 | 0 | 16 | 454 | 140 | 54 |
| Binary | 11011100 | 101 | 11011100 | 0 | 1100010 | 0 | 1110 | 100101100 | 1100000 | 101100 |
Color Harmonies of #DC05DC
Complementary color
Monochromatic Colors of #DC05DC
Black with #DC05DC
Text Example
Text Example
White with #DC05DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC05DC; }
p { color: rgb(220,5,220); }
H1.HeaderClassName
{
color: #DC05DC;
}
.AnyTagClassName
{
color: #DC05DC;
}
</style>
background-color css
<style>
a { background-color: #DC05DC; }
a { background-color: rgb(220,5,220); }
div.DivClassName
{
background-color: #DC05DC;
}
.BgClassName
{
background-color: #DC05DC;
}
</style>
border-color css
<style>
span { border-color: #DC05DC; }
span { border-color: rgb(220,5,220); }
td.TdClassName
{
border-color: #DC05DC;
}
.TagClassName
{
border-color: #DC05DC;
}
</style>