Shades of Deep Magenta #DC06CB
Tints of Deep Magenta #DC06CB
RGB
CMYK
RGB Variations
Color information
#DC06CB (or 0xDC06CB) is known color: Deep Magenta. HEX triplet: DC, 06 and CB. RGB value is (220,6,203). Sum of RGB (Red+Green+Blue) = 220+6+203=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 6 (2.73% from 255 or 1.40% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC06CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC06CB is #23F934. Grayscale: #5B5B5B. Windows color (decimal): -2357557 or 13305564. OLE color: 13305564.
HSL color Cylindrical-coordinate representation of color #DC06CB: hue angle of 304.77º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC06CB is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 6 | 203 | - |
| CMYK | 0 | 0.97 | 0.08 | 0.14 |
| HSL | 304.77º | 0.95% | 0.44% | - |
| HSV(B) | 304.77º | 0.97% | 0.86% | - |
| XYZ | 40.36 | 19.66 | 58.17 | - |
| YUV | 92.44 | 190.4 | 218.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 6 | 203 | 0 | 0.97 | 0.08 | 0.14 | 304.77 | 0.95 | 0.44 |
| Hex | DC | 6 | CB | 0 | 61 | 8 | E | 131 | 5F | 2C |
| Octal | 334 | 6 | 313 | 0 | 141 | 10 | 16 | 461 | 137 | 54 |
| Binary | 11011100 | 110 | 11001011 | 0 | 1100001 | 1000 | 1110 | 100110001 | 1011111 | 101100 |
Color Harmonies of #DC06CB
Complementary color
Monochromatic Colors of #DC06CB
Black with #DC06CB
Text Example
Text Example
White with #DC06CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC06CB; }
p { color: rgb(220,6,203); }
H1.HeaderClassName
{
color: #DC06CB;
}
.AnyTagClassName
{
color: #DC06CB;
}
</style>
background-color css
<style>
a { background-color: #DC06CB; }
a { background-color: rgb(220,6,203); }
div.DivClassName
{
background-color: #DC06CB;
}
.BgClassName
{
background-color: #DC06CB;
}
</style>
border-color css
<style>
span { border-color: #DC06CB; }
span { border-color: rgb(220,6,203); }
td.TdClassName
{
border-color: #DC06CB;
}
.TagClassName
{
border-color: #DC06CB;
}
</style>