Shades of Mulberry #D04E86
Tints of Mulberry #D04E86
RGB
CMYK
RGB Variations
Color information
#D04E86 (or 0xD04E86) is known color: Mulberry. HEX triplet: D0, 4E and 86. RGB value is (208,78,134). Sum of RGB (Red+Green+Blue) = 208+78+134=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 78 (30.86% from 255 or 18.57% from 420); Blue value is 134 (52.73% from 255 or 31.90% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D04E86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D04E86 is #2FB179. Grayscale: #7B7B7B. Windows color (decimal): -3125626 or 8802000. OLE color: 8802000.
HSL color Cylindrical-coordinate representation of color #D04E86: hue angle of 334.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 #D04E86 is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 78 | 134 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.18 |
| HSL | 334.15º | 0.58% | 0.56% | - |
| HSV(B) | 334.15º | 0.63% | 0.82% | - |
| XYZ | 33.04 | 20.58 | 24.79 | - |
| YUV | 123.25 | 134.07 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 78 | 134 | 0 | 0.62 | 0.36 | 0.18 | 334.15 | 0.58 | 0.56 |
| Hex | D0 | 4E | 86 | 0 | 3E | 24 | 12 | 14E | 3A | 38 |
| Octal | 320 | 116 | 206 | 0 | 76 | 44 | 22 | 516 | 72 | 70 |
| Binary | 11010000 | 1001110 | 10000110 | 0 | 111110 | 100100 | 10010 | 101001110 | 111010 | 111000 |
Color Harmonies of #D04E86
Complementary color
Monochromatic Colors of #D04E86
Black with #D04E86
Text Example
Text Example
White with #D04E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04E86; }
p { color: rgb(208,78,134); }
H1.HeaderClassName
{
color: #D04E86;
}
.AnyTagClassName
{
color: #D04E86;
}
</style>
background-color css
<style>
a { background-color: #D04E86; }
a { background-color: rgb(208,78,134); }
div.DivClassName
{
background-color: #D04E86;
}
.BgClassName
{
background-color: #D04E86;
}
</style>
border-color css
<style>
span { border-color: #D04E86; }
span { border-color: rgb(208,78,134); }
td.TdClassName
{
border-color: #D04E86;
}
.TagClassName
{
border-color: #D04E86;
}
</style>