Shades of Deep Magenta #DB09D9
Tints of Deep Magenta #DB09D9
RGB
CMYK
RGB Variations
Color information
#DB09D9 (or 0xDB09D9) is known color: Deep Magenta. HEX triplet: DB, 09 and D9. RGB value is (219,9,217). Sum of RGB (Red+Green+Blue) = 219+9+217=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 9 (3.91% from 255 or 2.02% from 445); Blue value is 217 (85.16% from 255 or 48.76% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB09D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB09D9 is #24F626. Grayscale: #5E5E5E. Windows color (decimal): -2422311 or 14223835. OLE color: 14223835.
HSL color Cylindrical-coordinate representation of color #DB09D9: hue angle of 300.57º 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 #DB09D9 is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 217 | - |
| CMYK | 0 | 0.96 | 0.01 | 0.14 |
| HSL | 300.57º | 0.92% | 0.45% | - |
| HSV(B) | 300.57º | 0.96% | 0.86% | - |
| XYZ | 41.84 | 20.27 | 67.35 | - |
| YUV | 95.5 | 196.57 | 216.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 217 | 0 | 0.96 | 0.01 | 0.14 | 300.57 | 0.92 | 0.45 |
| Hex | DB | 9 | D9 | 0 | 60 | 1 | E | 12D | 5C | 2D |
| Octal | 333 | 11 | 331 | 0 | 140 | 1 | 16 | 455 | 134 | 55 |
| Binary | 11011011 | 1001 | 11011001 | 0 | 1100000 | 1 | 1110 | 100101101 | 1011100 | 101101 |
Color Harmonies of #DB09D9
Complementary color
Monochromatic Colors of #DB09D9
Black with #DB09D9
Text Example
Text Example
White with #DB09D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB09D9; }
p { color: rgb(219,9,217); }
H1.HeaderClassName
{
color: #DB09D9;
}
.AnyTagClassName
{
color: #DB09D9;
}
</style>
background-color css
<style>
a { background-color: #DB09D9; }
a { background-color: rgb(219,9,217); }
div.DivClassName
{
background-color: #DB09D9;
}
.BgClassName
{
background-color: #DB09D9;
}
</style>
border-color css
<style>
span { border-color: #DB09D9; }
span { border-color: rgb(219,9,217); }
td.TdClassName
{
border-color: #DB09D9;
}
.TagClassName
{
border-color: #DB09D9;
}
</style>