Shades of Deep Magenta #DB15BF
Tints of Deep Magenta #DB15BF
RGB
CMYK
RGB Variations
Color information
#DB15BF (or 0xDB15BF) is known color: Deep Magenta. HEX triplet: DB, 15 and BF. RGB value is (219,21,191). Sum of RGB (Red+Green+Blue) = 219+21+191=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 21 (8.59% from 255 or 4.87% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB15BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB15BF is #24EA40. Grayscale: #636363. Windows color (decimal): -2419265 or 12522971. OLE color: 12522971.
HSL color Cylindrical-coordinate representation of color #DB15BF: hue angle of 308.48º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB15BF is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 21 | 191 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.14 |
| HSL | 308.48º | 0.83% | 0.47% | - |
| HSV(B) | 308.48º | 0.9% | 0.86% | - |
| XYZ | 38.89 | 19.36 | 50.98 | - |
| YUV | 99.58 | 179.6 | 213.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 21 | 191 | 0 | 0.90 | 0.13 | 0.14 | 308.48 | 0.83 | 0.47 |
| Hex | DB | 15 | BF | 0 | 5A | D | E | 134 | 52 | 2F |
| Octal | 333 | 25 | 277 | 0 | 132 | 15 | 16 | 464 | 122 | 57 |
| Binary | 11011011 | 10101 | 10111111 | 0 | 1011010 | 1101 | 1110 | 100110100 | 1010010 | 101111 |
Color Harmonies of #DB15BF
Complementary color
Monochromatic Colors of #DB15BF
Black with #DB15BF
Text Example
Text Example
White with #DB15BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB15BF; }
p { color: rgb(219,21,191); }
H1.HeaderClassName
{
color: #DB15BF;
}
.AnyTagClassName
{
color: #DB15BF;
}
</style>
background-color css
<style>
a { background-color: #DB15BF; }
a { background-color: rgb(219,21,191); }
div.DivClassName
{
background-color: #DB15BF;
}
.BgClassName
{
background-color: #DB15BF;
}
</style>
border-color css
<style>
span { border-color: #DB15BF; }
span { border-color: rgb(219,21,191); }
td.TdClassName
{
border-color: #DB15BF;
}
.TagClassName
{
border-color: #DB15BF;
}
</style>