Shades of Deep Magenta #DB09D7
Tints of Deep Magenta #DB09D7
RGB
CMYK
RGB Variations
Color information
#DB09D7 (or 0xDB09D7) is known color: Deep Magenta. HEX triplet: DB, 09 and D7. RGB value is (219,9,215). Sum of RGB (Red+Green+Blue) = 219+9+215=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 9 (3.91% from 255 or 2.03% from 443); Blue value is 215 (84.38% from 255 or 48.53% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB09D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB09D7 is #24F628. Grayscale: #5E5E5E. Windows color (decimal): -2422313 or 14092763. OLE color: 14092763.
HSL color Cylindrical-coordinate representation of color #DB09D7: hue angle of 301.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 #DB09D7 is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 215 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.14 |
| HSL | 301.14º | 0.92% | 0.45% | - |
| HSV(B) | 301.14º | 0.96% | 0.86% | - |
| XYZ | 41.58 | 20.16 | 65.99 | - |
| YUV | 95.27 | 195.57 | 216.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 215 | 0 | 0.96 | 0.02 | 0.14 | 301.14 | 0.92 | 0.45 |
| Hex | DB | 9 | D7 | 0 | 60 | 2 | E | 12D | 5C | 2D |
| Octal | 333 | 11 | 327 | 0 | 140 | 2 | 16 | 455 | 134 | 55 |
| Binary | 11011011 | 1001 | 11010111 | 0 | 1100000 | 10 | 1110 | 100101101 | 1011100 | 101101 |
Color Harmonies of #DB09D7
Complementary color
Monochromatic Colors of #DB09D7
Black with #DB09D7
Text Example
Text Example
White with #DB09D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB09D7; }
p { color: rgb(219,9,215); }
H1.HeaderClassName
{
color: #DB09D7;
}
.AnyTagClassName
{
color: #DB09D7;
}
</style>
background-color css
<style>
a { background-color: #DB09D7; }
a { background-color: rgb(219,9,215); }
div.DivClassName
{
background-color: #DB09D7;
}
.BgClassName
{
background-color: #DB09D7;
}
</style>
border-color css
<style>
span { border-color: #DB09D7; }
span { border-color: rgb(219,9,215); }
td.TdClassName
{
border-color: #DB09D7;
}
.TagClassName
{
border-color: #DB09D7;
}
</style>