Shades of Mulberry #DB4B95
Tints of Mulberry #DB4B95
RGB
CMYK
RGB Variations
Color information
#DB4B95 (or 0xDB4B95) is known color: Mulberry. HEX triplet: DB, 4B and 95. RGB value is (219,75,149). Sum of RGB (Red+Green+Blue) = 219+75+149=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 75 (29.69% from 255 or 16.93% from 443); Blue value is 149 (58.59% from 255 or 33.63% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4B95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4B95 is #24B46A. Grayscale: #7E7E7E. Windows color (decimal): -2405483 or 9784283. OLE color: 9784283.
HSL color Cylindrical-coordinate representation of color #DB4B95: hue angle of 329.17º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB4B95 is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 149 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.14 |
| HSL | 329.17º | 0.67% | 0.58% | - |
| HSV(B) | 329.17º | 0.66% | 0.86% | - |
| XYZ | 37.15 | 22.26 | 30.77 | - |
| YUV | 126.49 | 140.71 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 149 | 0 | 0.66 | 0.32 | 0.14 | 329.17 | 0.67 | 0.58 |
| Hex | DB | 4B | 95 | 0 | 42 | 20 | E | 149 | 43 | 3A |
| Octal | 333 | 113 | 225 | 0 | 102 | 40 | 16 | 511 | 103 | 72 |
| Binary | 11011011 | 1001011 | 10010101 | 0 | 1000010 | 100000 | 1110 | 101001001 | 1000011 | 111010 |
Color Harmonies of #DB4B95
Complementary color
Monochromatic Colors of #DB4B95
Black with #DB4B95
Text Example
Text Example
White with #DB4B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4B95; }
p { color: rgb(219,75,149); }
H1.HeaderClassName
{
color: #DB4B95;
}
.AnyTagClassName
{
color: #DB4B95;
}
</style>
background-color css
<style>
a { background-color: #DB4B95; }
a { background-color: rgb(219,75,149); }
div.DivClassName
{
background-color: #DB4B95;
}
.BgClassName
{
background-color: #DB4B95;
}
</style>
border-color css
<style>
span { border-color: #DB4B95; }
span { border-color: rgb(219,75,149); }
td.TdClassName
{
border-color: #DB4B95;
}
.TagClassName
{
border-color: #DB4B95;
}
</style>