Shades of Deep Magenta #DC05DE
Tints of Deep Magenta #DC05DE
RGB
CMYK
RGB Variations
Color information
#DC05DE (or 0xDC05DE) is known color: Deep Magenta. HEX triplet: DC, 05 and DE. RGB value is (220,5,222). Sum of RGB (Red+Green+Blue) = 220+5+222=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 5 (2.34% from 255 or 1.12% from 447); Blue value is 222 (87.11% from 255 or 49.66% from 447); Max value from RGB is 222 - color contains mainly: blue. Hex color #DC05DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC05DE is #23FA21. Grayscale: #5D5D5D. Windows color (decimal): -2357794 or 14550492. OLE color: 14550492.
HSL color Cylindrical-coordinate representation of color #DC05DE: hue angle of 299.45º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC05DE is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 5 | 222 | - |
| CMYK | 0.01 | 0.98 | 0 | 0.13 |
| HSL | 299.45º | 0.96% | 0.45% | - |
| HSV(B) | 299.45º | 0.98% | 0.87% | - |
| XYZ | 42.75 | 20.6 | 70.83 | - |
| YUV | 94.02 | 200.23 | 217.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 222 | 0.01 | 0.98 | 0 | 0.13 | 299.45 | 0.96 | 0.45 |
| Hex | DC | 5 | DE | 1 | 62 | 0 | D | 12B | 60 | 2D |
| Octal | 334 | 5 | 336 | 1 | 142 | 0 | 15 | 453 | 140 | 55 |
| Binary | 11011100 | 101 | 11011110 | 1 | 1100010 | 0 | 1101 | 100101011 | 1100000 | 101101 |
Color Harmonies of #DC05DE
Complementary color
Monochromatic Colors of #DC05DE
Black with #DC05DE
Text Example
Text Example
White with #DC05DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC05DE; }
p { color: rgb(220,5,222); }
H1.HeaderClassName
{
color: #DC05DE;
}
.AnyTagClassName
{
color: #DC05DE;
}
</style>
background-color css
<style>
a { background-color: #DC05DE; }
a { background-color: rgb(220,5,222); }
div.DivClassName
{
background-color: #DC05DE;
}
.BgClassName
{
background-color: #DC05DE;
}
</style>
border-color css
<style>
span { border-color: #DC05DE; }
span { border-color: rgb(220,5,222); }
td.TdClassName
{
border-color: #DC05DE;
}
.TagClassName
{
border-color: #DC05DE;
}
</style>