Shades of Deep Magenta #DB12BB
Tints of Deep Magenta #DB12BB
RGB
CMYK
RGB Variations
Color information
#DB12BB (or 0xDB12BB) is known color: Deep Magenta. HEX triplet: DB, 12 and BB. RGB value is (219,18,187). Sum of RGB (Red+Green+Blue) = 219+18+187=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 18 (7.42% from 255 or 4.25% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB12BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB12BB is #24ED44. Grayscale: #606060. Windows color (decimal): -2420037 or 12260059. OLE color: 12260059.
HSL color Cylindrical-coordinate representation of color #DB12BB: hue angle of 309.55º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB12BB is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 187 | - |
| CMYK | 0 | 0.92 | 0.15 | 0.14 |
| HSL | 309.55º | 0.85% | 0.46% | - |
| HSV(B) | 309.55º | 0.92% | 0.86% | - |
| XYZ | 38.4 | 19.08 | 48.67 | - |
| YUV | 97.37 | 178.59 | 214.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 187 | 0 | 0.92 | 0.15 | 0.14 | 309.55 | 0.85 | 0.46 |
| Hex | DB | 12 | BB | 0 | 5C | F | E | 136 | 55 | 2E |
| Octal | 333 | 22 | 273 | 0 | 134 | 17 | 16 | 466 | 125 | 56 |
| Binary | 11011011 | 10010 | 10111011 | 0 | 1011100 | 1111 | 1110 | 100110110 | 1010101 | 101110 |
Color Harmonies of #DB12BB
Complementary color
Monochromatic Colors of #DB12BB
Black with #DB12BB
Text Example
Text Example
White with #DB12BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB12BB; }
p { color: rgb(219,18,187); }
H1.HeaderClassName
{
color: #DB12BB;
}
.AnyTagClassName
{
color: #DB12BB;
}
</style>
background-color css
<style>
a { background-color: #DB12BB; }
a { background-color: rgb(219,18,187); }
div.DivClassName
{
background-color: #DB12BB;
}
.BgClassName
{
background-color: #DB12BB;
}
</style>
border-color css
<style>
span { border-color: #DB12BB; }
span { border-color: rgb(219,18,187); }
td.TdClassName
{
border-color: #DB12BB;
}
.TagClassName
{
border-color: #DB12BB;
}
</style>