Shades of Mulberry #D94CAC
Tints of Mulberry #D94CAC
RGB
CMYK
RGB Variations
Color information
#D94CAC (or 0xD94CAC) is known color: Mulberry. HEX triplet: D9, 4C and AC. RGB value is (217,76,172). Sum of RGB (Red+Green+Blue) = 217+76+172=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 76 (30.08% from 255 or 16.34% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D94CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94CAC is #26B353. Grayscale: #808080. Windows color (decimal): -2536276 or 11291865. OLE color: 11291865.
HSL color Cylindrical-coordinate representation of color #D94CAC: hue angle of 319.15º 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 #D94CAC is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 76 | 172 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.15 |
| HSL | 319.15º | 0.65% | 0.57% | - |
| HSV(B) | 319.15º | 0.65% | 0.85% | - |
| XYZ | 38.65 | 22.9 | 41.41 | - |
| YUV | 129.1 | 152.21 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 76 | 172 | 0 | 0.65 | 0.21 | 0.15 | 319.15 | 0.65 | 0.57 |
| Hex | D9 | 4C | AC | 0 | 41 | 15 | F | 13F | 41 | 39 |
| Octal | 331 | 114 | 254 | 0 | 101 | 25 | 17 | 477 | 101 | 71 |
| Binary | 11011001 | 1001100 | 10101100 | 0 | 1000001 | 10101 | 1111 | 100111111 | 1000001 | 111001 |
Color Harmonies of #D94CAC
Complementary color
Monochromatic Colors of #D94CAC
Black with #D94CAC
Text Example
Text Example
White with #D94CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94CAC; }
p { color: rgb(217,76,172); }
H1.HeaderClassName
{
color: #D94CAC;
}
.AnyTagClassName
{
color: #D94CAC;
}
</style>
background-color css
<style>
a { background-color: #D94CAC; }
a { background-color: rgb(217,76,172); }
div.DivClassName
{
background-color: #D94CAC;
}
.BgClassName
{
background-color: #D94CAC;
}
</style>
border-color css
<style>
span { border-color: #D94CAC; }
span { border-color: rgb(217,76,172); }
td.TdClassName
{
border-color: #D94CAC;
}
.TagClassName
{
border-color: #D94CAC;
}
</style>