Shades of Mulberry #D055A0
Tints of Mulberry #D055A0
RGB
CMYK
RGB Variations
Color information
#D055A0 (or 0xD055A0) is known color: Mulberry. HEX triplet: D0, 55 and A0. RGB value is (208,85,160). Sum of RGB (Red+Green+Blue) = 208+85+160=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 85 (33.59% from 255 or 18.76% from 453); Blue value is 160 (62.89% from 255 or 35.32% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D055A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D055A0 is #2FAA5F. Grayscale: #828282. Windows color (decimal): -3123808 or 10507728. OLE color: 10507728.
HSL color Cylindrical-coordinate representation of color #D055A0: hue angle of 323.41º 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 #D055A0 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 85 | 160 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.18 |
| HSL | 323.41º | 0.57% | 0.57% | - |
| HSV(B) | 323.41º | 0.59% | 0.82% | - |
| XYZ | 35.61 | 22.44 | 35.71 | - |
| YUV | 130.33 | 144.75 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 85 | 160 | 0 | 0.59 | 0.23 | 0.18 | 323.41 | 0.57 | 0.57 |
| Hex | D0 | 55 | A0 | 0 | 3B | 17 | 12 | 143 | 39 | 39 |
| Octal | 320 | 125 | 240 | 0 | 73 | 27 | 22 | 503 | 71 | 71 |
| Binary | 11010000 | 1010101 | 10100000 | 0 | 111011 | 10111 | 10010 | 101000011 | 111001 | 111001 |
Color Harmonies of #D055A0
Complementary color
Monochromatic Colors of #D055A0
Black with #D055A0
Text Example
Text Example
White with #D055A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D055A0; }
p { color: rgb(208,85,160); }
H1.HeaderClassName
{
color: #D055A0;
}
.AnyTagClassName
{
color: #D055A0;
}
</style>
background-color css
<style>
a { background-color: #D055A0; }
a { background-color: rgb(208,85,160); }
div.DivClassName
{
background-color: #D055A0;
}
.BgClassName
{
background-color: #D055A0;
}
</style>
border-color css
<style>
span { border-color: #D055A0; }
span { border-color: rgb(208,85,160); }
td.TdClassName
{
border-color: #D055A0;
}
.TagClassName
{
border-color: #D055A0;
}
</style>