Shades of Mulberry #D85595
Tints of Mulberry #D85595
RGB
CMYK
RGB Variations
Color information
#D85595 (or 0xD85595) is known color: Mulberry. HEX triplet: D8, 55 and 95. RGB value is (216,85,149). Sum of RGB (Red+Green+Blue) = 216+85+149=450 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48% from 450); Green value is 85 (33.59% from 255 or 18.89% from 450); Blue value is 149 (58.59% from 255 or 33.11% from 450); Max value from RGB is 216 - color contains mainly: red. Hex color #D85595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85595 is #27AA6A. Grayscale: #838383. Windows color (decimal): -2599531 or 9786840. OLE color: 9786840.
HSL color Cylindrical-coordinate representation of color #D85595: hue angle of 330.69º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D85595 is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 85 | 149 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.15 |
| HSL | 330.69º | 0.63% | 0.59% | - |
| HSV(B) | 330.69º | 0.61% | 0.85% | - |
| XYZ | 36.99 | 23.27 | 30.97 | - |
| YUV | 131.47 | 137.9 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 85 | 149 | 0 | 0.61 | 0.31 | 0.15 | 330.69 | 0.63 | 0.59 |
| Hex | D8 | 55 | 95 | 0 | 3D | 1F | F | 14B | 3F | 3B |
| Octal | 330 | 125 | 225 | 0 | 75 | 37 | 17 | 513 | 77 | 73 |
| Binary | 11011000 | 1010101 | 10010101 | 0 | 111101 | 11111 | 1111 | 101001011 | 111111 | 111011 |
Color Harmonies of #D85595
Complementary color
Monochromatic Colors of #D85595
Black with #D85595
Text Example
Text Example
White with #D85595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85595; }
p { color: rgb(216,85,149); }
H1.HeaderClassName
{
color: #D85595;
}
.AnyTagClassName
{
color: #D85595;
}
</style>
background-color css
<style>
a { background-color: #D85595; }
a { background-color: rgb(216,85,149); }
div.DivClassName
{
background-color: #D85595;
}
.BgClassName
{
background-color: #D85595;
}
</style>
border-color css
<style>
span { border-color: #D85595; }
span { border-color: rgb(216,85,149); }
td.TdClassName
{
border-color: #D85595;
}
.TagClassName
{
border-color: #D85595;
}
</style>