Shades of Mulberry #DB5195
Tints of Mulberry #DB5195
RGB
CMYK
RGB Variations
Color information
#DB5195 (or 0xDB5195) is known color: Mulberry. HEX triplet: DB, 51 and 95. RGB value is (219,81,149). Sum of RGB (Red+Green+Blue) = 219+81+149=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 81 (32.03% from 255 or 18.04% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5195 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5195 is #24AE6A. Grayscale: #818181. Windows color (decimal): -2403947 or 9785819. OLE color: 9785819.
HSL color Cylindrical-coordinate representation of color #DB5195: hue angle of 330.43º 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 #DB5195 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 149 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.14 |
| HSL | 330.43º | 0.66% | 0.59% | - |
| HSV(B) | 330.43º | 0.63% | 0.86% | - |
| XYZ | 37.58 | 23.11 | 30.91 | - |
| YUV | 130.01 | 138.72 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 149 | 0 | 0.63 | 0.32 | 0.14 | 330.43 | 0.66 | 0.59 |
| Hex | DB | 51 | 95 | 0 | 3F | 20 | E | 14A | 42 | 3B |
| Octal | 333 | 121 | 225 | 0 | 77 | 40 | 16 | 512 | 102 | 73 |
| Binary | 11011011 | 1010001 | 10010101 | 0 | 111111 | 100000 | 1110 | 101001010 | 1000010 | 111011 |
Color Harmonies of #DB5195
Complementary color
Monochromatic Colors of #DB5195
Black with #DB5195
Text Example
Text Example
White with #DB5195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5195; }
p { color: rgb(219,81,149); }
H1.HeaderClassName
{
color: #DB5195;
}
.AnyTagClassName
{
color: #DB5195;
}
</style>
background-color css
<style>
a { background-color: #DB5195; }
a { background-color: rgb(219,81,149); }
div.DivClassName
{
background-color: #DB5195;
}
.BgClassName
{
background-color: #DB5195;
}
</style>
border-color css
<style>
span { border-color: #DB5195; }
span { border-color: rgb(219,81,149); }
td.TdClassName
{
border-color: #DB5195;
}
.TagClassName
{
border-color: #DB5195;
}
</style>