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