Shades of Mulberry #D94D9E
Tints of Mulberry #D94D9E
RGB
CMYK
RGB Variations
Color information
#D94D9E (or 0xD94D9E) is known color: Mulberry. HEX triplet: D9, 4D and 9E. RGB value is (217,77,158). Sum of RGB (Red+Green+Blue) = 217+77+158=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 77 (30.47% from 255 or 17.04% from 452); Blue value is 158 (62.11% from 255 or 34.96% from 452); Max value from RGB is 217 - color contains mainly: red. Hex color #D94D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D94D9E is #26B261. Grayscale: #7F7F7F. Windows color (decimal): -2536034 or 10374617. OLE color: 10374617.
HSL color Cylindrical-coordinate representation of color #D94D9E: hue angle of 325.29º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D94D9E is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 77 | 158 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.15 |
| HSL | 325.29º | 0.65% | 0.58% | - |
| HSV(B) | 325.29º | 0.65% | 0.85% | - |
| XYZ | 37.44 | 22.53 | 34.72 | - |
| YUV | 128.09 | 144.88 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 77 | 158 | 0 | 0.65 | 0.27 | 0.15 | 325.29 | 0.65 | 0.58 |
| Hex | D9 | 4D | 9E | 0 | 41 | 1B | F | 145 | 41 | 3A |
| Octal | 331 | 115 | 236 | 0 | 101 | 33 | 17 | 505 | 101 | 72 |
| Binary | 11011001 | 1001101 | 10011110 | 0 | 1000001 | 11011 | 1111 | 101000101 | 1000001 | 111010 |
Color Harmonies of #D94D9E
Complementary color
Monochromatic Colors of #D94D9E
Black with #D94D9E
Text Example
Text Example
White with #D94D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94D9E; }
p { color: rgb(217,77,158); }
H1.HeaderClassName
{
color: #D94D9E;
}
.AnyTagClassName
{
color: #D94D9E;
}
</style>
background-color css
<style>
a { background-color: #D94D9E; }
a { background-color: rgb(217,77,158); }
div.DivClassName
{
background-color: #D94D9E;
}
.BgClassName
{
background-color: #D94D9E;
}
</style>
border-color css
<style>
span { border-color: #D94D9E; }
span { border-color: rgb(217,77,158); }
td.TdClassName
{
border-color: #D94D9E;
}
.TagClassName
{
border-color: #D94D9E;
}
</style>