Shades of Mulberry #D55591
Tints of Mulberry #D55591
RGB
CMYK
RGB Variations
Color information
#D55591 (or 0xD55591) is known color: Mulberry. HEX triplet: D5, 55 and 91. RGB value is (213,85,145). Sum of RGB (Red+Green+Blue) = 213+85+145=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 145 (57.03% from 255 or 32.73% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D55591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55591 is #2AAA6E. Grayscale: #828282. Windows color (decimal): -2796143 or 9524693. OLE color: 9524693.
HSL color Cylindrical-coordinate representation of color #D55591: hue angle of 331.88º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D55591 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 85 | 145 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.16 |
| HSL | 331.88º | 0.6% | 0.58% | - |
| HSV(B) | 331.88º | 0.6% | 0.84% | - |
| XYZ | 35.8 | 22.69 | 29.28 | - |
| YUV | 130.11 | 136.41 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 85 | 145 | 0 | 0.60 | 0.32 | 0.16 | 331.88 | 0.6 | 0.58 |
| Hex | D5 | 55 | 91 | 0 | 3C | 20 | 10 | 14C | 3C | 3A |
| Octal | 325 | 125 | 221 | 0 | 74 | 40 | 20 | 514 | 74 | 72 |
| Binary | 11010101 | 1010101 | 10010001 | 0 | 111100 | 100000 | 10000 | 101001100 | 111100 | 111010 |
Color Harmonies of #D55591
Complementary color
Monochromatic Colors of #D55591
Black with #D55591
Text Example
Text Example
White with #D55591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55591; }
p { color: rgb(213,85,145); }
H1.HeaderClassName
{
color: #D55591;
}
.AnyTagClassName
{
color: #D55591;
}
</style>
background-color css
<style>
a { background-color: #D55591; }
a { background-color: rgb(213,85,145); }
div.DivClassName
{
background-color: #D55591;
}
.BgClassName
{
background-color: #D55591;
}
</style>
border-color css
<style>
span { border-color: #D55591; }
span { border-color: rgb(213,85,145); }
td.TdClassName
{
border-color: #D55591;
}
.TagClassName
{
border-color: #D55591;
}
</style>