Shades of Mulberry #DB4EAC
Tints of Mulberry #DB4EAC
RGB
CMYK
RGB Variations
Color information
#DB4EAC (or 0xDB4EAC) is known color: Mulberry. HEX triplet: DB, 4E and AC. RGB value is (219,78,172). Sum of RGB (Red+Green+Blue) = 219+78+172=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 78 (30.86% from 255 or 16.63% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4EAC is #24B153. Grayscale: #828282. Windows color (decimal): -2404692 or 11292379. OLE color: 11292379.
HSL color Cylindrical-coordinate representation of color #DB4EAC: hue angle of 320º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB4EAC is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 172 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.14 |
| HSL | 320º | 0.66% | 0.58% | - |
| HSV(B) | 320º | 0.64% | 0.86% | - |
| XYZ | 39.38 | 23.49 | 41.49 | - |
| YUV | 130.88 | 151.21 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 172 | 0 | 0.64 | 0.21 | 0.14 | 320 | 0.66 | 0.58 |
| Hex | DB | 4E | AC | 0 | 40 | 15 | E | 140 | 42 | 3A |
| Octal | 333 | 116 | 254 | 0 | 100 | 25 | 16 | 500 | 102 | 72 |
| Binary | 11011011 | 1001110 | 10101100 | 0 | 1000000 | 10101 | 1110 | 101000000 | 1000010 | 111010 |
Color Harmonies of #DB4EAC
Complementary color
Monochromatic Colors of #DB4EAC
Black with #DB4EAC
Text Example
Text Example
White with #DB4EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4EAC; }
p { color: rgb(219,78,172); }
H1.HeaderClassName
{
color: #DB4EAC;
}
.AnyTagClassName
{
color: #DB4EAC;
}
</style>
background-color css
<style>
a { background-color: #DB4EAC; }
a { background-color: rgb(219,78,172); }
div.DivClassName
{
background-color: #DB4EAC;
}
.BgClassName
{
background-color: #DB4EAC;
}
</style>
border-color css
<style>
span { border-color: #DB4EAC; }
span { border-color: rgb(219,78,172); }
td.TdClassName
{
border-color: #DB4EAC;
}
.TagClassName
{
border-color: #DB4EAC;
}
</style>