Shades of Mulberry #D059A9
Tints of Mulberry #D059A9
RGB
CMYK
RGB Variations
Color information
#D059A9 (or 0xD059A9) is known color: Mulberry. HEX triplet: D0, 59 and A9. RGB value is (208,89,169). Sum of RGB (Red+Green+Blue) = 208+89+169=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 89 (35.16% from 255 or 19.10% from 466); Blue value is 169 (66.41% from 255 or 36.27% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D059A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D059A9 is #2FA656. Grayscale: #858585. Windows color (decimal): -3122775 or 11098576. OLE color: 11098576.
HSL color Cylindrical-coordinate representation of color #D059A9: hue angle of 319.66º degrees, saturation: 0.56, 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 #D059A9 is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 89 | 169 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.18 |
| HSL | 319.66º | 0.56% | 0.58% | - |
| HSV(B) | 319.66º | 0.57% | 0.82% | - |
| XYZ | 36.75 | 23.42 | 40.12 | - |
| YUV | 133.7 | 147.92 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 169 | 0 | 0.57 | 0.19 | 0.18 | 319.66 | 0.56 | 0.58 |
| Hex | D0 | 59 | A9 | 0 | 39 | 13 | 12 | 140 | 38 | 3A |
| Octal | 320 | 131 | 251 | 0 | 71 | 23 | 22 | 500 | 70 | 72 |
| Binary | 11010000 | 1011001 | 10101001 | 0 | 111001 | 10011 | 10010 | 101000000 | 111000 | 111010 |
Color Harmonies of #D059A9
Complementary color
Monochromatic Colors of #D059A9
Black with #D059A9
Text Example
Text Example
White with #D059A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D059A9; }
p { color: rgb(208,89,169); }
H1.HeaderClassName
{
color: #D059A9;
}
.AnyTagClassName
{
color: #D059A9;
}
</style>
background-color css
<style>
a { background-color: #D059A9; }
a { background-color: rgb(208,89,169); }
div.DivClassName
{
background-color: #D059A9;
}
.BgClassName
{
background-color: #D059A9;
}
</style>
border-color css
<style>
span { border-color: #D059A9; }
span { border-color: rgb(208,89,169); }
td.TdClassName
{
border-color: #D059A9;
}
.TagClassName
{
border-color: #D059A9;
}
</style>