Shades of Mulberry #D057AA
Tints of Mulberry #D057AA
RGB
CMYK
RGB Variations
Color information
#D057AA (or 0xD057AA) is known color: Mulberry. HEX triplet: D0, 57 and AA. RGB value is (208,87,170). Sum of RGB (Red+Green+Blue) = 208+87+170=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 87 (34.38% from 255 or 18.71% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D057AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D057AA is #2FA855. Grayscale: #848484. Windows color (decimal): -3123286 or 11163600. OLE color: 11163600.
HSL color Cylindrical-coordinate representation of color #D057AA: hue angle of 318.84º 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 #D057AA is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 87 | 170 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.18 |
| HSL | 318.84º | 0.56% | 0.58% | - |
| HSV(B) | 318.84º | 0.58% | 0.82% | - |
| XYZ | 36.68 | 23.13 | 40.56 | - |
| YUV | 132.64 | 149.09 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 87 | 170 | 0 | 0.58 | 0.18 | 0.18 | 318.84 | 0.56 | 0.58 |
| Hex | D0 | 57 | AA | 0 | 3A | 12 | 12 | 13F | 38 | 3A |
| Octal | 320 | 127 | 252 | 0 | 72 | 22 | 22 | 477 | 70 | 72 |
| Binary | 11010000 | 1010111 | 10101010 | 0 | 111010 | 10010 | 10010 | 100111111 | 111000 | 111010 |
Color Harmonies of #D057AA
Complementary color
Monochromatic Colors of #D057AA
Black with #D057AA
Text Example
Text Example
White with #D057AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D057AA; }
p { color: rgb(208,87,170); }
H1.HeaderClassName
{
color: #D057AA;
}
.AnyTagClassName
{
color: #D057AA;
}
</style>
background-color css
<style>
a { background-color: #D057AA; }
a { background-color: rgb(208,87,170); }
div.DivClassName
{
background-color: #D057AA;
}
.BgClassName
{
background-color: #D057AA;
}
</style>
border-color css
<style>
span { border-color: #D057AA; }
span { border-color: rgb(208,87,170); }
td.TdClassName
{
border-color: #D057AA;
}
.TagClassName
{
border-color: #D057AA;
}
</style>