Shades of Mulberry #D059A2
Tints of Mulberry #D059A2
RGB
CMYK
RGB Variations
Color information
#D059A2 (or 0xD059A2) is known color: Mulberry. HEX triplet: D0, 59 and A2. RGB value is (208,89,162). Sum of RGB (Red+Green+Blue) = 208+89+162=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 89 (35.16% from 255 or 19.39% from 459); Blue value is 162 (63.67% from 255 or 35.29% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D059A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D059A2 is #2FA65D. Grayscale: #848484. Windows color (decimal): -3122782 or 10639824. OLE color: 10639824.
HSL color Cylindrical-coordinate representation of color #D059A2: hue angle of 323.19º 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 #D059A2 is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 89 | 162 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.18 |
| HSL | 323.19º | 0.56% | 0.58% | - |
| HSV(B) | 323.19º | 0.57% | 0.82% | - |
| XYZ | 36.11 | 23.16 | 36.75 | - |
| YUV | 132.9 | 144.42 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 162 | 0 | 0.57 | 0.22 | 0.18 | 323.19 | 0.56 | 0.58 |
| Hex | D0 | 59 | A2 | 0 | 39 | 16 | 12 | 143 | 38 | 3A |
| Octal | 320 | 131 | 242 | 0 | 71 | 26 | 22 | 503 | 70 | 72 |
| Binary | 11010000 | 1011001 | 10100010 | 0 | 111001 | 10110 | 10010 | 101000011 | 111000 | 111010 |
Color Harmonies of #D059A2
Complementary color
Monochromatic Colors of #D059A2
Black with #D059A2
Text Example
Text Example
White with #D059A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D059A2; }
p { color: rgb(208,89,162); }
H1.HeaderClassName
{
color: #D059A2;
}
.AnyTagClassName
{
color: #D059A2;
}
</style>
background-color css
<style>
a { background-color: #D059A2; }
a { background-color: rgb(208,89,162); }
div.DivClassName
{
background-color: #D059A2;
}
.BgClassName
{
background-color: #D059A2;
}
</style>
border-color css
<style>
span { border-color: #D059A2; }
span { border-color: rgb(208,89,162); }
td.TdClassName
{
border-color: #D059A2;
}
.TagClassName
{
border-color: #D059A2;
}
</style>