Shades of Mulberry #D94990
Tints of Mulberry #D94990
RGB
CMYK
RGB Variations
Color information
#D94990 (or 0xD94990) is known color: Mulberry. HEX triplet: D9, 49 and 90. RGB value is (217,73,144). Sum of RGB (Red+Green+Blue) = 217+73+144=434 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50% from 434); Green value is 73 (28.91% from 255 or 16.82% from 434); Blue value is 144 (56.64% from 255 or 33.18% from 434); Max value from RGB is 217 - color contains mainly: red. Hex color #D94990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94990 is #26B66F. Grayscale: #7C7C7C. Windows color (decimal): -2537072 or 9456089. OLE color: 9456089.
HSL color Cylindrical-coordinate representation of color #D94990: hue angle of 330.42º 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 #D94990 is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 73 | 144 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.15 |
| HSL | 330.42º | 0.65% | 0.57% | - |
| HSV(B) | 330.42º | 0.66% | 0.85% | - |
| XYZ | 36.03 | 21.53 | 28.64 | - |
| YUV | 124.15 | 139.21 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 73 | 144 | 0 | 0.66 | 0.34 | 0.15 | 330.42 | 0.65 | 0.57 |
| Hex | D9 | 49 | 90 | 0 | 42 | 22 | F | 14A | 41 | 39 |
| Octal | 331 | 111 | 220 | 0 | 102 | 42 | 17 | 512 | 101 | 71 |
| Binary | 11011001 | 1001001 | 10010000 | 0 | 1000010 | 100010 | 1111 | 101001010 | 1000001 | 111001 |
Color Harmonies of #D94990
Complementary color
Monochromatic Colors of #D94990
Black with #D94990
Text Example
Text Example
White with #D94990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94990; }
p { color: rgb(217,73,144); }
H1.HeaderClassName
{
color: #D94990;
}
.AnyTagClassName
{
color: #D94990;
}
</style>
background-color css
<style>
a { background-color: #D94990; }
a { background-color: rgb(217,73,144); }
div.DivClassName
{
background-color: #D94990;
}
.BgClassName
{
background-color: #D94990;
}
</style>
border-color css
<style>
span { border-color: #D94990; }
span { border-color: rgb(217,73,144); }
td.TdClassName
{
border-color: #D94990;
}
.TagClassName
{
border-color: #D94990;
}
</style>