Shades of Mulberry #D94EAB
Tints of Mulberry #D94EAB
RGB
CMYK
RGB Variations
Color information
#D94EAB (or 0xD94EAB) is known color: Mulberry. HEX triplet: D9, 4E and AB. RGB value is (217,78,171). Sum of RGB (Red+Green+Blue) = 217+78+171=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 78 (30.86% from 255 or 16.74% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D94EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D94EAB is #26B154. Grayscale: #818181. Windows color (decimal): -2535765 or 11226841. OLE color: 11226841.
HSL color Cylindrical-coordinate representation of color #D94EAB: hue angle of 319.86º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D94EAB is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 78 | 171 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.15 |
| HSL | 319.86º | 0.65% | 0.58% | - |
| HSV(B) | 319.86º | 0.64% | 0.85% | - |
| XYZ | 38.69 | 23.14 | 40.96 | - |
| YUV | 130.16 | 151.05 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 78 | 171 | 0 | 0.64 | 0.21 | 0.15 | 319.86 | 0.65 | 0.58 |
| Hex | D9 | 4E | AB | 0 | 40 | 15 | F | 140 | 41 | 3A |
| Octal | 331 | 116 | 253 | 0 | 100 | 25 | 17 | 500 | 101 | 72 |
| Binary | 11011001 | 1001110 | 10101011 | 0 | 1000000 | 10101 | 1111 | 101000000 | 1000001 | 111010 |
Color Harmonies of #D94EAB
Complementary color
Monochromatic Colors of #D94EAB
Black with #D94EAB
Text Example
Text Example
White with #D94EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94EAB; }
p { color: rgb(217,78,171); }
H1.HeaderClassName
{
color: #D94EAB;
}
.AnyTagClassName
{
color: #D94EAB;
}
</style>
background-color css
<style>
a { background-color: #D94EAB; }
a { background-color: rgb(217,78,171); }
div.DivClassName
{
background-color: #D94EAB;
}
.BgClassName
{
background-color: #D94EAB;
}
</style>
border-color css
<style>
span { border-color: #D94EAB; }
span { border-color: rgb(217,78,171); }
td.TdClassName
{
border-color: #D94EAB;
}
.TagClassName
{
border-color: #D94EAB;
}
</style>