Shades of Mulberry #D55691
Tints of Mulberry #D55691
RGB
CMYK
RGB Variations
Color information
#D55691 (or 0xD55691) is known color: Mulberry. HEX triplet: D5, 56 and 91. RGB value is (213,86,145). Sum of RGB (Red+Green+Blue) = 213+86+145=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 86 (33.98% from 255 or 19.37% from 444); Blue value is 145 (57.03% from 255 or 32.66% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D55691 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55691 is #2AA96E. Grayscale: #828282. Windows color (decimal): -2795887 or 9524949. OLE color: 9524949.
HSL color Cylindrical-coordinate representation of color #D55691: hue angle of 332.13º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D55691 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 86 | 145 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.16 |
| HSL | 332.13º | 0.6% | 0.59% | - |
| HSV(B) | 332.13º | 0.6% | 0.84% | - |
| XYZ | 35.88 | 22.85 | 29.31 | - |
| YUV | 130.7 | 136.08 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 86 | 145 | 0 | 0.60 | 0.32 | 0.16 | 332.13 | 0.6 | 0.59 |
| Hex | D5 | 56 | 91 | 0 | 3C | 20 | 10 | 14C | 3C | 3B |
| Octal | 325 | 126 | 221 | 0 | 74 | 40 | 20 | 514 | 74 | 73 |
| Binary | 11010101 | 1010110 | 10010001 | 0 | 111100 | 100000 | 10000 | 101001100 | 111100 | 111011 |
Color Harmonies of #D55691
Complementary color
Monochromatic Colors of #D55691
Black with #D55691
Text Example
Text Example
White with #D55691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55691; }
p { color: rgb(213,86,145); }
H1.HeaderClassName
{
color: #D55691;
}
.AnyTagClassName
{
color: #D55691;
}
</style>
background-color css
<style>
a { background-color: #D55691; }
a { background-color: rgb(213,86,145); }
div.DivClassName
{
background-color: #D55691;
}
.BgClassName
{
background-color: #D55691;
}
</style>
border-color css
<style>
span { border-color: #D55691; }
span { border-color: rgb(213,86,145); }
td.TdClassName
{
border-color: #D55691;
}
.TagClassName
{
border-color: #D55691;
}
</style>