Shades of Mulberry #DB5191
Tints of Mulberry #DB5191
RGB
CMYK
RGB Variations
Color information
#DB5191 (or 0xDB5191) is known color: Mulberry. HEX triplet: DB, 51 and 91. RGB value is (219,81,145). Sum of RGB (Red+Green+Blue) = 219+81+145=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 81 (32.03% from 255 or 18.20% from 445); Blue value is 145 (57.03% from 255 or 32.58% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5191 is #24AE6E. Grayscale: #818181. Windows color (decimal): -2403951 or 9523675. OLE color: 9523675.
HSL color Cylindrical-coordinate representation of color #DB5191: hue angle of 332.17º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB5191 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 145 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.14 |
| HSL | 332.17º | 0.66% | 0.59% | - |
| HSV(B) | 332.17º | 0.63% | 0.86% | - |
| XYZ | 37.27 | 22.99 | 29.26 | - |
| YUV | 129.56 | 136.72 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 145 | 0 | 0.63 | 0.34 | 0.14 | 332.17 | 0.66 | 0.59 |
| Hex | DB | 51 | 91 | 0 | 3F | 22 | E | 14C | 42 | 3B |
| Octal | 333 | 121 | 221 | 0 | 77 | 42 | 16 | 514 | 102 | 73 |
| Binary | 11011011 | 1010001 | 10010001 | 0 | 111111 | 100010 | 1110 | 101001100 | 1000010 | 111011 |
Color Harmonies of #DB5191
Complementary color
Monochromatic Colors of #DB5191
Black with #DB5191
Text Example
Text Example
White with #DB5191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5191; }
p { color: rgb(219,81,145); }
H1.HeaderClassName
{
color: #DB5191;
}
.AnyTagClassName
{
color: #DB5191;
}
</style>
background-color css
<style>
a { background-color: #DB5191; }
a { background-color: rgb(219,81,145); }
div.DivClassName
{
background-color: #DB5191;
}
.BgClassName
{
background-color: #DB5191;
}
</style>
border-color css
<style>
span { border-color: #DB5191; }
span { border-color: rgb(219,81,145); }
td.TdClassName
{
border-color: #DB5191;
}
.TagClassName
{
border-color: #DB5191;
}
</style>