Shades of Mulberry #D94C9B
Tints of Mulberry #D94C9B
RGB
CMYK
RGB Variations
Color information
#D94C9B (or 0xD94C9B) is known color: Mulberry. HEX triplet: D9, 4C and 9B. RGB value is (217,76,155). Sum of RGB (Red+Green+Blue) = 217+76+155=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 76 (30.08% from 255 or 16.96% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94C9B is #26B364. Grayscale: #7E7E7E. Windows color (decimal): -2536293 or 10177753. OLE color: 10177753.
HSL color Cylindrical-coordinate representation of color #D94C9B: hue angle of 326.38º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D94C9B is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 76 | 155 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.15 |
| HSL | 326.38º | 0.65% | 0.57% | - |
| HSV(B) | 326.38º | 0.65% | 0.85% | - |
| XYZ | 37.12 | 22.29 | 33.36 | - |
| YUV | 127.17 | 143.71 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 76 | 155 | 0 | 0.65 | 0.29 | 0.15 | 326.38 | 0.65 | 0.57 |
| Hex | D9 | 4C | 9B | 0 | 41 | 1D | F | 146 | 41 | 39 |
| Octal | 331 | 114 | 233 | 0 | 101 | 35 | 17 | 506 | 101 | 71 |
| Binary | 11011001 | 1001100 | 10011011 | 0 | 1000001 | 11101 | 1111 | 101000110 | 1000001 | 111001 |
Color Harmonies of #D94C9B
Complementary color
Monochromatic Colors of #D94C9B
Black with #D94C9B
Text Example
Text Example
White with #D94C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94C9B; }
p { color: rgb(217,76,155); }
H1.HeaderClassName
{
color: #D94C9B;
}
.AnyTagClassName
{
color: #D94C9B;
}
</style>
background-color css
<style>
a { background-color: #D94C9B; }
a { background-color: rgb(217,76,155); }
div.DivClassName
{
background-color: #D94C9B;
}
.BgClassName
{
background-color: #D94C9B;
}
</style>
border-color css
<style>
span { border-color: #D94C9B; }
span { border-color: rgb(217,76,155); }
td.TdClassName
{
border-color: #D94C9B;
}
.TagClassName
{
border-color: #D94C9B;
}
</style>