Shades of Deep Magenta #DB0DBC
Tints of Deep Magenta #DB0DBC
RGB
CMYK
RGB Variations
Color information
#DB0DBC (or 0xDB0DBC) is known color: Deep Magenta. HEX triplet: DB, 0D and BC. RGB value is (219,13,188). Sum of RGB (Red+Green+Blue) = 219+13+188=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 13 (5.47% from 255 or 3.10% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0DBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0DBC is #24F243. Grayscale: #5E5E5E. Windows color (decimal): -2421316 or 12324315. OLE color: 12324315.
HSL color Cylindrical-coordinate representation of color #DB0DBC: hue angle of 309.03º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0DBC is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 13 | 188 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.14 |
| HSL | 309.03º | 0.89% | 0.45% | - |
| HSV(B) | 309.03º | 0.94% | 0.86% | - |
| XYZ | 38.43 | 18.98 | 49.21 | - |
| YUV | 94.54 | 180.75 | 216.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 13 | 188 | 0 | 0.94 | 0.14 | 0.14 | 309.03 | 0.89 | 0.45 |
| Hex | DB | D | BC | 0 | 5E | E | E | 135 | 59 | 2D |
| Octal | 333 | 15 | 274 | 0 | 136 | 16 | 16 | 465 | 131 | 55 |
| Binary | 11011011 | 1101 | 10111100 | 0 | 1011110 | 1110 | 1110 | 100110101 | 1011001 | 101101 |
Color Harmonies of #DB0DBC
Complementary color
Monochromatic Colors of #DB0DBC
Black with #DB0DBC
Text Example
Text Example
White with #DB0DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0DBC; }
p { color: rgb(219,13,188); }
H1.HeaderClassName
{
color: #DB0DBC;
}
.AnyTagClassName
{
color: #DB0DBC;
}
</style>
background-color css
<style>
a { background-color: #DB0DBC; }
a { background-color: rgb(219,13,188); }
div.DivClassName
{
background-color: #DB0DBC;
}
.BgClassName
{
background-color: #DB0DBC;
}
</style>
border-color css
<style>
span { border-color: #DB0DBC; }
span { border-color: rgb(219,13,188); }
td.TdClassName
{
border-color: #DB0DBC;
}
.TagClassName
{
border-color: #DB0DBC;
}
</style>