Shades of Mulberry #D94994
Tints of Mulberry #D94994
RGB
CMYK
RGB Variations
Color information
#D94994 (or 0xD94994) is known color: Mulberry. HEX triplet: D9, 49 and 94. RGB value is (217,73,148). Sum of RGB (Red+Green+Blue) = 217+73+148=438 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.54% from 438); Green value is 73 (28.91% from 255 or 16.67% from 438); Blue value is 148 (58.20% from 255 or 33.79% from 438); Max value from RGB is 217 - color contains mainly: red. Hex color #D94994 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94994 is #26B66B. Grayscale: #7C7C7C. Windows color (decimal): -2537068 or 9718233. OLE color: 9718233.
HSL color Cylindrical-coordinate representation of color #D94994: hue angle of 328.75º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D94994 is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 73 | 148 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.15 |
| HSL | 328.75º | 0.65% | 0.57% | - |
| HSV(B) | 328.75º | 0.66% | 0.85% | - |
| XYZ | 36.34 | 21.65 | 30.28 | - |
| YUV | 124.61 | 141.21 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 73 | 148 | 0 | 0.66 | 0.32 | 0.15 | 328.75 | 0.65 | 0.57 |
| Hex | D9 | 49 | 94 | 0 | 42 | 20 | F | 149 | 41 | 39 |
| Octal | 331 | 111 | 224 | 0 | 102 | 40 | 17 | 511 | 101 | 71 |
| Binary | 11011001 | 1001001 | 10010100 | 0 | 1000010 | 100000 | 1111 | 101001001 | 1000001 | 111001 |
Color Harmonies of #D94994
Complementary color
Monochromatic Colors of #D94994
Black with #D94994
Text Example
Text Example
White with #D94994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94994; }
p { color: rgb(217,73,148); }
H1.HeaderClassName
{
color: #D94994;
}
.AnyTagClassName
{
color: #D94994;
}
</style>
background-color css
<style>
a { background-color: #D94994; }
a { background-color: rgb(217,73,148); }
div.DivClassName
{
background-color: #D94994;
}
.BgClassName
{
background-color: #D94994;
}
</style>
border-color css
<style>
span { border-color: #D94994; }
span { border-color: rgb(217,73,148); }
td.TdClassName
{
border-color: #D94994;
}
.TagClassName
{
border-color: #D94994;
}
</style>