Shades of Mulberry #DB4899
Tints of Mulberry #DB4899
RGB
CMYK
RGB Variations
Color information
#DB4899 (or 0xDB4899) is known color: Mulberry. HEX triplet: DB, 48 and 99. RGB value is (219,72,153). Sum of RGB (Red+Green+Blue) = 219+72+153=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 72 (28.52% from 255 or 16.22% from 444); Blue value is 153 (60.16% from 255 or 34.46% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4899 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4899 is #24B766. Grayscale: #7D7D7D. Windows color (decimal): -2406247 or 10045659. OLE color: 10045659.
HSL color Cylindrical-coordinate representation of color #DB4899: hue angle of 326.94º 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 #DB4899 is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 153 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.14 |
| HSL | 326.94º | 0.67% | 0.57% | - |
| HSV(B) | 326.94º | 0.67% | 0.86% | - |
| XYZ | 37.28 | 21.99 | 32.42 | - |
| YUV | 125.19 | 143.7 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 153 | 0 | 0.67 | 0.30 | 0.14 | 326.94 | 0.67 | 0.57 |
| Hex | DB | 48 | 99 | 0 | 43 | 1E | E | 147 | 43 | 39 |
| Octal | 333 | 110 | 231 | 0 | 103 | 36 | 16 | 507 | 103 | 71 |
| Binary | 11011011 | 1001000 | 10011001 | 0 | 1000011 | 11110 | 1110 | 101000111 | 1000011 | 111001 |
Color Harmonies of #DB4899
Complementary color
Monochromatic Colors of #DB4899
Black with #DB4899
Text Example
Text Example
White with #DB4899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4899; }
p { color: rgb(219,72,153); }
H1.HeaderClassName
{
color: #DB4899;
}
.AnyTagClassName
{
color: #DB4899;
}
</style>
background-color css
<style>
a { background-color: #DB4899; }
a { background-color: rgb(219,72,153); }
div.DivClassName
{
background-color: #DB4899;
}
.BgClassName
{
background-color: #DB4899;
}
</style>
border-color css
<style>
span { border-color: #DB4899; }
span { border-color: rgb(219,72,153); }
td.TdClassName
{
border-color: #DB4899;
}
.TagClassName
{
border-color: #DB4899;
}
</style>