Shades of Deep Magenta #DB07D9
Tints of Deep Magenta #DB07D9
RGB
CMYK
RGB Variations
Color information
#DB07D9 (or 0xDB07D9) is known color: Deep Magenta. HEX triplet: DB, 07 and D9. RGB value is (219,7,217). Sum of RGB (Red+Green+Blue) = 219+7+217=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 7 (3.12% from 255 or 1.58% from 443); Blue value is 217 (85.16% from 255 or 48.98% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB07D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB07D9 is #24F826. Grayscale: #5D5D5D. Windows color (decimal): -2422823 or 14223323. OLE color: 14223323.
HSL color Cylindrical-coordinate representation of color #DB07D9: hue angle of 300.57º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB07D9 is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 217 | - |
| CMYK | 0 | 0.97 | 0.01 | 0.14 |
| HSL | 300.57º | 0.94% | 0.44% | - |
| HSV(B) | 300.57º | 0.97% | 0.86% | - |
| XYZ | 41.81 | 20.22 | 67.35 | - |
| YUV | 94.33 | 197.24 | 216.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 217 | 0 | 0.97 | 0.01 | 0.14 | 300.57 | 0.94 | 0.44 |
| Hex | DB | 7 | D9 | 0 | 61 | 1 | E | 12D | 5E | 2C |
| Octal | 333 | 7 | 331 | 0 | 141 | 1 | 16 | 455 | 136 | 54 |
| Binary | 11011011 | 111 | 11011001 | 0 | 1100001 | 1 | 1110 | 100101101 | 1011110 | 101100 |
Color Harmonies of #DB07D9
Complementary color
Monochromatic Colors of #DB07D9
Black with #DB07D9
Text Example
Text Example
White with #DB07D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB07D9; }
p { color: rgb(219,7,217); }
H1.HeaderClassName
{
color: #DB07D9;
}
.AnyTagClassName
{
color: #DB07D9;
}
</style>
background-color css
<style>
a { background-color: #DB07D9; }
a { background-color: rgb(219,7,217); }
div.DivClassName
{
background-color: #DB07D9;
}
.BgClassName
{
background-color: #DB07D9;
}
</style>
border-color css
<style>
span { border-color: #DB07D9; }
span { border-color: rgb(219,7,217); }
td.TdClassName
{
border-color: #DB07D9;
}
.TagClassName
{
border-color: #DB07D9;
}
</style>