Shades of Mulberry #DB4EA5
Tints of Mulberry #DB4EA5
RGB
CMYK
RGB Variations
Color information
#DB4EA5 (or 0xDB4EA5) is known color: Mulberry. HEX triplet: DB, 4E and A5. RGB value is (219,78,165). Sum of RGB (Red+Green+Blue) = 219+78+165=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 78 (30.86% from 255 or 16.88% from 462); Blue value is 165 (64.84% from 255 or 35.71% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4EA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4EA5 is #24B15A. Grayscale: #818181. Windows color (decimal): -2404699 or 10833627. OLE color: 10833627.
HSL color Cylindrical-coordinate representation of color #DB4EA5: hue angle of 322.98º 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 #DB4EA5 is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 165 | - |
| CMYK | 0 | 0.64 | 0.25 | 0.14 |
| HSL | 322.98º | 0.66% | 0.58% | - |
| HSV(B) | 322.98º | 0.64% | 0.86% | - |
| XYZ | 38.73 | 23.23 | 38.04 | - |
| YUV | 130.08 | 147.71 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 165 | 0 | 0.64 | 0.25 | 0.14 | 322.98 | 0.66 | 0.58 |
| Hex | DB | 4E | A5 | 0 | 40 | 19 | E | 143 | 42 | 3A |
| Octal | 333 | 116 | 245 | 0 | 100 | 31 | 16 | 503 | 102 | 72 |
| Binary | 11011011 | 1001110 | 10100101 | 0 | 1000000 | 11001 | 1110 | 101000011 | 1000010 | 111010 |
Color Harmonies of #DB4EA5
Complementary color
Monochromatic Colors of #DB4EA5
Black with #DB4EA5
Text Example
Text Example
White with #DB4EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4EA5; }
p { color: rgb(219,78,165); }
H1.HeaderClassName
{
color: #DB4EA5;
}
.AnyTagClassName
{
color: #DB4EA5;
}
</style>
background-color css
<style>
a { background-color: #DB4EA5; }
a { background-color: rgb(219,78,165); }
div.DivClassName
{
background-color: #DB4EA5;
}
.BgClassName
{
background-color: #DB4EA5;
}
</style>
border-color css
<style>
span { border-color: #DB4EA5; }
span { border-color: rgb(219,78,165); }
td.TdClassName
{
border-color: #DB4EA5;
}
.TagClassName
{
border-color: #DB4EA5;
}
</style>