Shades of Mulberry #D055A2
Tints of Mulberry #D055A2
RGB
CMYK
RGB Variations
Color information
#D055A2 (or 0xD055A2) is known color: Mulberry. HEX triplet: D0, 55 and A2. RGB value is (208,85,162). Sum of RGB (Red+Green+Blue) = 208+85+162=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 85 (33.59% from 255 or 18.68% from 455); Blue value is 162 (63.67% from 255 or 35.60% from 455); Max value from RGB is 208 - color contains mainly: red. Hex color #D055A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D055A2 is #2FAA5D. Grayscale: #828282. Windows color (decimal): -3123806 or 10638800. OLE color: 10638800.
HSL color Cylindrical-coordinate representation of color #D055A2: hue angle of 322.44º 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 #D055A2 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 85 | 162 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.18 |
| HSL | 322.44º | 0.57% | 0.57% | - |
| HSV(B) | 322.44º | 0.59% | 0.82% | - |
| XYZ | 35.78 | 22.52 | 36.64 | - |
| YUV | 130.56 | 145.75 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 85 | 162 | 0 | 0.59 | 0.22 | 0.18 | 322.44 | 0.57 | 0.57 |
| Hex | D0 | 55 | A2 | 0 | 3B | 16 | 12 | 142 | 39 | 39 |
| Octal | 320 | 125 | 242 | 0 | 73 | 26 | 22 | 502 | 71 | 71 |
| Binary | 11010000 | 1010101 | 10100010 | 0 | 111011 | 10110 | 10010 | 101000010 | 111001 | 111001 |
Color Harmonies of #D055A2
Complementary color
Monochromatic Colors of #D055A2
Black with #D055A2
Text Example
Text Example
White with #D055A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D055A2; }
p { color: rgb(208,85,162); }
H1.HeaderClassName
{
color: #D055A2;
}
.AnyTagClassName
{
color: #D055A2;
}
</style>
background-color css
<style>
a { background-color: #D055A2; }
a { background-color: rgb(208,85,162); }
div.DivClassName
{
background-color: #D055A2;
}
.BgClassName
{
background-color: #D055A2;
}
</style>
border-color css
<style>
span { border-color: #D055A2; }
span { border-color: rgb(208,85,162); }
td.TdClassName
{
border-color: #D055A2;
}
.TagClassName
{
border-color: #D055A2;
}
</style>