Shades of Mulberry #D55891
Tints of Mulberry #D55891
RGB
CMYK
RGB Variations
Color information
#D55891 (or 0xD55891) is known color: Mulberry. HEX triplet: D5, 58 and 91. RGB value is (213,88,145). Sum of RGB (Red+Green+Blue) = 213+88+145=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 88 (34.77% from 255 or 19.73% from 446); Blue value is 145 (57.03% from 255 or 32.51% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D55891 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55891 is #2AA76E. Grayscale: #838383. Windows color (decimal): -2795375 or 9525461. OLE color: 9525461.
HSL color Cylindrical-coordinate representation of color #D55891: hue angle of 332.64º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D55891 is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 88 | 145 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.16 |
| HSL | 332.64º | 0.6% | 0.59% | - |
| HSV(B) | 332.64º | 0.59% | 0.84% | - |
| XYZ | 36.04 | 23.17 | 29.36 | - |
| YUV | 131.87 | 135.41 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 88 | 145 | 0 | 0.59 | 0.32 | 0.16 | 332.64 | 0.6 | 0.59 |
| Hex | D5 | 58 | 91 | 0 | 3B | 20 | 10 | 14D | 3C | 3B |
| Octal | 325 | 130 | 221 | 0 | 73 | 40 | 20 | 515 | 74 | 73 |
| Binary | 11010101 | 1011000 | 10010001 | 0 | 111011 | 100000 | 10000 | 101001101 | 111100 | 111011 |
Color Harmonies of #D55891
Complementary color
Monochromatic Colors of #D55891
Black with #D55891
Text Example
Text Example
White with #D55891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55891; }
p { color: rgb(213,88,145); }
H1.HeaderClassName
{
color: #D55891;
}
.AnyTagClassName
{
color: #D55891;
}
</style>
background-color css
<style>
a { background-color: #D55891; }
a { background-color: rgb(213,88,145); }
div.DivClassName
{
background-color: #D55891;
}
.BgClassName
{
background-color: #D55891;
}
</style>
border-color css
<style>
span { border-color: #D55891; }
span { border-color: rgb(213,88,145); }
td.TdClassName
{
border-color: #D55891;
}
.TagClassName
{
border-color: #D55891;
}
</style>