Shades of Mulberry #DB4D96
Tints of Mulberry #DB4D96
RGB
CMYK
RGB Variations
Color information
#DB4D96 (or 0xDB4D96) is known color: Mulberry. HEX triplet: DB, 4D and 96. RGB value is (219,77,150). Sum of RGB (Red+Green+Blue) = 219+77+150=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 150 (58.98% from 255 or 33.63% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4D96 is #24B269. Grayscale: #7F7F7F. Windows color (decimal): -2404970 or 9850331. OLE color: 9850331.
HSL color Cylindrical-coordinate representation of color #DB4D96: hue angle of 329.15º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB4D96 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 77 | 150 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.14 |
| HSL | 329.15º | 0.66% | 0.58% | - |
| HSV(B) | 329.15º | 0.65% | 0.86% | - |
| XYZ | 37.37 | 22.57 | 31.24 | - |
| YUV | 127.78 | 140.54 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 150 | 0 | 0.65 | 0.32 | 0.14 | 329.15 | 0.66 | 0.58 |
| Hex | DB | 4D | 96 | 0 | 41 | 20 | E | 149 | 42 | 3A |
| Octal | 333 | 115 | 226 | 0 | 101 | 40 | 16 | 511 | 102 | 72 |
| Binary | 11011011 | 1001101 | 10010110 | 0 | 1000001 | 100000 | 1110 | 101001001 | 1000010 | 111010 |
Color Harmonies of #DB4D96
Complementary color
Monochromatic Colors of #DB4D96
Black with #DB4D96
Text Example
Text Example
White with #DB4D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4D96; }
p { color: rgb(219,77,150); }
H1.HeaderClassName
{
color: #DB4D96;
}
.AnyTagClassName
{
color: #DB4D96;
}
</style>
background-color css
<style>
a { background-color: #DB4D96; }
a { background-color: rgb(219,77,150); }
div.DivClassName
{
background-color: #DB4D96;
}
.BgClassName
{
background-color: #DB4D96;
}
</style>
border-color css
<style>
span { border-color: #DB4D96; }
span { border-color: rgb(219,77,150); }
td.TdClassName
{
border-color: #DB4D96;
}
.TagClassName
{
border-color: #DB4D96;
}
</style>