Shades of Mulberry #D94E8D
Tints of Mulberry #D94E8D
RGB
CMYK
RGB Variations
Color information
#D94E8D (or 0xD94E8D) is known color: Mulberry. HEX triplet: D9, 4E and 8D. RGB value is (217,78,141). Sum of RGB (Red+Green+Blue) = 217+78+141=436 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.77% from 436); Green value is 78 (30.86% from 255 or 17.89% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 217 - color contains mainly: red. Hex color #D94E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D94E8D is #26B172. Grayscale: #7E7E7E. Windows color (decimal): -2535795 or 9260761. OLE color: 9260761.
HSL color Cylindrical-coordinate representation of color #D94E8D: hue angle of 332.81º 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 #D94E8D is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 78 | 141 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.15 |
| HSL | 332.81º | 0.65% | 0.58% | - |
| HSV(B) | 332.81º | 0.64% | 0.85% | - |
| XYZ | 36.15 | 22.12 | 27.56 | - |
| YUV | 126.74 | 136.05 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 78 | 141 | 0 | 0.64 | 0.35 | 0.15 | 332.81 | 0.65 | 0.58 |
| Hex | D9 | 4E | 8D | 0 | 40 | 23 | F | 14D | 41 | 3A |
| Octal | 331 | 116 | 215 | 0 | 100 | 43 | 17 | 515 | 101 | 72 |
| Binary | 11011001 | 1001110 | 10001101 | 0 | 1000000 | 100011 | 1111 | 101001101 | 1000001 | 111010 |
Color Harmonies of #D94E8D
Complementary color
Monochromatic Colors of #D94E8D
Black with #D94E8D
Text Example
Text Example
White with #D94E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94E8D; }
p { color: rgb(217,78,141); }
H1.HeaderClassName
{
color: #D94E8D;
}
.AnyTagClassName
{
color: #D94E8D;
}
</style>
background-color css
<style>
a { background-color: #D94E8D; }
a { background-color: rgb(217,78,141); }
div.DivClassName
{
background-color: #D94E8D;
}
.BgClassName
{
background-color: #D94E8D;
}
</style>
border-color css
<style>
span { border-color: #D94E8D; }
span { border-color: rgb(217,78,141); }
td.TdClassName
{
border-color: #D94E8D;
}
.TagClassName
{
border-color: #D94E8D;
}
</style>