Shades of Deep Magenta #DC0BBC
Tints of Deep Magenta #DC0BBC
RGB
CMYK
RGB Variations
Color information
#DC0BBC (or 0xDC0BBC) is known color: Deep Magenta. HEX triplet: DC, 0B and BC. RGB value is (220,11,188). Sum of RGB (Red+Green+Blue) = 220+11+188=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 11 (4.69% from 255 or 2.63% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0BBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0BBC is #23F443. Grayscale: #5D5D5D. Windows color (decimal): -2356292 or 12323804. OLE color: 12323804.
HSL color Cylindrical-coordinate representation of color #DC0BBC: hue angle of 309.19º 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 #DC0BBC is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 11 | 188 | - |
CMYK | 0 | 0.95 | 0.15 | 0.14 |
HSL | 309.19º | 0.9% | 0.45% | - |
HSV(B) | 309.19º | 0.95% | 0.86% | - |
XYZ | 38.71 | 19.09 | 49.22 | - |
YUV | 93.67 | 181.24 | 218.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 11 | 188 | 0 | 0.95 | 0.15 | 0.14 | 309.19 | 0.9 | 0.45 |
Hex | DC | B | BC | 0 | 5F | F | E | 135 | 5A | 2D |
Octal | 334 | 13 | 274 | 0 | 137 | 17 | 16 | 465 | 132 | 55 |
Binary | 11011100 | 1011 | 10111100 | 0 | 1011111 | 1111 | 1110 | 100110101 | 1011010 | 101101 |
Color Harmonies of #DC0BBC
Complementary color
Monochromatic Colors of #DC0BBC
Black with #DC0BBC
Text Example
Text Example
White with #DC0BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0BBC; }
p { color: rgb(220,11,188); }
H1.HeaderClassName
{
color: #DC0BBC;
}
.AnyTagClassName
{
color: #DC0BBC;
}
</style>
background-color css
<style>
a { background-color: #DC0BBC; }
a { background-color: rgb(220,11,188); }
div.DivClassName
{
background-color: #DC0BBC;
}
.BgClassName
{
background-color: #DC0BBC;
}
</style>
border-color css
<style>
span { border-color: #DC0BBC; }
span { border-color: rgb(220,11,188); }
td.TdClassName
{
border-color: #DC0BBC;
}
.TagClassName
{
border-color: #DC0BBC;
}
</style>