Shades of Deep Magenta #DB0AB7
Tints of Deep Magenta #DB0AB7
RGB
CMYK
RGB Variations
Color information
#DB0AB7 (or 0xDB0AB7) is known color: Deep Magenta. HEX triplet: DB, 0A and B7. RGB value is (219,10,183). Sum of RGB (Red+Green+Blue) = 219+10+183=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 10 (4.30% from 255 or 2.43% from 412); Blue value is 183 (71.88% from 255 or 44.42% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0AB7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0AB7 is #24F548. Grayscale: #5B5B5B. Windows color (decimal): -2422089 or 11995867. OLE color: 11995867.
HSL color Cylindrical-coordinate representation of color #DB0AB7: hue angle of 310.33º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB0AB7 is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 10 | 183 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.14 |
| HSL | 310.33º | 0.91% | 0.45% | - |
| HSV(B) | 310.33º | 0.95% | 0.86% | - |
| XYZ | 37.87 | 18.7 | 46.41 | - |
| YUV | 92.21 | 179.24 | 218.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 10 | 183 | 0 | 0.95 | 0.16 | 0.14 | 310.33 | 0.91 | 0.45 |
| Hex | DB | A | B7 | 0 | 5F | 10 | E | 136 | 5B | 2D |
| Octal | 333 | 12 | 267 | 0 | 137 | 20 | 16 | 466 | 133 | 55 |
| Binary | 11011011 | 1010 | 10110111 | 0 | 1011111 | 10000 | 1110 | 100110110 | 1011011 | 101101 |
Color Harmonies of #DB0AB7
Complementary color
Monochromatic Colors of #DB0AB7
Black with #DB0AB7
Text Example
Text Example
White with #DB0AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0AB7; }
p { color: rgb(219,10,183); }
H1.HeaderClassName
{
color: #DB0AB7;
}
.AnyTagClassName
{
color: #DB0AB7;
}
</style>
background-color css
<style>
a { background-color: #DB0AB7; }
a { background-color: rgb(219,10,183); }
div.DivClassName
{
background-color: #DB0AB7;
}
.BgClassName
{
background-color: #DB0AB7;
}
</style>
border-color css
<style>
span { border-color: #DB0AB7; }
span { border-color: rgb(219,10,183); }
td.TdClassName
{
border-color: #DB0AB7;
}
.TagClassName
{
border-color: #DB0AB7;
}
</style>