Shades of Deep Magenta #DC0BCD
Tints of Deep Magenta #DC0BCD
RGB
CMYK
RGB Variations
Color information
#DC0BCD (or 0xDC0BCD) is known color: Deep Magenta. HEX triplet: DC, 0B and CD. RGB value is (220,11,205). Sum of RGB (Red+Green+Blue) = 220+11+205=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 11 (4.69% from 255 or 2.52% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0BCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0BCD is #23F432. Grayscale: #5F5F5F. Windows color (decimal): -2356275 or 13437916. OLE color: 13437916.
HSL color Cylindrical-coordinate representation of color #DC0BCD: hue angle of 304.31º 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 #DC0BCD is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 11 | 205 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.14 |
| HSL | 304.31º | 0.9% | 0.45% | - |
| HSV(B) | 304.31º | 0.95% | 0.86% | - |
| XYZ | 40.65 | 19.86 | 59.45 | - |
| YUV | 95.61 | 189.74 | 216.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 11 | 205 | 0 | 0.95 | 0.07 | 0.14 | 304.31 | 0.9 | 0.45 |
| Hex | DC | B | CD | 0 | 5F | 7 | E | 130 | 5A | 2D |
| Octal | 334 | 13 | 315 | 0 | 137 | 7 | 16 | 460 | 132 | 55 |
| Binary | 11011100 | 1011 | 11001101 | 0 | 1011111 | 111 | 1110 | 100110000 | 1011010 | 101101 |
Color Harmonies of #DC0BCD
Complementary color
Monochromatic Colors of #DC0BCD
Black with #DC0BCD
Text Example
Text Example
White with #DC0BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0BCD; }
p { color: rgb(220,11,205); }
H1.HeaderClassName
{
color: #DC0BCD;
}
.AnyTagClassName
{
color: #DC0BCD;
}
</style>
background-color css
<style>
a { background-color: #DC0BCD; }
a { background-color: rgb(220,11,205); }
div.DivClassName
{
background-color: #DC0BCD;
}
.BgClassName
{
background-color: #DC0BCD;
}
</style>
border-color css
<style>
span { border-color: #DC0BCD; }
span { border-color: rgb(220,11,205); }
td.TdClassName
{
border-color: #DC0BCD;
}
.TagClassName
{
border-color: #DC0BCD;
}
</style>