Shades of Mulberry #DB4EA0
Tints of Mulberry #DB4EA0
RGB
CMYK
RGB Variations
Color information
#DB4EA0 (or 0xDB4EA0) is known color: Mulberry. HEX triplet: DB, 4E and A0. RGB value is (219,78,160). Sum of RGB (Red+Green+Blue) = 219+78+160=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 78 (30.86% from 255 or 17.07% from 457); Blue value is 160 (62.89% from 255 or 35.01% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4EA0 is #24B15F. Grayscale: #818181. Windows color (decimal): -2404704 or 10505947. OLE color: 10505947.
HSL color Cylindrical-coordinate representation of color #DB4EA0: hue angle of 325.11º 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 #DB4EA0 is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 160 | - |
| CMYK | 0 | 0.64 | 0.27 | 0.14 |
| HSL | 325.11º | 0.66% | 0.58% | - |
| HSV(B) | 325.11º | 0.64% | 0.86% | - |
| XYZ | 38.28 | 23.05 | 35.69 | - |
| YUV | 129.51 | 145.21 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 160 | 0 | 0.64 | 0.27 | 0.14 | 325.11 | 0.66 | 0.58 |
| Hex | DB | 4E | A0 | 0 | 40 | 1B | E | 145 | 42 | 3A |
| Octal | 333 | 116 | 240 | 0 | 100 | 33 | 16 | 505 | 102 | 72 |
| Binary | 11011011 | 1001110 | 10100000 | 0 | 1000000 | 11011 | 1110 | 101000101 | 1000010 | 111010 |
Color Harmonies of #DB4EA0
Complementary color
Monochromatic Colors of #DB4EA0
Black with #DB4EA0
Text Example
Text Example
White with #DB4EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4EA0; }
p { color: rgb(219,78,160); }
H1.HeaderClassName
{
color: #DB4EA0;
}
.AnyTagClassName
{
color: #DB4EA0;
}
</style>
background-color css
<style>
a { background-color: #DB4EA0; }
a { background-color: rgb(219,78,160); }
div.DivClassName
{
background-color: #DB4EA0;
}
.BgClassName
{
background-color: #DB4EA0;
}
</style>
border-color css
<style>
span { border-color: #DB4EA0; }
span { border-color: rgb(219,78,160); }
td.TdClassName
{
border-color: #DB4EA0;
}
.TagClassName
{
border-color: #DB4EA0;
}
</style>