Shades of Deep Magenta #DB05BA
Tints of Deep Magenta #DB05BA
RGB
CMYK
RGB Variations
Color information
#DB05BA (or 0xDB05BA) is known color: Deep Magenta. HEX triplet: DB, 05 and BA. RGB value is (219,5,186). Sum of RGB (Red+Green+Blue) = 219+5+186=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 5 (2.34% from 255 or 1.22% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB05BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB05BA is #24FA45. Grayscale: #595959. Windows color (decimal): -2423366 or 12191195. OLE color: 12191195.
HSL color Cylindrical-coordinate representation of color #DB05BA: hue angle of 309.25º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB05BA is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 5 | 186 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.14 |
| HSL | 309.25º | 0.96% | 0.44% | - |
| HSV(B) | 309.25º | 0.98% | 0.86% | - |
| XYZ | 38.13 | 18.71 | 48.06 | - |
| YUV | 89.62 | 182.4 | 220.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 186 | 0 | 0.98 | 0.15 | 0.14 | 309.25 | 0.96 | 0.44 |
| Hex | DB | 5 | BA | 0 | 62 | F | E | 135 | 60 | 2C |
| Octal | 333 | 5 | 272 | 0 | 142 | 17 | 16 | 465 | 140 | 54 |
| Binary | 11011011 | 101 | 10111010 | 0 | 1100010 | 1111 | 1110 | 100110101 | 1100000 | 101100 |
Color Harmonies of #DB05BA
Complementary color
Monochromatic Colors of #DB05BA
Black with #DB05BA
Text Example
Text Example
White with #DB05BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB05BA; }
p { color: rgb(219,5,186); }
H1.HeaderClassName
{
color: #DB05BA;
}
.AnyTagClassName
{
color: #DB05BA;
}
</style>
background-color css
<style>
a { background-color: #DB05BA; }
a { background-color: rgb(219,5,186); }
div.DivClassName
{
background-color: #DB05BA;
}
.BgClassName
{
background-color: #DB05BA;
}
</style>
border-color css
<style>
span { border-color: #DB05BA; }
span { border-color: rgb(219,5,186); }
td.TdClassName
{
border-color: #DB05BA;
}
.TagClassName
{
border-color: #DB05BA;
}
</style>