Shades of Deep Magenta #DB1BD0
Tints of Deep Magenta #DB1BD0
RGB
CMYK
RGB Variations
Color information
#DB1BD0 (or 0xDB1BD0) is known color: Deep Magenta. HEX triplet: DB, 1B and D0. RGB value is (219,27,208). Sum of RGB (Red+Green+Blue) = 219+27+208=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 27 (10.94% from 255 or 5.95% from 454); Blue value is 208 (81.64% from 255 or 45.81% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1BD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1BD0 is #24E42F. Grayscale: #686868. Windows color (decimal): -2417712 or 13638619. OLE color: 13638619.
HSL color Cylindrical-coordinate representation of color #DB1BD0: hue angle of 303.44º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1BD0 is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 27 | 208 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.14 |
| HSL | 303.44º | 0.78% | 0.48% | - |
| HSV(B) | 303.44º | 0.88% | 0.86% | - |
| XYZ | 40.99 | 20.4 | 61.45 | - |
| YUV | 105.04 | 186.11 | 209.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 27 | 208 | 0 | 0.88 | 0.05 | 0.14 | 303.44 | 0.78 | 0.48 |
| Hex | DB | 1B | D0 | 0 | 58 | 5 | E | 12F | 4E | 30 |
| Octal | 333 | 33 | 320 | 0 | 130 | 5 | 16 | 457 | 116 | 60 |
| Binary | 11011011 | 11011 | 11010000 | 0 | 1011000 | 101 | 1110 | 100101111 | 1001110 | 110000 |
Color Harmonies of #DB1BD0
Complementary color
Monochromatic Colors of #DB1BD0
Black with #DB1BD0
Text Example
Text Example
White with #DB1BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1BD0; }
p { color: rgb(219,27,208); }
H1.HeaderClassName
{
color: #DB1BD0;
}
.AnyTagClassName
{
color: #DB1BD0;
}
</style>
background-color css
<style>
a { background-color: #DB1BD0; }
a { background-color: rgb(219,27,208); }
div.DivClassName
{
background-color: #DB1BD0;
}
.BgClassName
{
background-color: #DB1BD0;
}
</style>
border-color css
<style>
span { border-color: #DB1BD0; }
span { border-color: rgb(219,27,208); }
td.TdClassName
{
border-color: #DB1BD0;
}
.TagClassName
{
border-color: #DB1BD0;
}
</style>