Shades of Mulberry #D94C94
Tints of Mulberry #D94C94
RGB
CMYK
RGB Variations
Color information
#D94C94 (or 0xD94C94) is known color: Mulberry. HEX triplet: D9, 4C and 94. RGB value is (217,76,148). Sum of RGB (Red+Green+Blue) = 217+76+148=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 76 (30.08% from 255 or 17.23% from 441); Blue value is 148 (58.20% from 255 or 33.56% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94C94 is #26B36B. Grayscale: #7E7E7E. Windows color (decimal): -2536300 or 9719001. OLE color: 9719001.
HSL color Cylindrical-coordinate representation of color #D94C94: hue angle of 329.36º 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 #D94C94 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 76 | 148 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.15 |
| HSL | 329.36º | 0.65% | 0.57% | - |
| HSV(B) | 329.36º | 0.65% | 0.85% | - |
| XYZ | 36.55 | 22.06 | 30.35 | - |
| YUV | 126.37 | 140.21 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 76 | 148 | 0 | 0.65 | 0.32 | 0.15 | 329.36 | 0.65 | 0.57 |
| Hex | D9 | 4C | 94 | 0 | 41 | 20 | F | 149 | 41 | 39 |
| Octal | 331 | 114 | 224 | 0 | 101 | 40 | 17 | 511 | 101 | 71 |
| Binary | 11011001 | 1001100 | 10010100 | 0 | 1000001 | 100000 | 1111 | 101001001 | 1000001 | 111001 |
Color Harmonies of #D94C94
Complementary color
Monochromatic Colors of #D94C94
Black with #D94C94
Text Example
Text Example
White with #D94C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94C94; }
p { color: rgb(217,76,148); }
H1.HeaderClassName
{
color: #D94C94;
}
.AnyTagClassName
{
color: #D94C94;
}
</style>
background-color css
<style>
a { background-color: #D94C94; }
a { background-color: rgb(217,76,148); }
div.DivClassName
{
background-color: #D94C94;
}
.BgClassName
{
background-color: #D94C94;
}
</style>
border-color css
<style>
span { border-color: #D94C94; }
span { border-color: rgb(217,76,148); }
td.TdClassName
{
border-color: #D94C94;
}
.TagClassName
{
border-color: #D94C94;
}
</style>