Shades of Deep Magenta #DB07B9
Tints of Deep Magenta #DB07B9
RGB
CMYK
RGB Variations
Color information
#DB07B9 (or 0xDB07B9) is known color: Deep Magenta. HEX triplet: DB, 07 and B9. RGB value is (219,7,185). Sum of RGB (Red+Green+Blue) = 219+7+185=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 7 (3.12% from 255 or 1.70% from 411); Blue value is 185 (72.66% from 255 or 45.01% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB07B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB07B9 is #24F846. Grayscale: #5A5A5A. Windows color (decimal): -2422855 or 12126171. OLE color: 12126171.
HSL color Cylindrical-coordinate representation of color #DB07B9: hue angle of 309.62º 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 #DB07B9 is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 185 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.14 |
| HSL | 309.62º | 0.94% | 0.44% | - |
| HSV(B) | 309.62º | 0.97% | 0.86% | - |
| XYZ | 38.05 | 18.71 | 47.51 | - |
| YUV | 90.68 | 181.24 | 219.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 185 | 0 | 0.97 | 0.16 | 0.14 | 309.62 | 0.94 | 0.44 |
| Hex | DB | 7 | B9 | 0 | 61 | 10 | E | 136 | 5E | 2C |
| Octal | 333 | 7 | 271 | 0 | 141 | 20 | 16 | 466 | 136 | 54 |
| Binary | 11011011 | 111 | 10111001 | 0 | 1100001 | 10000 | 1110 | 100110110 | 1011110 | 101100 |
Color Harmonies of #DB07B9
Complementary color
Monochromatic Colors of #DB07B9
Black with #DB07B9
Text Example
Text Example
White with #DB07B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB07B9; }
p { color: rgb(219,7,185); }
H1.HeaderClassName
{
color: #DB07B9;
}
.AnyTagClassName
{
color: #DB07B9;
}
</style>
background-color css
<style>
a { background-color: #DB07B9; }
a { background-color: rgb(219,7,185); }
div.DivClassName
{
background-color: #DB07B9;
}
.BgClassName
{
background-color: #DB07B9;
}
</style>
border-color css
<style>
span { border-color: #DB07B9; }
span { border-color: rgb(219,7,185); }
td.TdClassName
{
border-color: #DB07B9;
}
.TagClassName
{
border-color: #DB07B9;
}
</style>