Shades of Mulberry #DB4EA4
Tints of Mulberry #DB4EA4
RGB
CMYK
RGB Variations
Color information
#DB4EA4 (or 0xDB4EA4) is known color: Mulberry. HEX triplet: DB, 4E and A4. RGB value is (219,78,164). Sum of RGB (Red+Green+Blue) = 219+78+164=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 78 (30.86% from 255 or 16.92% from 461); Blue value is 164 (64.45% from 255 or 35.57% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4EA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4EA4 is #24B15B. Grayscale: #818181. Windows color (decimal): -2404700 or 10768091. OLE color: 10768091.
HSL color Cylindrical-coordinate representation of color #DB4EA4: hue angle of 323.4º 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 #DB4EA4 is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 164 | - |
| CMYK | 0 | 0.64 | 0.25 | 0.14 |
| HSL | 323.4º | 0.66% | 0.58% | - |
| HSV(B) | 323.4º | 0.64% | 0.86% | - |
| XYZ | 38.64 | 23.19 | 37.56 | - |
| YUV | 129.96 | 147.21 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 164 | 0 | 0.64 | 0.25 | 0.14 | 323.4 | 0.66 | 0.58 |
| Hex | DB | 4E | A4 | 0 | 40 | 19 | E | 143 | 42 | 3A |
| Octal | 333 | 116 | 244 | 0 | 100 | 31 | 16 | 503 | 102 | 72 |
| Binary | 11011011 | 1001110 | 10100100 | 0 | 1000000 | 11001 | 1110 | 101000011 | 1000010 | 111010 |
Color Harmonies of #DB4EA4
Complementary color
Monochromatic Colors of #DB4EA4
Black with #DB4EA4
Text Example
Text Example
White with #DB4EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4EA4; }
p { color: rgb(219,78,164); }
H1.HeaderClassName
{
color: #DB4EA4;
}
.AnyTagClassName
{
color: #DB4EA4;
}
</style>
background-color css
<style>
a { background-color: #DB4EA4; }
a { background-color: rgb(219,78,164); }
div.DivClassName
{
background-color: #DB4EA4;
}
.BgClassName
{
background-color: #DB4EA4;
}
</style>
border-color css
<style>
span { border-color: #DB4EA4; }
span { border-color: rgb(219,78,164); }
td.TdClassName
{
border-color: #DB4EA4;
}
.TagClassName
{
border-color: #DB4EA4;
}
</style>