Shades of Mulberry #DB4DAC
Tints of Mulberry #DB4DAC
RGB
CMYK
RGB Variations
Color information
#DB4DAC (or 0xDB4DAC) is known color: Mulberry. HEX triplet: DB, 4D and AC. RGB value is (219,77,172). Sum of RGB (Red+Green+Blue) = 219+77+172=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 77 (30.47% from 255 or 16.45% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4DAC is #24B253. Grayscale: #828282. Windows color (decimal): -2404948 or 11292123. OLE color: 11292123.
HSL color Cylindrical-coordinate representation of color #DB4DAC: hue angle of 319.86º 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 #DB4DAC is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 77 | 172 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.14 |
| HSL | 319.86º | 0.66% | 0.58% | - |
| HSV(B) | 319.86º | 0.65% | 0.86% | - |
| XYZ | 39.31 | 23.35 | 41.46 | - |
| YUV | 130.29 | 151.54 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 172 | 0 | 0.65 | 0.21 | 0.14 | 319.86 | 0.66 | 0.58 |
| Hex | DB | 4D | AC | 0 | 41 | 15 | E | 140 | 42 | 3A |
| Octal | 333 | 115 | 254 | 0 | 101 | 25 | 16 | 500 | 102 | 72 |
| Binary | 11011011 | 1001101 | 10101100 | 0 | 1000001 | 10101 | 1110 | 101000000 | 1000010 | 111010 |
Color Harmonies of #DB4DAC
Complementary color
Monochromatic Colors of #DB4DAC
Black with #DB4DAC
Text Example
Text Example
White with #DB4DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4DAC; }
p { color: rgb(219,77,172); }
H1.HeaderClassName
{
color: #DB4DAC;
}
.AnyTagClassName
{
color: #DB4DAC;
}
</style>
background-color css
<style>
a { background-color: #DB4DAC; }
a { background-color: rgb(219,77,172); }
div.DivClassName
{
background-color: #DB4DAC;
}
.BgClassName
{
background-color: #DB4DAC;
}
</style>
border-color css
<style>
span { border-color: #DB4DAC; }
span { border-color: rgb(219,77,172); }
td.TdClassName
{
border-color: #DB4DAC;
}
.TagClassName
{
border-color: #DB4DAC;
}
</style>