Shades of Mulberry #D94DA0
Tints of Mulberry #D94DA0
RGB
CMYK
RGB Variations
Color information
#D94DA0 (or 0xD94DA0) is known color: Mulberry. HEX triplet: D9, 4D and A0. RGB value is (217,77,160). Sum of RGB (Red+Green+Blue) = 217+77+160=454 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.80% from 454); Green value is 77 (30.47% from 255 or 16.96% from 454); Blue value is 160 (62.89% from 255 or 35.24% from 454); Max value from RGB is 217 - color contains mainly: red. Hex color #D94DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D94DA0 is #26B25F. Grayscale: #808080. Windows color (decimal): -2536032 or 10505689. OLE color: 10505689.
HSL color Cylindrical-coordinate representation of color #D94DA0: hue angle of 324.43º 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 #D94DA0 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 77 | 160 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.15 |
| HSL | 324.43º | 0.65% | 0.58% | - |
| HSV(B) | 324.43º | 0.65% | 0.85% | - |
| XYZ | 37.61 | 22.6 | 35.64 | - |
| YUV | 128.32 | 145.88 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 77 | 160 | 0 | 0.65 | 0.26 | 0.15 | 324.43 | 0.65 | 0.58 |
| Hex | D9 | 4D | A0 | 0 | 41 | 1A | F | 144 | 41 | 3A |
| Octal | 331 | 115 | 240 | 0 | 101 | 32 | 17 | 504 | 101 | 72 |
| Binary | 11011001 | 1001101 | 10100000 | 0 | 1000001 | 11010 | 1111 | 101000100 | 1000001 | 111010 |
Color Harmonies of #D94DA0
Complementary color
Monochromatic Colors of #D94DA0
Black with #D94DA0
Text Example
Text Example
White with #D94DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94DA0; }
p { color: rgb(217,77,160); }
H1.HeaderClassName
{
color: #D94DA0;
}
.AnyTagClassName
{
color: #D94DA0;
}
</style>
background-color css
<style>
a { background-color: #D94DA0; }
a { background-color: rgb(217,77,160); }
div.DivClassName
{
background-color: #D94DA0;
}
.BgClassName
{
background-color: #D94DA0;
}
</style>
border-color css
<style>
span { border-color: #D94DA0; }
span { border-color: rgb(217,77,160); }
td.TdClassName
{
border-color: #D94DA0;
}
.TagClassName
{
border-color: #D94DA0;
}
</style>