Shades of Deep Magenta #DB13BF
Tints of Deep Magenta #DB13BF
RGB
CMYK
RGB Variations
Color information
#DB13BF (or 0xDB13BF) is known color: Deep Magenta. HEX triplet: DB, 13 and BF. RGB value is (219,19,191). Sum of RGB (Red+Green+Blue) = 219+19+191=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 19 (7.81% from 255 or 4.43% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB13BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB13BF is #24EC40. Grayscale: #616161. Windows color (decimal): -2419777 or 12522459. OLE color: 12522459.
HSL color Cylindrical-coordinate representation of color #DB13BF: hue angle of 308.4º degrees, saturation: 0.84, 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 #DB13BF is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 19 | 191 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.14 |
| HSL | 308.4º | 0.84% | 0.47% | - |
| HSV(B) | 308.4º | 0.91% | 0.86% | - |
| XYZ | 38.85 | 19.29 | 50.97 | - |
| YUV | 98.41 | 180.26 | 214.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 191 | 0 | 0.91 | 0.13 | 0.14 | 308.4 | 0.84 | 0.47 |
| Hex | DB | 13 | BF | 0 | 5B | D | E | 134 | 54 | 2F |
| Octal | 333 | 23 | 277 | 0 | 133 | 15 | 16 | 464 | 124 | 57 |
| Binary | 11011011 | 10011 | 10111111 | 0 | 1011011 | 1101 | 1110 | 100110100 | 1010100 | 101111 |
Color Harmonies of #DB13BF
Complementary color
Monochromatic Colors of #DB13BF
Black with #DB13BF
Text Example
Text Example
White with #DB13BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB13BF; }
p { color: rgb(219,19,191); }
H1.HeaderClassName
{
color: #DB13BF;
}
.AnyTagClassName
{
color: #DB13BF;
}
</style>
background-color css
<style>
a { background-color: #DB13BF; }
a { background-color: rgb(219,19,191); }
div.DivClassName
{
background-color: #DB13BF;
}
.BgClassName
{
background-color: #DB13BF;
}
</style>
border-color css
<style>
span { border-color: #DB13BF; }
span { border-color: rgb(219,19,191); }
td.TdClassName
{
border-color: #DB13BF;
}
.TagClassName
{
border-color: #DB13BF;
}
</style>