Shades of Mulberry #D85597
Tints of Mulberry #D85597
RGB
CMYK
RGB Variations
Color information
#D85597 (or 0xD85597) is known color: Mulberry. HEX triplet: D8, 55 and 97. RGB value is (216,85,151). Sum of RGB (Red+Green+Blue) = 216+85+151=452 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.79% from 452); Green value is 85 (33.59% from 255 or 18.81% from 452); Blue value is 151 (59.38% from 255 or 33.41% from 452); Max value from RGB is 216 - color contains mainly: red. Hex color #D85597 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85597 is #27AA68. Grayscale: #838383. Windows color (decimal): -2599529 or 9917912. OLE color: 9917912.
HSL color Cylindrical-coordinate representation of color #D85597: hue angle of 329.77º 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 #D85597 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 85 | 151 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.15 |
| HSL | 329.77º | 0.63% | 0.59% | - |
| HSV(B) | 329.77º | 0.61% | 0.85% | - |
| XYZ | 37.15 | 23.33 | 31.82 | - |
| YUV | 131.69 | 138.9 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 85 | 151 | 0 | 0.61 | 0.30 | 0.15 | 329.77 | 0.63 | 0.59 |
| Hex | D8 | 55 | 97 | 0 | 3D | 1E | F | 14A | 3F | 3B |
| Octal | 330 | 125 | 227 | 0 | 75 | 36 | 17 | 512 | 77 | 73 |
| Binary | 11011000 | 1010101 | 10010111 | 0 | 111101 | 11110 | 1111 | 101001010 | 111111 | 111011 |
Color Harmonies of #D85597
Complementary color
Monochromatic Colors of #D85597
Black with #D85597
Text Example
Text Example
White with #D85597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85597; }
p { color: rgb(216,85,151); }
H1.HeaderClassName
{
color: #D85597;
}
.AnyTagClassName
{
color: #D85597;
}
</style>
background-color css
<style>
a { background-color: #D85597; }
a { background-color: rgb(216,85,151); }
div.DivClassName
{
background-color: #D85597;
}
.BgClassName
{
background-color: #D85597;
}
</style>
border-color css
<style>
span { border-color: #D85597; }
span { border-color: rgb(216,85,151); }
td.TdClassName
{
border-color: #D85597;
}
.TagClassName
{
border-color: #D85597;
}
</style>