Shades of Deep Magenta #DB14BF
Tints of Deep Magenta #DB14BF
RGB
CMYK
RGB Variations
Color information
#DB14BF (or 0xDB14BF) is known color: Deep Magenta. HEX triplet: DB, 14 and BF. RGB value is (219,20,191). Sum of RGB (Red+Green+Blue) = 219+20+191=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 20 (8.20% from 255 or 4.65% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB14BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB14BF is #24EB40. Grayscale: #626262. Windows color (decimal): -2419521 or 12522715. OLE color: 12522715.
HSL color Cylindrical-coordinate representation of color #DB14BF: hue angle of 308.44º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB14BF is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 191 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.14 |
| HSL | 308.44º | 0.83% | 0.47% | - |
| HSV(B) | 308.44º | 0.91% | 0.86% | - |
| XYZ | 38.87 | 19.32 | 50.97 | - |
| YUV | 99 | 179.93 | 213.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 191 | 0 | 0.91 | 0.13 | 0.14 | 308.44 | 0.83 | 0.47 |
| Hex | DB | 14 | BF | 0 | 5B | D | E | 134 | 53 | 2F |
| Octal | 333 | 24 | 277 | 0 | 133 | 15 | 16 | 464 | 123 | 57 |
| Binary | 11011011 | 10100 | 10111111 | 0 | 1011011 | 1101 | 1110 | 100110100 | 1010011 | 101111 |
Color Harmonies of #DB14BF
Complementary color
Monochromatic Colors of #DB14BF
Black with #DB14BF
Text Example
Text Example
White with #DB14BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB14BF; }
p { color: rgb(219,20,191); }
H1.HeaderClassName
{
color: #DB14BF;
}
.AnyTagClassName
{
color: #DB14BF;
}
</style>
background-color css
<style>
a { background-color: #DB14BF; }
a { background-color: rgb(219,20,191); }
div.DivClassName
{
background-color: #DB14BF;
}
.BgClassName
{
background-color: #DB14BF;
}
</style>
border-color css
<style>
span { border-color: #DB14BF; }
span { border-color: rgb(219,20,191); }
td.TdClassName
{
border-color: #DB14BF;
}
.TagClassName
{
border-color: #DB14BF;
}
</style>