Shades of Mulberry #D159A1
Tints of Mulberry #D159A1
RGB
CMYK
RGB Variations
Color information
#D159A1 (or 0xD159A1) is known color: Mulberry. HEX triplet: D1, 59 and A1. RGB value is (209,89,161). Sum of RGB (Red+Green+Blue) = 209+89+161=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 89 (35.16% from 255 or 19.39% from 459); Blue value is 161 (63.28% from 255 or 35.08% from 459); Max value from RGB is 209 - color contains mainly: red. Hex color #D159A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D159A1 is #2EA65E. Grayscale: #848484. Windows color (decimal): -3057247 or 10574289. OLE color: 10574289.
HSL color Cylindrical-coordinate representation of color #D159A1: hue angle of 324º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D159A1 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 89 | 161 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.18 |
| HSL | 324º | 0.57% | 0.58% | - |
| HSV(B) | 324º | 0.57% | 0.82% | - |
| XYZ | 36.3 | 23.27 | 36.3 | - |
| YUV | 133.09 | 143.76 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 89 | 161 | 0 | 0.57 | 0.23 | 0.18 | 324 | 0.57 | 0.58 |
| Hex | D1 | 59 | A1 | 0 | 39 | 17 | 12 | 144 | 39 | 3A |
| Octal | 321 | 131 | 241 | 0 | 71 | 27 | 22 | 504 | 71 | 72 |
| Binary | 11010001 | 1011001 | 10100001 | 0 | 111001 | 10111 | 10010 | 101000100 | 111001 | 111010 |
Color Harmonies of #D159A1
Complementary color
Monochromatic Colors of #D159A1
Black with #D159A1
Text Example
Text Example
White with #D159A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D159A1; }
p { color: rgb(209,89,161); }
H1.HeaderClassName
{
color: #D159A1;
}
.AnyTagClassName
{
color: #D159A1;
}
</style>
background-color css
<style>
a { background-color: #D159A1; }
a { background-color: rgb(209,89,161); }
div.DivClassName
{
background-color: #D159A1;
}
.BgClassName
{
background-color: #D159A1;
}
</style>
border-color css
<style>
span { border-color: #D159A1; }
span { border-color: rgb(209,89,161); }
td.TdClassName
{
border-color: #D159A1;
}
.TagClassName
{
border-color: #D159A1;
}
</style>