Shades of Mulberry #D94AAB
Tints of Mulberry #D94AAB
RGB
CMYK
RGB Variations
Color information
#D94AAB (or 0xD94AAB) is known color: Mulberry. HEX triplet: D9, 4A and AB. RGB value is (217,74,171). Sum of RGB (Red+Green+Blue) = 217+74+171=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 74 (29.30% from 255 or 16.02% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 217 - color contains mainly: red. Hex color #D94AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94AAB is #26B554. Grayscale: #7F7F7F. Windows color (decimal): -2536789 or 11225817. OLE color: 11225817.
HSL color Cylindrical-coordinate representation of color #D94AAB: hue angle of 319.3º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D94AAB is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 74 | 171 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.15 |
| HSL | 319.3º | 0.65% | 0.57% | - |
| HSV(B) | 319.3º | 0.66% | 0.85% | - |
| XYZ | 38.41 | 22.59 | 40.86 | - |
| YUV | 127.82 | 152.38 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 74 | 171 | 0 | 0.66 | 0.21 | 0.15 | 319.3 | 0.65 | 0.57 |
| Hex | D9 | 4A | AB | 0 | 42 | 15 | F | 13F | 41 | 39 |
| Octal | 331 | 112 | 253 | 0 | 102 | 25 | 17 | 477 | 101 | 71 |
| Binary | 11011001 | 1001010 | 10101011 | 0 | 1000010 | 10101 | 1111 | 100111111 | 1000001 | 111001 |
Color Harmonies of #D94AAB
Complementary color
Monochromatic Colors of #D94AAB
Black with #D94AAB
Text Example
Text Example
White with #D94AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94AAB; }
p { color: rgb(217,74,171); }
H1.HeaderClassName
{
color: #D94AAB;
}
.AnyTagClassName
{
color: #D94AAB;
}
</style>
background-color css
<style>
a { background-color: #D94AAB; }
a { background-color: rgb(217,74,171); }
div.DivClassName
{
background-color: #D94AAB;
}
.BgClassName
{
background-color: #D94AAB;
}
</style>
border-color css
<style>
span { border-color: #D94AAB; }
span { border-color: rgb(217,74,171); }
td.TdClassName
{
border-color: #D94AAB;
}
.TagClassName
{
border-color: #D94AAB;
}
</style>