Shades of Mulberry #D059A7
Tints of Mulberry #D059A7
RGB
CMYK
RGB Variations
Color information
#D059A7 (or 0xD059A7) is known color: Mulberry. HEX triplet: D0, 59 and A7. RGB value is (208,89,167). Sum of RGB (Red+Green+Blue) = 208+89+167=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 89 (35.16% from 255 or 19.18% from 464); Blue value is 167 (65.62% from 255 or 35.99% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D059A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D059A7 is #2FA658. Grayscale: #858585. Windows color (decimal): -3122777 or 10967504. OLE color: 10967504.
HSL color Cylindrical-coordinate representation of color #D059A7: hue angle of 320.67º 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 #D059A7 is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 89 | 167 | - |
| CMYK | 0 | 0.57 | 0.20 | 0.18 |
| HSL | 320.67º | 0.56% | 0.58% | - |
| HSV(B) | 320.67º | 0.57% | 0.82% | - |
| XYZ | 36.56 | 23.34 | 39.14 | - |
| YUV | 133.47 | 146.92 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 167 | 0 | 0.57 | 0.20 | 0.18 | 320.67 | 0.56 | 0.58 |
| Hex | D0 | 59 | A7 | 0 | 39 | 14 | 12 | 141 | 38 | 3A |
| Octal | 320 | 131 | 247 | 0 | 71 | 24 | 22 | 501 | 70 | 72 |
| Binary | 11010000 | 1011001 | 10100111 | 0 | 111001 | 10100 | 10010 | 101000001 | 111000 | 111010 |
Color Harmonies of #D059A7
Complementary color
Monochromatic Colors of #D059A7
Black with #D059A7
Text Example
Text Example
White with #D059A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D059A7; }
p { color: rgb(208,89,167); }
H1.HeaderClassName
{
color: #D059A7;
}
.AnyTagClassName
{
color: #D059A7;
}
</style>
background-color css
<style>
a { background-color: #D059A7; }
a { background-color: rgb(208,89,167); }
div.DivClassName
{
background-color: #D059A7;
}
.BgClassName
{
background-color: #D059A7;
}
</style>
border-color css
<style>
span { border-color: #D059A7; }
span { border-color: rgb(208,89,167); }
td.TdClassName
{
border-color: #D059A7;
}
.TagClassName
{
border-color: #D059A7;
}
</style>