Shades of Mulberry #DB4DAD
Tints of Mulberry #DB4DAD
RGB
CMYK
RGB Variations
Color information
#DB4DAD (or 0xDB4DAD) is known color: Mulberry. HEX triplet: DB, 4D and AD. RGB value is (219,77,173). Sum of RGB (Red+Green+Blue) = 219+77+173=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 77 (30.47% from 255 or 16.42% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4DAD is #24B252. Grayscale: #828282. Windows color (decimal): -2404947 or 11357659. OLE color: 11357659.
HSL color Cylindrical-coordinate representation of color #DB4DAD: hue angle of 319.44º 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 #DB4DAD is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 77 | 173 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.14 |
| HSL | 319.44º | 0.66% | 0.58% | - |
| HSV(B) | 319.44º | 0.65% | 0.86% | - |
| XYZ | 39.41 | 23.38 | 41.97 | - |
| YUV | 130.4 | 152.04 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 173 | 0 | 0.65 | 0.21 | 0.14 | 319.44 | 0.66 | 0.58 |
| Hex | DB | 4D | AD | 0 | 41 | 15 | E | 13F | 42 | 3A |
| Octal | 333 | 115 | 255 | 0 | 101 | 25 | 16 | 477 | 102 | 72 |
| Binary | 11011011 | 1001101 | 10101101 | 0 | 1000001 | 10101 | 1110 | 100111111 | 1000010 | 111010 |
Color Harmonies of #DB4DAD
Complementary color
Monochromatic Colors of #DB4DAD
Black with #DB4DAD
Text Example
Text Example
White with #DB4DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4DAD; }
p { color: rgb(219,77,173); }
H1.HeaderClassName
{
color: #DB4DAD;
}
.AnyTagClassName
{
color: #DB4DAD;
}
</style>
background-color css
<style>
a { background-color: #DB4DAD; }
a { background-color: rgb(219,77,173); }
div.DivClassName
{
background-color: #DB4DAD;
}
.BgClassName
{
background-color: #DB4DAD;
}
</style>
border-color css
<style>
span { border-color: #DB4DAD; }
span { border-color: rgb(219,77,173); }
td.TdClassName
{
border-color: #DB4DAD;
}
.TagClassName
{
border-color: #DB4DAD;
}
</style>