Shades of Mulberry #D04EA0
Tints of Mulberry #D04EA0
RGB
CMYK
RGB Variations
Color information
#D04EA0 (or 0xD04EA0) is known color: Mulberry. HEX triplet: D0, 4E and A0. RGB value is (208,78,160). Sum of RGB (Red+Green+Blue) = 208+78+160=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 78 (30.86% from 255 or 17.49% from 446); Blue value is 160 (62.89% from 255 or 35.87% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D04EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D04EA0 is #2FB15F. Grayscale: #7E7E7E. Windows color (decimal): -3125600 or 10505936. OLE color: 10505936.
HSL color Cylindrical-coordinate representation of color #D04EA0: hue angle of 322.15º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D04EA0 is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 78 | 160 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.18 |
| HSL | 322.15º | 0.58% | 0.56% | - |
| HSV(B) | 322.15º | 0.63% | 0.82% | - |
| XYZ | 35.08 | 21.4 | 35.54 | - |
| YUV | 126.22 | 147.07 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 78 | 160 | 0 | 0.62 | 0.23 | 0.18 | 322.15 | 0.58 | 0.56 |
| Hex | D0 | 4E | A0 | 0 | 3E | 17 | 12 | 142 | 3A | 38 |
| Octal | 320 | 116 | 240 | 0 | 76 | 27 | 22 | 502 | 72 | 70 |
| Binary | 11010000 | 1001110 | 10100000 | 0 | 111110 | 10111 | 10010 | 101000010 | 111010 | 111000 |
Color Harmonies of #D04EA0
Complementary color
Monochromatic Colors of #D04EA0
Black with #D04EA0
Text Example
Text Example
White with #D04EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04EA0; }
p { color: rgb(208,78,160); }
H1.HeaderClassName
{
color: #D04EA0;
}
.AnyTagClassName
{
color: #D04EA0;
}
</style>
background-color css
<style>
a { background-color: #D04EA0; }
a { background-color: rgb(208,78,160); }
div.DivClassName
{
background-color: #D04EA0;
}
.BgClassName
{
background-color: #D04EA0;
}
</style>
border-color css
<style>
span { border-color: #D04EA0; }
span { border-color: rgb(208,78,160); }
td.TdClassName
{
border-color: #D04EA0;
}
.TagClassName
{
border-color: #D04EA0;
}
</style>