Shades of Deep Magenta #DB09BC
Tints of Deep Magenta #DB09BC
RGB
CMYK
RGB Variations
Color information
#DB09BC (or 0xDB09BC) is known color: Deep Magenta. HEX triplet: DB, 09 and BC. RGB value is (219,9,188). Sum of RGB (Red+Green+Blue) = 219+9+188=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 9 (3.91% from 255 or 2.16% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB09BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB09BC is #24F643. Grayscale: #5B5B5B. Windows color (decimal): -2422340 or 12323291. OLE color: 12323291.
HSL color Cylindrical-coordinate representation of color #DB09BC: hue angle of 308.86º 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 #DB09BC is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 188 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.14 |
| HSL | 308.86º | 0.92% | 0.45% | - |
| HSV(B) | 308.86º | 0.96% | 0.86% | - |
| XYZ | 38.39 | 18.89 | 49.2 | - |
| YUV | 92.2 | 182.07 | 218.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 188 | 0 | 0.96 | 0.14 | 0.14 | 308.86 | 0.92 | 0.45 |
| Hex | DB | 9 | BC | 0 | 60 | E | E | 135 | 5C | 2D |
| Octal | 333 | 11 | 274 | 0 | 140 | 16 | 16 | 465 | 134 | 55 |
| Binary | 11011011 | 1001 | 10111100 | 0 | 1100000 | 1110 | 1110 | 100110101 | 1011100 | 101101 |
Color Harmonies of #DB09BC
Complementary color
Monochromatic Colors of #DB09BC
Black with #DB09BC
Text Example
Text Example
White with #DB09BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB09BC; }
p { color: rgb(219,9,188); }
H1.HeaderClassName
{
color: #DB09BC;
}
.AnyTagClassName
{
color: #DB09BC;
}
</style>
background-color css
<style>
a { background-color: #DB09BC; }
a { background-color: rgb(219,9,188); }
div.DivClassName
{
background-color: #DB09BC;
}
.BgClassName
{
background-color: #DB09BC;
}
</style>
border-color css
<style>
span { border-color: #DB09BC; }
span { border-color: rgb(219,9,188); }
td.TdClassName
{
border-color: #DB09BC;
}
.TagClassName
{
border-color: #DB09BC;
}
</style>