Shades of Deep Magenta #DB13BB
Tints of Deep Magenta #DB13BB
RGB
CMYK
RGB Variations
Color information
#DB13BB (or 0xDB13BB) is known color: Deep Magenta. HEX triplet: DB, 13 and BB. RGB value is (219,19,187). Sum of RGB (Red+Green+Blue) = 219+19+187=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 19 (7.81% from 255 or 4.47% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB13BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB13BB is #24EC44. Grayscale: #616161. Windows color (decimal): -2419781 or 12260315. OLE color: 12260315.
HSL color Cylindrical-coordinate representation of color #DB13BB: hue angle of 309.6º 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 #DB13BB is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 19 | 187 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.14 |
| HSL | 309.6º | 0.84% | 0.47% | - |
| HSV(B) | 309.6º | 0.91% | 0.86% | - |
| XYZ | 38.42 | 19.11 | 48.68 | - |
| YUV | 97.95 | 178.26 | 214.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 187 | 0 | 0.91 | 0.15 | 0.14 | 309.6 | 0.84 | 0.47 |
| Hex | DB | 13 | BB | 0 | 5B | F | E | 136 | 54 | 2F |
| Octal | 333 | 23 | 273 | 0 | 133 | 17 | 16 | 466 | 124 | 57 |
| Binary | 11011011 | 10011 | 10111011 | 0 | 1011011 | 1111 | 1110 | 100110110 | 1010100 | 101111 |
Color Harmonies of #DB13BB
Complementary color
Monochromatic Colors of #DB13BB
Black with #DB13BB
Text Example
Text Example
White with #DB13BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB13BB; }
p { color: rgb(219,19,187); }
H1.HeaderClassName
{
color: #DB13BB;
}
.AnyTagClassName
{
color: #DB13BB;
}
</style>
background-color css
<style>
a { background-color: #DB13BB; }
a { background-color: rgb(219,19,187); }
div.DivClassName
{
background-color: #DB13BB;
}
.BgClassName
{
background-color: #DB13BB;
}
</style>
border-color css
<style>
span { border-color: #DB13BB; }
span { border-color: rgb(219,19,187); }
td.TdClassName
{
border-color: #DB13BB;
}
.TagClassName
{
border-color: #DB13BB;
}
</style>