Shades of Deep Magenta #DB15BA
Tints of Deep Magenta #DB15BA
RGB
CMYK
RGB Variations
Color information
#DB15BA (or 0xDB15BA) is known color: Deep Magenta. HEX triplet: DB, 15 and BA. RGB value is (219,21,186). Sum of RGB (Red+Green+Blue) = 219+21+186=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 21 (8.59% from 255 or 4.93% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB15BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB15BA is #24EA45. Grayscale: #626262. Windows color (decimal): -2419270 or 12195291. OLE color: 12195291.
HSL color Cylindrical-coordinate representation of color #DB15BA: hue angle of 310º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB15BA is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 21 | 186 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.14 |
| HSL | 310º | 0.83% | 0.47% | - |
| HSV(B) | 310º | 0.9% | 0.86% | - |
| XYZ | 38.34 | 19.14 | 48.13 | - |
| YUV | 99.01 | 177.1 | 213.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 21 | 186 | 0 | 0.90 | 0.15 | 0.14 | 310 | 0.83 | 0.47 |
| Hex | DB | 15 | BA | 0 | 5A | F | E | 136 | 52 | 2F |
| Octal | 333 | 25 | 272 | 0 | 132 | 17 | 16 | 466 | 122 | 57 |
| Binary | 11011011 | 10101 | 10111010 | 0 | 1011010 | 1111 | 1110 | 100110110 | 1010010 | 101111 |
Color Harmonies of #DB15BA
Complementary color
Monochromatic Colors of #DB15BA
Black with #DB15BA
Text Example
Text Example
White with #DB15BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB15BA; }
p { color: rgb(219,21,186); }
H1.HeaderClassName
{
color: #DB15BA;
}
.AnyTagClassName
{
color: #DB15BA;
}
</style>
background-color css
<style>
a { background-color: #DB15BA; }
a { background-color: rgb(219,21,186); }
div.DivClassName
{
background-color: #DB15BA;
}
.BgClassName
{
background-color: #DB15BA;
}
</style>
border-color css
<style>
span { border-color: #DB15BA; }
span { border-color: rgb(219,21,186); }
td.TdClassName
{
border-color: #DB15BA;
}
.TagClassName
{
border-color: #DB15BA;
}
</style>