Shades of Deep Magenta #DB09BB
Tints of Deep Magenta #DB09BB
RGB
CMYK
RGB Variations
Color information
#DB09BB (or 0xDB09BB) is known color: Deep Magenta. HEX triplet: DB, 09 and BB. RGB value is (219,9,187). Sum of RGB (Red+Green+Blue) = 219+9+187=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 9 (3.91% from 255 or 2.17% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB09BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB09BB is #24F644. Grayscale: #5B5B5B. Windows color (decimal): -2422341 or 12257755. OLE color: 12257755.
HSL color Cylindrical-coordinate representation of color #DB09BB: hue angle of 309.14º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB09BB is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 187 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.14 |
| HSL | 309.14º | 0.92% | 0.45% | - |
| HSV(B) | 309.14º | 0.96% | 0.86% | - |
| XYZ | 38.28 | 18.84 | 48.63 | - |
| YUV | 92.08 | 181.57 | 218.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 187 | 0 | 0.96 | 0.15 | 0.14 | 309.14 | 0.92 | 0.45 |
| Hex | DB | 9 | BB | 0 | 60 | F | E | 135 | 5C | 2D |
| Octal | 333 | 11 | 273 | 0 | 140 | 17 | 16 | 465 | 134 | 55 |
| Binary | 11011011 | 1001 | 10111011 | 0 | 1100000 | 1111 | 1110 | 100110101 | 1011100 | 101101 |
Color Harmonies of #DB09BB
Complementary color
Monochromatic Colors of #DB09BB
Black with #DB09BB
Text Example
Text Example
White with #DB09BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB09BB; }
p { color: rgb(219,9,187); }
H1.HeaderClassName
{
color: #DB09BB;
}
.AnyTagClassName
{
color: #DB09BB;
}
</style>
background-color css
<style>
a { background-color: #DB09BB; }
a { background-color: rgb(219,9,187); }
div.DivClassName
{
background-color: #DB09BB;
}
.BgClassName
{
background-color: #DB09BB;
}
</style>
border-color css
<style>
span { border-color: #DB09BB; }
span { border-color: rgb(219,9,187); }
td.TdClassName
{
border-color: #DB09BB;
}
.TagClassName
{
border-color: #DB09BB;
}
</style>