Shades of Mulberry #D85691
Tints of Mulberry #D85691
RGB
CMYK
RGB Variations
Color information
#D85691 (or 0xD85691) is known color: Mulberry. HEX triplet: D8, 56 and 91. RGB value is (216,86,145). Sum of RGB (Red+Green+Blue) = 216+86+145=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 86 (33.98% from 255 or 19.24% from 447); Blue value is 145 (57.03% from 255 or 32.44% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D85691 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85691 is #27A96E. Grayscale: #838383. Windows color (decimal): -2599279 or 9524952. OLE color: 9524952.
HSL color Cylindrical-coordinate representation of color #D85691: hue angle of 332.77º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D85691 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 86 | 145 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.15 |
| HSL | 332.77º | 0.63% | 0.59% | - |
| HSV(B) | 332.77º | 0.6% | 0.85% | - |
| XYZ | 36.76 | 23.3 | 29.35 | - |
| YUV | 131.6 | 135.57 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 86 | 145 | 0 | 0.60 | 0.33 | 0.15 | 332.77 | 0.63 | 0.59 |
| Hex | D8 | 56 | 91 | 0 | 3C | 21 | F | 14D | 3E | 3B |
| Octal | 330 | 126 | 221 | 0 | 74 | 41 | 17 | 515 | 76 | 73 |
| Binary | 11011000 | 1010110 | 10010001 | 0 | 111100 | 100001 | 1111 | 101001101 | 111110 | 111011 |
Color Harmonies of #D85691
Complementary color
Monochromatic Colors of #D85691
Black with #D85691
Text Example
Text Example
White with #D85691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85691; }
p { color: rgb(216,86,145); }
H1.HeaderClassName
{
color: #D85691;
}
.AnyTagClassName
{
color: #D85691;
}
</style>
background-color css
<style>
a { background-color: #D85691; }
a { background-color: rgb(216,86,145); }
div.DivClassName
{
background-color: #D85691;
}
.BgClassName
{
background-color: #D85691;
}
</style>
border-color css
<style>
span { border-color: #D85691; }
span { border-color: rgb(216,86,145); }
td.TdClassName
{
border-color: #D85691;
}
.TagClassName
{
border-color: #D85691;
}
</style>