Shades of Mulberry #D55592
Tints of Mulberry #D55592
RGB
CMYK
RGB Variations
Color information
#D55592 (or 0xD55592) is known color: Mulberry. HEX triplet: D5, 55 and 92. RGB value is (213,85,146). Sum of RGB (Red+Green+Blue) = 213+85+146=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 146 (57.42% from 255 or 32.88% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D55592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55592 is #2AAA6D. Grayscale: #828282. Windows color (decimal): -2796142 or 9590229. OLE color: 9590229.
HSL color Cylindrical-coordinate representation of color #D55592: hue angle of 331.41º 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 #D55592 is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 85 | 146 | - |
| CMYK | 0 | 0.60 | 0.31 | 0.16 |
| HSL | 331.41º | 0.6% | 0.58% | - |
| HSV(B) | 331.41º | 0.6% | 0.84% | - |
| XYZ | 35.88 | 22.72 | 29.69 | - |
| YUV | 130.23 | 136.91 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 85 | 146 | 0 | 0.60 | 0.31 | 0.16 | 331.41 | 0.6 | 0.58 |
| Hex | D5 | 55 | 92 | 0 | 3C | 1F | 10 | 14B | 3C | 3A |
| Octal | 325 | 125 | 222 | 0 | 74 | 37 | 20 | 513 | 74 | 72 |
| Binary | 11010101 | 1010101 | 10010010 | 0 | 111100 | 11111 | 10000 | 101001011 | 111100 | 111010 |
Color Harmonies of #D55592
Complementary color
Monochromatic Colors of #D55592
Black with #D55592
Text Example
Text Example
White with #D55592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55592; }
p { color: rgb(213,85,146); }
H1.HeaderClassName
{
color: #D55592;
}
.AnyTagClassName
{
color: #D55592;
}
</style>
background-color css
<style>
a { background-color: #D55592; }
a { background-color: rgb(213,85,146); }
div.DivClassName
{
background-color: #D55592;
}
.BgClassName
{
background-color: #D55592;
}
</style>
border-color css
<style>
span { border-color: #D55592; }
span { border-color: rgb(213,85,146); }
td.TdClassName
{
border-color: #D55592;
}
.TagClassName
{
border-color: #D55592;
}
</style>