Shades of Mulberry #D85693
Tints of Mulberry #D85693
RGB
CMYK
RGB Variations
Color information
#D85693 (or 0xD85693) is known color: Mulberry. HEX triplet: D8, 56 and 93. RGB value is (216,86,147). Sum of RGB (Red+Green+Blue) = 216+86+147=449 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.11% from 449); Green value is 86 (33.98% from 255 or 19.15% from 449); Blue value is 147 (57.81% from 255 or 32.74% from 449); Max value from RGB is 216 - color contains mainly: red. Hex color #D85693 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85693 is #27A96C. Grayscale: #838383. Windows color (decimal): -2599277 or 9656024. OLE color: 9656024.
HSL color Cylindrical-coordinate representation of color #D85693: hue angle of 331.85º 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 #D85693 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 86 | 147 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.15 |
| HSL | 331.85º | 0.63% | 0.59% | - |
| HSV(B) | 331.85º | 0.6% | 0.85% | - |
| XYZ | 36.91 | 23.36 | 30.17 | - |
| YUV | 131.82 | 136.57 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 86 | 147 | 0 | 0.60 | 0.32 | 0.15 | 331.85 | 0.63 | 0.59 |
| Hex | D8 | 56 | 93 | 0 | 3C | 20 | F | 14C | 3E | 3B |
| Octal | 330 | 126 | 223 | 0 | 74 | 40 | 17 | 514 | 76 | 73 |
| Binary | 11011000 | 1010110 | 10010011 | 0 | 111100 | 100000 | 1111 | 101001100 | 111110 | 111011 |
Color Harmonies of #D85693
Complementary color
Monochromatic Colors of #D85693
Black with #D85693
Text Example
Text Example
White with #D85693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85693; }
p { color: rgb(216,86,147); }
H1.HeaderClassName
{
color: #D85693;
}
.AnyTagClassName
{
color: #D85693;
}
</style>
background-color css
<style>
a { background-color: #D85693; }
a { background-color: rgb(216,86,147); }
div.DivClassName
{
background-color: #D85693;
}
.BgClassName
{
background-color: #D85693;
}
</style>
border-color css
<style>
span { border-color: #D85693; }
span { border-color: rgb(216,86,147); }
td.TdClassName
{
border-color: #D85693;
}
.TagClassName
{
border-color: #D85693;
}
</style>