Shades of Mulberry #DB4EA8
Tints of Mulberry #DB4EA8
RGB
CMYK
RGB Variations
Color information
#DB4EA8 (or 0xDB4EA8) is known color: Mulberry. HEX triplet: DB, 4E and A8. RGB value is (219,78,168). Sum of RGB (Red+Green+Blue) = 219+78+168=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 78 (30.86% from 255 or 16.77% from 465); Blue value is 168 (66.02% from 255 or 36.13% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4EA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4EA8 is #24B157. Grayscale: #828282. Windows color (decimal): -2404696 or 11030235. OLE color: 11030235.
HSL color Cylindrical-coordinate representation of color #DB4EA8: hue angle of 321.7º 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 #DB4EA8 is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 168 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.14 |
| HSL | 321.7º | 0.66% | 0.58% | - |
| HSV(B) | 321.7º | 0.64% | 0.86% | - |
| XYZ | 39.01 | 23.34 | 39.49 | - |
| YUV | 130.42 | 149.21 | 191.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 168 | 0 | 0.64 | 0.23 | 0.14 | 321.7 | 0.66 | 0.58 |
| Hex | DB | 4E | A8 | 0 | 40 | 17 | E | 142 | 42 | 3A |
| Octal | 333 | 116 | 250 | 0 | 100 | 27 | 16 | 502 | 102 | 72 |
| Binary | 11011011 | 1001110 | 10101000 | 0 | 1000000 | 10111 | 1110 | 101000010 | 1000010 | 111010 |
Color Harmonies of #DB4EA8
Complementary color
Monochromatic Colors of #DB4EA8
Black with #DB4EA8
Text Example
Text Example
White with #DB4EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4EA8; }
p { color: rgb(219,78,168); }
H1.HeaderClassName
{
color: #DB4EA8;
}
.AnyTagClassName
{
color: #DB4EA8;
}
</style>
background-color css
<style>
a { background-color: #DB4EA8; }
a { background-color: rgb(219,78,168); }
div.DivClassName
{
background-color: #DB4EA8;
}
.BgClassName
{
background-color: #DB4EA8;
}
</style>
border-color css
<style>
span { border-color: #DB4EA8; }
span { border-color: rgb(219,78,168); }
td.TdClassName
{
border-color: #DB4EA8;
}
.TagClassName
{
border-color: #DB4EA8;
}
</style>