Shades of Mulberry #D94DAC
Tints of Mulberry #D94DAC
RGB
CMYK
RGB Variations
Color information
#D94DAC (or 0xD94DAC) is known color: Mulberry. HEX triplet: D9, 4D and AC. RGB value is (217,77,172). Sum of RGB (Red+Green+Blue) = 217+77+172=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 77 (30.47% from 255 or 16.52% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D94DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D94DAC is #26B253. Grayscale: #818181. Windows color (decimal): -2536020 or 11292121. OLE color: 11292121.
HSL color Cylindrical-coordinate representation of color #D94DAC: hue angle of 319.29º 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 #D94DAC is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 77 | 172 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.15 |
| HSL | 319.29º | 0.65% | 0.58% | - |
| HSV(B) | 319.29º | 0.65% | 0.85% | - |
| XYZ | 38.72 | 23.04 | 41.44 | - |
| YUV | 129.69 | 151.88 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 77 | 172 | 0 | 0.65 | 0.21 | 0.15 | 319.29 | 0.65 | 0.58 |
| Hex | D9 | 4D | AC | 0 | 41 | 15 | F | 13F | 41 | 3A |
| Octal | 331 | 115 | 254 | 0 | 101 | 25 | 17 | 477 | 101 | 72 |
| Binary | 11011001 | 1001101 | 10101100 | 0 | 1000001 | 10101 | 1111 | 100111111 | 1000001 | 111010 |
Color Harmonies of #D94DAC
Complementary color
Monochromatic Colors of #D94DAC
Black with #D94DAC
Text Example
Text Example
White with #D94DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94DAC; }
p { color: rgb(217,77,172); }
H1.HeaderClassName
{
color: #D94DAC;
}
.AnyTagClassName
{
color: #D94DAC;
}
</style>
background-color css
<style>
a { background-color: #D94DAC; }
a { background-color: rgb(217,77,172); }
div.DivClassName
{
background-color: #D94DAC;
}
.BgClassName
{
background-color: #D94DAC;
}
</style>
border-color css
<style>
span { border-color: #D94DAC; }
span { border-color: rgb(217,77,172); }
td.TdClassName
{
border-color: #D94DAC;
}
.TagClassName
{
border-color: #D94DAC;
}
</style>