Shades of Mulberry #DB4EA7
Tints of Mulberry #DB4EA7
RGB
CMYK
RGB Variations
Color information
#DB4EA7 (or 0xDB4EA7) is known color: Mulberry. HEX triplet: DB, 4E and A7. RGB value is (219,78,167). Sum of RGB (Red+Green+Blue) = 219+78+167=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 78 (30.86% from 255 or 16.81% from 464); Blue value is 167 (65.62% from 255 or 35.99% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4EA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4EA7 is #24B158. Grayscale: #828282. Windows color (decimal): -2404697 or 10964699. OLE color: 10964699.
HSL color Cylindrical-coordinate representation of color #DB4EA7: hue angle of 322.13º 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 #DB4EA7 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 167 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.14 |
| HSL | 322.13º | 0.66% | 0.58% | - |
| HSV(B) | 322.13º | 0.64% | 0.86% | - |
| XYZ | 38.91 | 23.3 | 39.01 | - |
| YUV | 130.31 | 148.71 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 167 | 0 | 0.64 | 0.24 | 0.14 | 322.13 | 0.66 | 0.58 |
| Hex | DB | 4E | A7 | 0 | 40 | 18 | E | 142 | 42 | 3A |
| Octal | 333 | 116 | 247 | 0 | 100 | 30 | 16 | 502 | 102 | 72 |
| Binary | 11011011 | 1001110 | 10100111 | 0 | 1000000 | 11000 | 1110 | 101000010 | 1000010 | 111010 |
Color Harmonies of #DB4EA7
Complementary color
Monochromatic Colors of #DB4EA7
Black with #DB4EA7
Text Example
Text Example
White with #DB4EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4EA7; }
p { color: rgb(219,78,167); }
H1.HeaderClassName
{
color: #DB4EA7;
}
.AnyTagClassName
{
color: #DB4EA7;
}
</style>
background-color css
<style>
a { background-color: #DB4EA7; }
a { background-color: rgb(219,78,167); }
div.DivClassName
{
background-color: #DB4EA7;
}
.BgClassName
{
background-color: #DB4EA7;
}
</style>
border-color css
<style>
span { border-color: #DB4EA7; }
span { border-color: rgb(219,78,167); }
td.TdClassName
{
border-color: #DB4EA7;
}
.TagClassName
{
border-color: #DB4EA7;
}
</style>