Shades of Deep Magenta #DC0BCA
Tints of Deep Magenta #DC0BCA
RGB
CMYK
RGB Variations
Color information
#DC0BCA (or 0xDC0BCA) is known color: Deep Magenta. HEX triplet: DC, 0B and CA. RGB value is (220,11,202). Sum of RGB (Red+Green+Blue) = 220+11+202=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 11 (4.69% from 255 or 2.54% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0BCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0BCA is #23F435. Grayscale: #5E5E5E. Windows color (decimal): -2356278 or 13241308. OLE color: 13241308.
HSL color Cylindrical-coordinate representation of color #DC0BCA: hue angle of 305.17º 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 #DC0BCA is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 11 | 202 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.14 |
| HSL | 305.17º | 0.9% | 0.45% | - |
| HSV(B) | 305.17º | 0.95% | 0.86% | - |
| XYZ | 40.3 | 19.72 | 57.56 | - |
| YUV | 95.27 | 188.24 | 216.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 11 | 202 | 0 | 0.95 | 0.08 | 0.14 | 305.17 | 0.9 | 0.45 |
| Hex | DC | B | CA | 0 | 5F | 8 | E | 131 | 5A | 2D |
| Octal | 334 | 13 | 312 | 0 | 137 | 10 | 16 | 461 | 132 | 55 |
| Binary | 11011100 | 1011 | 11001010 | 0 | 1011111 | 1000 | 1110 | 100110001 | 1011010 | 101101 |
Color Harmonies of #DC0BCA
Complementary color
Monochromatic Colors of #DC0BCA
Black with #DC0BCA
Text Example
Text Example
White with #DC0BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0BCA; }
p { color: rgb(220,11,202); }
H1.HeaderClassName
{
color: #DC0BCA;
}
.AnyTagClassName
{
color: #DC0BCA;
}
</style>
background-color css
<style>
a { background-color: #DC0BCA; }
a { background-color: rgb(220,11,202); }
div.DivClassName
{
background-color: #DC0BCA;
}
.BgClassName
{
background-color: #DC0BCA;
}
</style>
border-color css
<style>
span { border-color: #DC0BCA; }
span { border-color: rgb(220,11,202); }
td.TdClassName
{
border-color: #DC0BCA;
}
.TagClassName
{
border-color: #DC0BCA;
}
</style>