Shades of Deep Magenta #DB0BD2
Tints of Deep Magenta #DB0BD2
RGB
CMYK
RGB Variations
Color information
#DB0BD2 (or 0xDB0BD2) is known color: Deep Magenta. HEX triplet: DB, 0B and D2. RGB value is (219,11,210). Sum of RGB (Red+Green+Blue) = 219+11+210=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 11 (4.69% from 255 or 2.5% from 440); Blue value is 210 (82.42% from 255 or 47.73% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0BD2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0BD2 is #24F42D. Grayscale: #5F5F5F. Windows color (decimal): -2421806 or 13765595. OLE color: 13765595.
HSL color Cylindrical-coordinate representation of color #DB0BD2: hue angle of 302.6º 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 #DB0BD2 is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 11 | 210 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.14 |
| HSL | 302.6º | 0.9% | 0.45% | - |
| HSV(B) | 302.6º | 0.95% | 0.86% | - |
| XYZ | 40.97 | 19.95 | 62.66 | - |
| YUV | 95.88 | 192.41 | 215.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 11 | 210 | 0 | 0.95 | 0.04 | 0.14 | 302.6 | 0.9 | 0.45 |
| Hex | DB | B | D2 | 0 | 5F | 4 | E | 12F | 5A | 2D |
| Octal | 333 | 13 | 322 | 0 | 137 | 4 | 16 | 457 | 132 | 55 |
| Binary | 11011011 | 1011 | 11010010 | 0 | 1011111 | 100 | 1110 | 100101111 | 1011010 | 101101 |
Color Harmonies of #DB0BD2
Complementary color
Monochromatic Colors of #DB0BD2
Black with #DB0BD2
Text Example
Text Example
White with #DB0BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0BD2; }
p { color: rgb(219,11,210); }
H1.HeaderClassName
{
color: #DB0BD2;
}
.AnyTagClassName
{
color: #DB0BD2;
}
</style>
background-color css
<style>
a { background-color: #DB0BD2; }
a { background-color: rgb(219,11,210); }
div.DivClassName
{
background-color: #DB0BD2;
}
.BgClassName
{
background-color: #DB0BD2;
}
</style>
border-color css
<style>
span { border-color: #DB0BD2; }
span { border-color: rgb(219,11,210); }
td.TdClassName
{
border-color: #DB0BD2;
}
.TagClassName
{
border-color: #DB0BD2;
}
</style>