Shades of Mulberry #D057A0
Tints of Mulberry #D057A0
RGB
CMYK
RGB Variations
Color information
#D057A0 (or 0xD057A0) is known color: Mulberry. HEX triplet: D0, 57 and A0. RGB value is (208,87,160). Sum of RGB (Red+Green+Blue) = 208+87+160=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 87 (34.38% from 255 or 19.12% from 455); Blue value is 160 (62.89% from 255 or 35.16% from 455); Max value from RGB is 208 - color contains mainly: red. Hex color #D057A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D057A0 is #2FA85F. Grayscale: #838383. Windows color (decimal): -3123296 or 10508240. OLE color: 10508240.
HSL color Cylindrical-coordinate representation of color #D057A0: hue angle of 323.8º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D057A0 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 87 | 160 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.18 |
| HSL | 323.8º | 0.56% | 0.58% | - |
| HSV(B) | 323.8º | 0.58% | 0.82% | - |
| XYZ | 35.77 | 22.76 | 35.77 | - |
| YUV | 131.5 | 144.09 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 87 | 160 | 0 | 0.58 | 0.23 | 0.18 | 323.8 | 0.56 | 0.58 |
| Hex | D0 | 57 | A0 | 0 | 3A | 17 | 12 | 144 | 38 | 3A |
| Octal | 320 | 127 | 240 | 0 | 72 | 27 | 22 | 504 | 70 | 72 |
| Binary | 11010000 | 1010111 | 10100000 | 0 | 111010 | 10111 | 10010 | 101000100 | 111000 | 111010 |
Color Harmonies of #D057A0
Complementary color
Monochromatic Colors of #D057A0
Black with #D057A0
Text Example
Text Example
White with #D057A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D057A0; }
p { color: rgb(208,87,160); }
H1.HeaderClassName
{
color: #D057A0;
}
.AnyTagClassName
{
color: #D057A0;
}
</style>
background-color css
<style>
a { background-color: #D057A0; }
a { background-color: rgb(208,87,160); }
div.DivClassName
{
background-color: #D057A0;
}
.BgClassName
{
background-color: #D057A0;
}
</style>
border-color css
<style>
span { border-color: #D057A0; }
span { border-color: rgb(208,87,160); }
td.TdClassName
{
border-color: #D057A0;
}
.TagClassName
{
border-color: #D057A0;
}
</style>