Shades of Deep Magenta #DB00BA
Tints of Deep Magenta #DB00BA
RGB
CMYK
RGB Variations
Color information
#DB00BA (or 0xDB00BA) is known color: Deep Magenta. HEX triplet: DB, 00 and BA. RGB value is (219,0,186). Sum of RGB (Red+Green+Blue) = 219+0+186=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 0 (0.39% from 255 or 0% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB00BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB00BA is #24FF45. Grayscale: #565656. Windows color (decimal): -2424646 or 12189915. OLE color: 12189915.
HSL color Cylindrical-coordinate representation of color #DB00BA: hue angle of 309.04º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB00BA is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 186 | - |
| CMYK | 0 | 1 | 0.15 | 0.14 |
| HSL | 309.04º | 1% | 0.43% | - |
| HSV(B) | 309.04º | 1% | 0.86% | - |
| XYZ | 38.08 | 18.61 | 48.04 | - |
| YUV | 86.69 | 184.05 | 222.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 186 | 0 | 1 | 0.15 | 0.14 | 309.04 | 1 | 0.43 |
| Hex | DB | 0 | BA | 0 | 64 | F | E | 135 | 64 | 2B |
| Octal | 333 | 0 | 272 | 0 | 144 | 17 | 16 | 465 | 144 | 53 |
| Binary | 11011011 | 0 | 10111010 | 0 | 1100100 | 1111 | 1110 | 100110101 | 1100100 | 101011 |
Color Harmonies of #DB00BA
Complementary color
Monochromatic Colors of #DB00BA
Black with #DB00BA
Text Example
Text Example
White with #DB00BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB00BA; }
p { color: rgb(219,0,186); }
H1.HeaderClassName
{
color: #DB00BA;
}
.AnyTagClassName
{
color: #DB00BA;
}
</style>
background-color css
<style>
a { background-color: #DB00BA; }
a { background-color: rgb(219,0,186); }
div.DivClassName
{
background-color: #DB00BA;
}
.BgClassName
{
background-color: #DB00BA;
}
</style>
border-color css
<style>
span { border-color: #DB00BA; }
span { border-color: rgb(219,0,186); }
td.TdClassName
{
border-color: #DB00BA;
}
.TagClassName
{
border-color: #DB00BA;
}
</style>