Shades of Mulberry #D056AA
Tints of Mulberry #D056AA
RGB
CMYK
RGB Variations
Color information
#D056AA (or 0xD056AA) is known color: Mulberry. HEX triplet: D0, 56 and AA. RGB value is (208,86,170). Sum of RGB (Red+Green+Blue) = 208+86+170=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 86 (33.98% from 255 or 18.53% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D056AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D056AA is #2FA955. Grayscale: #838383. Windows color (decimal): -3123542 or 11163344. OLE color: 11163344.
HSL color Cylindrical-coordinate representation of color #D056AA: hue angle of 318.69º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D056AA is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 86 | 170 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.18 |
| HSL | 318.69º | 0.56% | 0.58% | - |
| HSV(B) | 318.69º | 0.59% | 0.82% | - |
| XYZ | 36.6 | 22.97 | 40.53 | - |
| YUV | 132.05 | 149.42 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 86 | 170 | 0 | 0.59 | 0.18 | 0.18 | 318.69 | 0.56 | 0.58 |
| Hex | D0 | 56 | AA | 0 | 3B | 12 | 12 | 13F | 38 | 3A |
| Octal | 320 | 126 | 252 | 0 | 73 | 22 | 22 | 477 | 70 | 72 |
| Binary | 11010000 | 1010110 | 10101010 | 0 | 111011 | 10010 | 10010 | 100111111 | 111000 | 111010 |
Color Harmonies of #D056AA
Complementary color
Monochromatic Colors of #D056AA
Black with #D056AA
Text Example
Text Example
White with #D056AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D056AA; }
p { color: rgb(208,86,170); }
H1.HeaderClassName
{
color: #D056AA;
}
.AnyTagClassName
{
color: #D056AA;
}
</style>
background-color css
<style>
a { background-color: #D056AA; }
a { background-color: rgb(208,86,170); }
div.DivClassName
{
background-color: #D056AA;
}
.BgClassName
{
background-color: #D056AA;
}
</style>
border-color css
<style>
span { border-color: #D056AA; }
span { border-color: rgb(208,86,170); }
td.TdClassName
{
border-color: #D056AA;
}
.TagClassName
{
border-color: #D056AA;
}
</style>