Shades of Mulberry #DB4994
Tints of Mulberry #DB4994
RGB
CMYK
RGB Variations
Color information
#DB4994 (or 0xDB4994) is known color: Mulberry. HEX triplet: DB, 49 and 94. RGB value is (219,73,148). Sum of RGB (Red+Green+Blue) = 219+73+148=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 73 (28.91% from 255 or 16.59% from 440); Blue value is 148 (58.20% from 255 or 33.64% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4994 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4994 is #24B66B. Grayscale: #7D7D7D. Windows color (decimal): -2405996 or 9718235. OLE color: 9718235.
HSL color Cylindrical-coordinate representation of color #DB4994: hue angle of 329.18º 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 #DB4994 is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 73 | 148 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.14 |
| HSL | 329.18º | 0.67% | 0.57% | - |
| HSV(B) | 329.18º | 0.67% | 0.86% | - |
| XYZ | 36.94 | 21.96 | 30.31 | - |
| YUV | 125.2 | 140.87 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 148 | 0 | 0.67 | 0.32 | 0.14 | 329.18 | 0.67 | 0.57 |
| Hex | DB | 49 | 94 | 0 | 43 | 20 | E | 149 | 43 | 39 |
| Octal | 333 | 111 | 224 | 0 | 103 | 40 | 16 | 511 | 103 | 71 |
| Binary | 11011011 | 1001001 | 10010100 | 0 | 1000011 | 100000 | 1110 | 101001001 | 1000011 | 111001 |
Color Harmonies of #DB4994
Complementary color
Monochromatic Colors of #DB4994
Black with #DB4994
Text Example
Text Example
White with #DB4994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4994; }
p { color: rgb(219,73,148); }
H1.HeaderClassName
{
color: #DB4994;
}
.AnyTagClassName
{
color: #DB4994;
}
</style>
background-color css
<style>
a { background-color: #DB4994; }
a { background-color: rgb(219,73,148); }
div.DivClassName
{
background-color: #DB4994;
}
.BgClassName
{
background-color: #DB4994;
}
</style>
border-color css
<style>
span { border-color: #DB4994; }
span { border-color: rgb(219,73,148); }
td.TdClassName
{
border-color: #DB4994;
}
.TagClassName
{
border-color: #DB4994;
}
</style>