Shades of Mulberry #DB4997
Tints of Mulberry #DB4997
RGB
CMYK
RGB Variations
Color information
#DB4997 (or 0xDB4997) is known color: Mulberry. HEX triplet: DB, 49 and 97. RGB value is (219,73,151). Sum of RGB (Red+Green+Blue) = 219+73+151=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 73 (28.91% from 255 or 16.48% from 443); Blue value is 151 (59.38% from 255 or 34.09% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4997 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4997 is #24B668. Grayscale: #7D7D7D. Windows color (decimal): -2405993 or 9914843. OLE color: 9914843.
HSL color Cylindrical-coordinate representation of color #DB4997: hue angle of 327.95º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB4997 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 73 | 151 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.14 |
| HSL | 327.95º | 0.67% | 0.57% | - |
| HSV(B) | 327.95º | 0.67% | 0.86% | - |
| XYZ | 37.18 | 22.06 | 31.58 | - |
| YUV | 125.55 | 142.37 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 151 | 0 | 0.67 | 0.31 | 0.14 | 327.95 | 0.67 | 0.57 |
| Hex | DB | 49 | 97 | 0 | 43 | 1F | E | 148 | 43 | 39 |
| Octal | 333 | 111 | 227 | 0 | 103 | 37 | 16 | 510 | 103 | 71 |
| Binary | 11011011 | 1001001 | 10010111 | 0 | 1000011 | 11111 | 1110 | 101001000 | 1000011 | 111001 |
Color Harmonies of #DB4997
Complementary color
Monochromatic Colors of #DB4997
Black with #DB4997
Text Example
Text Example
White with #DB4997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4997; }
p { color: rgb(219,73,151); }
H1.HeaderClassName
{
color: #DB4997;
}
.AnyTagClassName
{
color: #DB4997;
}
</style>
background-color css
<style>
a { background-color: #DB4997; }
a { background-color: rgb(219,73,151); }
div.DivClassName
{
background-color: #DB4997;
}
.BgClassName
{
background-color: #DB4997;
}
</style>
border-color css
<style>
span { border-color: #DB4997; }
span { border-color: rgb(219,73,151); }
td.TdClassName
{
border-color: #DB4997;
}
.TagClassName
{
border-color: #DB4997;
}
</style>