Shades of Mulberry #DB4DAB
Tints of Mulberry #DB4DAB
RGB
CMYK
RGB Variations
Color information
#DB4DAB (or 0xDB4DAB) is known color: Mulberry. HEX triplet: DB, 4D and AB. RGB value is (219,77,171). Sum of RGB (Red+Green+Blue) = 219+77+171=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 77 (30.47% from 255 or 16.49% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4DAB is #24B254. Grayscale: #818181. Windows color (decimal): -2404949 or 11226587. OLE color: 11226587.
HSL color Cylindrical-coordinate representation of color #DB4DAB: hue angle of 320.28º 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 #DB4DAB is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 77 | 171 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.14 |
| HSL | 320.28º | 0.66% | 0.58% | - |
| HSV(B) | 320.28º | 0.65% | 0.86% | - |
| XYZ | 39.22 | 23.31 | 40.96 | - |
| YUV | 130.17 | 151.04 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 171 | 0 | 0.65 | 0.22 | 0.14 | 320.28 | 0.66 | 0.58 |
| Hex | DB | 4D | AB | 0 | 41 | 16 | E | 140 | 42 | 3A |
| Octal | 333 | 115 | 253 | 0 | 101 | 26 | 16 | 500 | 102 | 72 |
| Binary | 11011011 | 1001101 | 10101011 | 0 | 1000001 | 10110 | 1110 | 101000000 | 1000010 | 111010 |
Color Harmonies of #DB4DAB
Complementary color
Monochromatic Colors of #DB4DAB
Black with #DB4DAB
Text Example
Text Example
White with #DB4DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4DAB; }
p { color: rgb(219,77,171); }
H1.HeaderClassName
{
color: #DB4DAB;
}
.AnyTagClassName
{
color: #DB4DAB;
}
</style>
background-color css
<style>
a { background-color: #DB4DAB; }
a { background-color: rgb(219,77,171); }
div.DivClassName
{
background-color: #DB4DAB;
}
.BgClassName
{
background-color: #DB4DAB;
}
</style>
border-color css
<style>
span { border-color: #DB4DAB; }
span { border-color: rgb(219,77,171); }
td.TdClassName
{
border-color: #DB4DAB;
}
.TagClassName
{
border-color: #DB4DAB;
}
</style>