Shades of Mulberry #DB4B99
Tints of Mulberry #DB4B99
RGB
CMYK
RGB Variations
Color information
#DB4B99 (or 0xDB4B99) is known color: Mulberry. HEX triplet: DB, 4B and 99. RGB value is (219,75,153). Sum of RGB (Red+Green+Blue) = 219+75+153=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 75 (29.69% from 255 or 16.78% from 447); Blue value is 153 (60.16% from 255 or 34.23% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4B99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4B99 is #24B466. Grayscale: #7E7E7E. Windows color (decimal): -2405479 or 10046427. OLE color: 10046427.
HSL color Cylindrical-coordinate representation of color #DB4B99: hue angle of 327.5º 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 #DB4B99 is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 153 | - |
| CMYK | 0 | 0.66 | 0.30 | 0.14 |
| HSL | 327.5º | 0.67% | 0.58% | - |
| HSV(B) | 327.5º | 0.66% | 0.86% | - |
| XYZ | 37.48 | 22.39 | 32.48 | - |
| YUV | 126.95 | 142.71 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 153 | 0 | 0.66 | 0.30 | 0.14 | 327.5 | 0.67 | 0.58 |
| Hex | DB | 4B | 99 | 0 | 42 | 1E | E | 148 | 43 | 3A |
| Octal | 333 | 113 | 231 | 0 | 102 | 36 | 16 | 510 | 103 | 72 |
| Binary | 11011011 | 1001011 | 10011001 | 0 | 1000010 | 11110 | 1110 | 101001000 | 1000011 | 111010 |
Color Harmonies of #DB4B99
Complementary color
Monochromatic Colors of #DB4B99
Black with #DB4B99
Text Example
Text Example
White with #DB4B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4B99; }
p { color: rgb(219,75,153); }
H1.HeaderClassName
{
color: #DB4B99;
}
.AnyTagClassName
{
color: #DB4B99;
}
</style>
background-color css
<style>
a { background-color: #DB4B99; }
a { background-color: rgb(219,75,153); }
div.DivClassName
{
background-color: #DB4B99;
}
.BgClassName
{
background-color: #DB4B99;
}
</style>
border-color css
<style>
span { border-color: #DB4B99; }
span { border-color: rgb(219,75,153); }
td.TdClassName
{
border-color: #DB4B99;
}
.TagClassName
{
border-color: #DB4B99;
}
</style>