Shades of Deep Magenta #DB07BA
Tints of Deep Magenta #DB07BA
RGB
CMYK
RGB Variations
Color information
#DB07BA (or 0xDB07BA) is known color: Deep Magenta. HEX triplet: DB, 07 and BA. RGB value is (219,7,186). Sum of RGB (Red+Green+Blue) = 219+7+186=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 7 (3.12% from 255 or 1.70% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB07BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB07BA is #24F845. Grayscale: #5A5A5A. Windows color (decimal): -2422854 or 12191707. OLE color: 12191707.
HSL color Cylindrical-coordinate representation of color #DB07BA: hue angle of 309.34º 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 #DB07BA is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 186 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.14 |
| HSL | 309.34º | 0.94% | 0.44% | - |
| HSV(B) | 309.34º | 0.97% | 0.86% | - |
| XYZ | 38.15 | 18.76 | 48.06 | - |
| YUV | 90.79 | 181.74 | 219.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 186 | 0 | 0.97 | 0.15 | 0.14 | 309.34 | 0.94 | 0.44 |
| Hex | DB | 7 | BA | 0 | 61 | F | E | 135 | 5E | 2C |
| Octal | 333 | 7 | 272 | 0 | 141 | 17 | 16 | 465 | 136 | 54 |
| Binary | 11011011 | 111 | 10111010 | 0 | 1100001 | 1111 | 1110 | 100110101 | 1011110 | 101100 |
Color Harmonies of #DB07BA
Complementary color
Monochromatic Colors of #DB07BA
Black with #DB07BA
Text Example
Text Example
White with #DB07BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB07BA; }
p { color: rgb(219,7,186); }
H1.HeaderClassName
{
color: #DB07BA;
}
.AnyTagClassName
{
color: #DB07BA;
}
</style>
background-color css
<style>
a { background-color: #DB07BA; }
a { background-color: rgb(219,7,186); }
div.DivClassName
{
background-color: #DB07BA;
}
.BgClassName
{
background-color: #DB07BA;
}
</style>
border-color css
<style>
span { border-color: #DB07BA; }
span { border-color: rgb(219,7,186); }
td.TdClassName
{
border-color: #DB07BA;
}
.TagClassName
{
border-color: #DB07BA;
}
</style>