Shades of Deep Magenta #DC05CB
Tints of Deep Magenta #DC05CB
RGB
CMYK
RGB Variations
Color information
#DC05CB (or 0xDC05CB) is known color: Deep Magenta. HEX triplet: DC, 05 and CB. RGB value is (220,5,203). Sum of RGB (Red+Green+Blue) = 220+5+203=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 5 (2.34% from 255 or 1.17% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC05CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC05CB is #23FA34. Grayscale: #5B5B5B. Windows color (decimal): -2357813 or 13305308. OLE color: 13305308.
HSL color Cylindrical-coordinate representation of color #DC05CB: hue angle of 304.74º 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 #DC05CB is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 203 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.14 |
| HSL | 304.74º | 0.96% | 0.44% | - |
| HSV(B) | 304.74º | 0.98% | 0.86% | - |
| XYZ | 40.35 | 19.64 | 58.16 | - |
| YUV | 91.86 | 190.73 | 219.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 203 | 0 | 0.98 | 0.08 | 0.14 | 304.74 | 0.96 | 0.44 |
| Hex | DC | 5 | CB | 0 | 62 | 8 | E | 131 | 60 | 2C |
| Octal | 334 | 5 | 313 | 0 | 142 | 10 | 16 | 461 | 140 | 54 |
| Binary | 11011100 | 101 | 11001011 | 0 | 1100010 | 1000 | 1110 | 100110001 | 1100000 | 101100 |
Color Harmonies of #DC05CB
Complementary color
Monochromatic Colors of #DC05CB
Black with #DC05CB
Text Example
Text Example
White with #DC05CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC05CB; }
p { color: rgb(220,5,203); }
H1.HeaderClassName
{
color: #DC05CB;
}
.AnyTagClassName
{
color: #DC05CB;
}
</style>
background-color css
<style>
a { background-color: #DC05CB; }
a { background-color: rgb(220,5,203); }
div.DivClassName
{
background-color: #DC05CB;
}
.BgClassName
{
background-color: #DC05CB;
}
</style>
border-color css
<style>
span { border-color: #DC05CB; }
span { border-color: rgb(220,5,203); }
td.TdClassName
{
border-color: #DC05CB;
}
.TagClassName
{
border-color: #DC05CB;
}
</style>