Shades of Mulberry #DB4999
Tints of Mulberry #DB4999
RGB
CMYK
RGB Variations
Color information
#DB4999 (or 0xDB4999) is known color: Mulberry. HEX triplet: DB, 49 and 99. RGB value is (219,73,153). Sum of RGB (Red+Green+Blue) = 219+73+153=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 73 (28.91% from 255 or 16.40% from 445); Blue value is 153 (60.16% from 255 or 34.38% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4999 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4999 is #24B666. Grayscale: #7D7D7D. Windows color (decimal): -2405991 or 10045915. OLE color: 10045915.
HSL color Cylindrical-coordinate representation of color #DB4999: hue angle of 327.12º 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 #DB4999 is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 73 | 153 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.14 |
| HSL | 327.12º | 0.67% | 0.57% | - |
| HSV(B) | 327.12º | 0.67% | 0.86% | - |
| XYZ | 37.35 | 22.13 | 32.44 | - |
| YUV | 125.77 | 143.37 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 153 | 0 | 0.67 | 0.30 | 0.14 | 327.12 | 0.67 | 0.57 |
| Hex | DB | 49 | 99 | 0 | 43 | 1E | E | 147 | 43 | 39 |
| Octal | 333 | 111 | 231 | 0 | 103 | 36 | 16 | 507 | 103 | 71 |
| Binary | 11011011 | 1001001 | 10011001 | 0 | 1000011 | 11110 | 1110 | 101000111 | 1000011 | 111001 |
Color Harmonies of #DB4999
Complementary color
Monochromatic Colors of #DB4999
Black with #DB4999
Text Example
Text Example
White with #DB4999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4999; }
p { color: rgb(219,73,153); }
H1.HeaderClassName
{
color: #DB4999;
}
.AnyTagClassName
{
color: #DB4999;
}
</style>
background-color css
<style>
a { background-color: #DB4999; }
a { background-color: rgb(219,73,153); }
div.DivClassName
{
background-color: #DB4999;
}
.BgClassName
{
background-color: #DB4999;
}
</style>
border-color css
<style>
span { border-color: #DB4999; }
span { border-color: rgb(219,73,153); }
td.TdClassName
{
border-color: #DB4999;
}
.TagClassName
{
border-color: #DB4999;
}
</style>