Shades of Mulberry #DB5497
Tints of Mulberry #DB5497
RGB
CMYK
RGB Variations
Color information
#DB5497 (or 0xDB5497) is known color: Mulberry. HEX triplet: DB, 54 and 97. RGB value is (219,84,151). Sum of RGB (Red+Green+Blue) = 219+84+151=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 84 (33.20% from 255 or 18.50% from 454); Blue value is 151 (59.38% from 255 or 33.26% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5497 is #24AB68. Grayscale: #838383. Windows color (decimal): -2403177 or 9917659. OLE color: 9917659.
HSL color Cylindrical-coordinate representation of color #DB5497: hue angle of 330.22º 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 #DB5497 is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 84 | 151 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.14 |
| HSL | 330.22º | 0.65% | 0.59% | - |
| HSV(B) | 330.22º | 0.62% | 0.86% | - |
| XYZ | 37.97 | 23.64 | 31.84 | - |
| YUV | 132 | 138.73 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 151 | 0 | 0.62 | 0.31 | 0.14 | 330.22 | 0.65 | 0.59 |
| Hex | DB | 54 | 97 | 0 | 3E | 1F | E | 14A | 41 | 3B |
| Octal | 333 | 124 | 227 | 0 | 76 | 37 | 16 | 512 | 101 | 73 |
| Binary | 11011011 | 1010100 | 10010111 | 0 | 111110 | 11111 | 1110 | 101001010 | 1000001 | 111011 |
Color Harmonies of #DB5497
Complementary color
Monochromatic Colors of #DB5497
Black with #DB5497
Text Example
Text Example
White with #DB5497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5497; }
p { color: rgb(219,84,151); }
H1.HeaderClassName
{
color: #DB5497;
}
.AnyTagClassName
{
color: #DB5497;
}
</style>
background-color css
<style>
a { background-color: #DB5497; }
a { background-color: rgb(219,84,151); }
div.DivClassName
{
background-color: #DB5497;
}
.BgClassName
{
background-color: #DB5497;
}
</style>
border-color css
<style>
span { border-color: #DB5497; }
span { border-color: rgb(219,84,151); }
td.TdClassName
{
border-color: #DB5497;
}
.TagClassName
{
border-color: #DB5497;
}
</style>