Shades of Mulberry #D94D9F
Tints of Mulberry #D94D9F
RGB
CMYK
RGB Variations
Color information
#D94D9F (or 0xD94D9F) is known color: Mulberry. HEX triplet: D9, 4D and 9F. RGB value is (217,77,159). Sum of RGB (Red+Green+Blue) = 217+77+159=453 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.90% from 453); Green value is 77 (30.47% from 255 or 17.00% from 453); Blue value is 159 (62.5% from 255 or 35.10% from 453); Max value from RGB is 217 - color contains mainly: red. Hex color #D94D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D94D9F is #26B260. Grayscale: #808080. Windows color (decimal): -2536033 or 10440153. OLE color: 10440153.
HSL color Cylindrical-coordinate representation of color #D94D9F: hue angle of 324.86º 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 #D94D9F is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 77 | 159 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.15 |
| HSL | 324.86º | 0.65% | 0.58% | - |
| HSV(B) | 324.86º | 0.65% | 0.85% | - |
| XYZ | 37.53 | 22.56 | 35.18 | - |
| YUV | 128.21 | 145.38 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 77 | 159 | 0 | 0.65 | 0.27 | 0.15 | 324.86 | 0.65 | 0.58 |
| Hex | D9 | 4D | 9F | 0 | 41 | 1B | F | 145 | 41 | 3A |
| Octal | 331 | 115 | 237 | 0 | 101 | 33 | 17 | 505 | 101 | 72 |
| Binary | 11011001 | 1001101 | 10011111 | 0 | 1000001 | 11011 | 1111 | 101000101 | 1000001 | 111010 |
Color Harmonies of #D94D9F
Complementary color
Monochromatic Colors of #D94D9F
Black with #D94D9F
Text Example
Text Example
White with #D94D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94D9F; }
p { color: rgb(217,77,159); }
H1.HeaderClassName
{
color: #D94D9F;
}
.AnyTagClassName
{
color: #D94D9F;
}
</style>
background-color css
<style>
a { background-color: #D94D9F; }
a { background-color: rgb(217,77,159); }
div.DivClassName
{
background-color: #D94D9F;
}
.BgClassName
{
background-color: #D94D9F;
}
</style>
border-color css
<style>
span { border-color: #D94D9F; }
span { border-color: rgb(217,77,159); }
td.TdClassName
{
border-color: #D94D9F;
}
.TagClassName
{
border-color: #D94D9F;
}
</style>