Shades of Mulberry #D059A4
Tints of Mulberry #D059A4
RGB
CMYK
RGB Variations
Color information
#D059A4 (or 0xD059A4) is known color: Mulberry. HEX triplet: D0, 59 and A4. RGB value is (208,89,164). Sum of RGB (Red+Green+Blue) = 208+89+164=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 89 (35.16% from 255 or 19.31% from 461); Blue value is 164 (64.45% from 255 or 35.57% from 461); Max value from RGB is 208 - color contains mainly: red. Hex color #D059A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D059A4 is #2FA65B. Grayscale: #848484. Windows color (decimal): -3122780 or 10770896. OLE color: 10770896.
HSL color Cylindrical-coordinate representation of color #D059A4: hue angle of 322.18º 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 #D059A4 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 89 | 164 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.18 |
| HSL | 322.18º | 0.56% | 0.58% | - |
| HSV(B) | 322.18º | 0.57% | 0.82% | - |
| XYZ | 36.29 | 23.23 | 37.69 | - |
| YUV | 133.13 | 145.42 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 164 | 0 | 0.57 | 0.21 | 0.18 | 322.18 | 0.56 | 0.58 |
| Hex | D0 | 59 | A4 | 0 | 39 | 15 | 12 | 142 | 38 | 3A |
| Octal | 320 | 131 | 244 | 0 | 71 | 25 | 22 | 502 | 70 | 72 |
| Binary | 11010000 | 1011001 | 10100100 | 0 | 111001 | 10101 | 10010 | 101000010 | 111000 | 111010 |
Color Harmonies of #D059A4
Complementary color
Monochromatic Colors of #D059A4
Black with #D059A4
Text Example
Text Example
White with #D059A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D059A4; }
p { color: rgb(208,89,164); }
H1.HeaderClassName
{
color: #D059A4;
}
.AnyTagClassName
{
color: #D059A4;
}
</style>
background-color css
<style>
a { background-color: #D059A4; }
a { background-color: rgb(208,89,164); }
div.DivClassName
{
background-color: #D059A4;
}
.BgClassName
{
background-color: #D059A4;
}
</style>
border-color css
<style>
span { border-color: #D059A4; }
span { border-color: rgb(208,89,164); }
td.TdClassName
{
border-color: #D059A4;
}
.TagClassName
{
border-color: #D059A4;
}
</style>