Shades of Deep Magenta #DC0CB6
Tints of Deep Magenta #DC0CB6
RGB
CMYK
RGB Variations
Color information
#DC0CB6 (or 0xDC0CB6) is known color: Deep Magenta. HEX triplet: DC, 0C and B6. RGB value is (220,12,182). Sum of RGB (Red+Green+Blue) = 220+12+182=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 12 (5.08% from 255 or 2.90% from 414); Blue value is 182 (71.48% from 255 or 43.96% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0CB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0CB6 is #23F349. Grayscale: #5D5D5D. Windows color (decimal): -2356042 or 11930844. OLE color: 11930844.
HSL color Cylindrical-coordinate representation of color #DC0CB6: hue angle of 310.96º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0CB6 is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 12 | 182 | - |
| CMYK | 0 | 0.95 | 0.17 | 0.14 |
| HSL | 310.96º | 0.9% | 0.45% | - |
| HSV(B) | 310.96º | 0.95% | 0.86% | - |
| XYZ | 38.09 | 18.86 | 45.89 | - |
| YUV | 93.57 | 177.91 | 218.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 12 | 182 | 0 | 0.95 | 0.17 | 0.14 | 310.96 | 0.9 | 0.45 |
| Hex | DC | C | B6 | 0 | 5F | 11 | E | 137 | 5A | 2D |
| Octal | 334 | 14 | 266 | 0 | 137 | 21 | 16 | 467 | 132 | 55 |
| Binary | 11011100 | 1100 | 10110110 | 0 | 1011111 | 10001 | 1110 | 100110111 | 1011010 | 101101 |
Color Harmonies of #DC0CB6
Complementary color
Monochromatic Colors of #DC0CB6
Black with #DC0CB6
Text Example
Text Example
White with #DC0CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0CB6; }
p { color: rgb(220,12,182); }
H1.HeaderClassName
{
color: #DC0CB6;
}
.AnyTagClassName
{
color: #DC0CB6;
}
</style>
background-color css
<style>
a { background-color: #DC0CB6; }
a { background-color: rgb(220,12,182); }
div.DivClassName
{
background-color: #DC0CB6;
}
.BgClassName
{
background-color: #DC0CB6;
}
</style>
border-color css
<style>
span { border-color: #DC0CB6; }
span { border-color: rgb(220,12,182); }
td.TdClassName
{
border-color: #DC0CB6;
}
.TagClassName
{
border-color: #DC0CB6;
}
</style>