Shades of Mulberry #D94DAB
Tints of Mulberry #D94DAB
RGB
CMYK
RGB Variations
Color information
#D94DAB (or 0xD94DAB) is known color: Mulberry. HEX triplet: D9, 4D and AB. RGB value is (217,77,171). Sum of RGB (Red+Green+Blue) = 217+77+171=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 77 (30.47% from 255 or 16.56% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D94DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D94DAB is #26B254. Grayscale: #818181. Windows color (decimal): -2536021 or 11226585. OLE color: 11226585.
HSL color Cylindrical-coordinate representation of color #D94DAB: hue angle of 319.71º 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 #D94DAB is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 77 | 171 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.15 |
| HSL | 319.71º | 0.65% | 0.58% | - |
| HSV(B) | 319.71º | 0.65% | 0.85% | - |
| XYZ | 38.62 | 23 | 40.93 | - |
| YUV | 129.58 | 151.38 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 77 | 171 | 0 | 0.65 | 0.21 | 0.15 | 319.71 | 0.65 | 0.58 |
| Hex | D9 | 4D | AB | 0 | 41 | 15 | F | 140 | 41 | 3A |
| Octal | 331 | 115 | 253 | 0 | 101 | 25 | 17 | 500 | 101 | 72 |
| Binary | 11011001 | 1001101 | 10101011 | 0 | 1000001 | 10101 | 1111 | 101000000 | 1000001 | 111010 |
Color Harmonies of #D94DAB
Complementary color
Monochromatic Colors of #D94DAB
Black with #D94DAB
Text Example
Text Example
White with #D94DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94DAB; }
p { color: rgb(217,77,171); }
H1.HeaderClassName
{
color: #D94DAB;
}
.AnyTagClassName
{
color: #D94DAB;
}
</style>
background-color css
<style>
a { background-color: #D94DAB; }
a { background-color: rgb(217,77,171); }
div.DivClassName
{
background-color: #D94DAB;
}
.BgClassName
{
background-color: #D94DAB;
}
</style>
border-color css
<style>
span { border-color: #D94DAB; }
span { border-color: rgb(217,77,171); }
td.TdClassName
{
border-color: #D94DAB;
}
.TagClassName
{
border-color: #D94DAB;
}
</style>