Shades of Mulberry #D055A1
Tints of Mulberry #D055A1
RGB
CMYK
RGB Variations
Color information
#D055A1 (or 0xD055A1) is known color: Mulberry. HEX triplet: D0, 55 and A1. RGB value is (208,85,161). Sum of RGB (Red+Green+Blue) = 208+85+161=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 85 (33.59% from 255 or 18.72% from 454); Blue value is 161 (63.28% from 255 or 35.46% from 454); Max value from RGB is 208 - color contains mainly: red. Hex color #D055A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D055A1 is #2FAA5E. Grayscale: #828282. Windows color (decimal): -3123807 or 10573264. OLE color: 10573264.
HSL color Cylindrical-coordinate representation of color #D055A1: hue angle of 322.93º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D055A1 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 85 | 161 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.18 |
| HSL | 322.93º | 0.57% | 0.57% | - |
| HSV(B) | 322.93º | 0.59% | 0.82% | - |
| XYZ | 35.69 | 22.48 | 36.18 | - |
| YUV | 130.44 | 145.25 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 85 | 161 | 0 | 0.59 | 0.23 | 0.18 | 322.93 | 0.57 | 0.57 |
| Hex | D0 | 55 | A1 | 0 | 3B | 17 | 12 | 143 | 39 | 39 |
| Octal | 320 | 125 | 241 | 0 | 73 | 27 | 22 | 503 | 71 | 71 |
| Binary | 11010000 | 1010101 | 10100001 | 0 | 111011 | 10111 | 10010 | 101000011 | 111001 | 111001 |
Color Harmonies of #D055A1
Complementary color
Monochromatic Colors of #D055A1
Black with #D055A1
Text Example
Text Example
White with #D055A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D055A1; }
p { color: rgb(208,85,161); }
H1.HeaderClassName
{
color: #D055A1;
}
.AnyTagClassName
{
color: #D055A1;
}
</style>
background-color css
<style>
a { background-color: #D055A1; }
a { background-color: rgb(208,85,161); }
div.DivClassName
{
background-color: #D055A1;
}
.BgClassName
{
background-color: #D055A1;
}
</style>
border-color css
<style>
span { border-color: #D055A1; }
span { border-color: rgb(208,85,161); }
td.TdClassName
{
border-color: #D055A1;
}
.TagClassName
{
border-color: #D055A1;
}
</style>