Shades of Mulberry #DB5496
Tints of Mulberry #DB5496
RGB
CMYK
RGB Variations
Color information
#DB5496 (or 0xDB5496) is known color: Mulberry. HEX triplet: DB, 54 and 96. RGB value is (219,84,150). Sum of RGB (Red+Green+Blue) = 219+84+150=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 84 (33.20% from 255 or 18.54% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5496 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5496 is #24AB69. Grayscale: #838383. Windows color (decimal): -2403178 or 9852123. OLE color: 9852123.
HSL color Cylindrical-coordinate representation of color #DB5496: hue angle of 330.67º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB5496 is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 84 | 150 | - |
| CMYK | 0 | 0.62 | 0.32 | 0.14 |
| HSL | 330.67º | 0.65% | 0.59% | - |
| HSV(B) | 330.67º | 0.62% | 0.86% | - |
| XYZ | 37.89 | 23.6 | 31.41 | - |
| YUV | 131.89 | 138.23 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 150 | 0 | 0.62 | 0.32 | 0.14 | 330.67 | 0.65 | 0.59 |
| Hex | DB | 54 | 96 | 0 | 3E | 20 | E | 14B | 41 | 3B |
| Octal | 333 | 124 | 226 | 0 | 76 | 40 | 16 | 513 | 101 | 73 |
| Binary | 11011011 | 1010100 | 10010110 | 0 | 111110 | 100000 | 1110 | 101001011 | 1000001 | 111011 |
Color Harmonies of #DB5496
Complementary color
Monochromatic Colors of #DB5496
Black with #DB5496
Text Example
Text Example
White with #DB5496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5496; }
p { color: rgb(219,84,150); }
H1.HeaderClassName
{
color: #DB5496;
}
.AnyTagClassName
{
color: #DB5496;
}
</style>
background-color css
<style>
a { background-color: #DB5496; }
a { background-color: rgb(219,84,150); }
div.DivClassName
{
background-color: #DB5496;
}
.BgClassName
{
background-color: #DB5496;
}
</style>
border-color css
<style>
span { border-color: #DB5496; }
span { border-color: rgb(219,84,150); }
td.TdClassName
{
border-color: #DB5496;
}
.TagClassName
{
border-color: #DB5496;
}
</style>