Shades of Deep Magenta #DB1ABF
Tints of Deep Magenta #DB1ABF
RGB
CMYK
RGB Variations
Color information
#DB1ABF (or 0xDB1ABF) is known color: Deep Magenta. HEX triplet: DB, 1A and BF. RGB value is (219,26,191). Sum of RGB (Red+Green+Blue) = 219+26+191=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 26 (10.55% from 255 or 5.96% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1ABF is #24E540. Grayscale: #666666. Windows color (decimal): -2417985 or 12524251. OLE color: 12524251.
HSL color Cylindrical-coordinate representation of color #DB1ABF: hue angle of 308.7º degrees, saturation: 0.79, 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 #DB1ABF is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 26 | 191 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.14 |
| HSL | 308.7º | 0.79% | 0.48% | - |
| HSV(B) | 308.7º | 0.88% | 0.86% | - |
| XYZ | 38.99 | 19.56 | 51.01 | - |
| YUV | 102.52 | 177.94 | 211.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 26 | 191 | 0 | 0.88 | 0.13 | 0.14 | 308.7 | 0.79 | 0.48 |
| Hex | DB | 1A | BF | 0 | 58 | D | E | 135 | 4F | 30 |
| Octal | 333 | 32 | 277 | 0 | 130 | 15 | 16 | 465 | 117 | 60 |
| Binary | 11011011 | 11010 | 10111111 | 0 | 1011000 | 1101 | 1110 | 100110101 | 1001111 | 110000 |
Color Harmonies of #DB1ABF
Complementary color
Monochromatic Colors of #DB1ABF
Black with #DB1ABF
Text Example
Text Example
White with #DB1ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1ABF; }
p { color: rgb(219,26,191); }
H1.HeaderClassName
{
color: #DB1ABF;
}
.AnyTagClassName
{
color: #DB1ABF;
}
</style>
background-color css
<style>
a { background-color: #DB1ABF; }
a { background-color: rgb(219,26,191); }
div.DivClassName
{
background-color: #DB1ABF;
}
.BgClassName
{
background-color: #DB1ABF;
}
</style>
border-color css
<style>
span { border-color: #DB1ABF; }
span { border-color: rgb(219,26,191); }
td.TdClassName
{
border-color: #DB1ABF;
}
.TagClassName
{
border-color: #DB1ABF;
}
</style>