Shades of Deep Magenta #DB19BF
Tints of Deep Magenta #DB19BF
RGB
CMYK
RGB Variations
Color information
#DB19BF (or 0xDB19BF) is known color: Deep Magenta. HEX triplet: DB, 19 and BF. RGB value is (219,25,191). Sum of RGB (Red+Green+Blue) = 219+25+191=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 25 (10.16% from 255 or 5.75% from 435); Blue value is 191 (75% from 255 or 43.91% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB19BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB19BF is #24E640. Grayscale: #656565. Windows color (decimal): -2418241 or 12523995. OLE color: 12523995.
HSL color Cylindrical-coordinate representation of color #DB19BF: hue angle of 308.66º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB19BF is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 191 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.14 |
| HSL | 308.66º | 0.8% | 0.48% | - |
| HSV(B) | 308.66º | 0.89% | 0.86% | - |
| XYZ | 38.97 | 19.52 | 51 | - |
| YUV | 101.93 | 178.27 | 211.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 191 | 0 | 0.89 | 0.13 | 0.14 | 308.66 | 0.8 | 0.48 |
| Hex | DB | 19 | BF | 0 | 59 | D | E | 135 | 50 | 30 |
| Octal | 333 | 31 | 277 | 0 | 131 | 15 | 16 | 465 | 120 | 60 |
| Binary | 11011011 | 11001 | 10111111 | 0 | 1011001 | 1101 | 1110 | 100110101 | 1010000 | 110000 |
Color Harmonies of #DB19BF
Complementary color
Monochromatic Colors of #DB19BF
Black with #DB19BF
Text Example
Text Example
White with #DB19BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB19BF; }
p { color: rgb(219,25,191); }
H1.HeaderClassName
{
color: #DB19BF;
}
.AnyTagClassName
{
color: #DB19BF;
}
</style>
background-color css
<style>
a { background-color: #DB19BF; }
a { background-color: rgb(219,25,191); }
div.DivClassName
{
background-color: #DB19BF;
}
.BgClassName
{
background-color: #DB19BF;
}
</style>
border-color css
<style>
span { border-color: #DB19BF; }
span { border-color: rgb(219,25,191); }
td.TdClassName
{
border-color: #DB19BF;
}
.TagClassName
{
border-color: #DB19BF;
}
</style>