Shades of Mulberry #D85193
Tints of Mulberry #D85193
RGB
CMYK
RGB Variations
Color information
#D85193 (or 0xD85193) is known color: Mulberry. HEX triplet: D8, 51 and 93. RGB value is (216,81,147). Sum of RGB (Red+Green+Blue) = 216+81+147=444 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.65% from 444); Green value is 81 (32.03% from 255 or 18.24% from 444); Blue value is 147 (57.81% from 255 or 33.11% from 444); Max value from RGB is 216 - color contains mainly: red. Hex color #D85193 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85193 is #27AE6C. Grayscale: #808080. Windows color (decimal): -2600557 or 9654744. OLE color: 9654744.
HSL color Cylindrical-coordinate representation of color #D85193: hue angle of 330.67º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D85193 is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 81 | 147 | - |
| CMYK | 0 | 0.62 | 0.32 | 0.15 |
| HSL | 330.67º | 0.63% | 0.58% | - |
| HSV(B) | 330.67º | 0.63% | 0.85% | - |
| XYZ | 36.53 | 22.59 | 30.04 | - |
| YUV | 128.89 | 138.23 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 81 | 147 | 0 | 0.62 | 0.32 | 0.15 | 330.67 | 0.63 | 0.58 |
| Hex | D8 | 51 | 93 | 0 | 3E | 20 | F | 14B | 3F | 3A |
| Octal | 330 | 121 | 223 | 0 | 76 | 40 | 17 | 513 | 77 | 72 |
| Binary | 11011000 | 1010001 | 10010011 | 0 | 111110 | 100000 | 1111 | 101001011 | 111111 | 111010 |
Color Harmonies of #D85193
Complementary color
Monochromatic Colors of #D85193
Black with #D85193
Text Example
Text Example
White with #D85193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85193; }
p { color: rgb(216,81,147); }
H1.HeaderClassName
{
color: #D85193;
}
.AnyTagClassName
{
color: #D85193;
}
</style>
background-color css
<style>
a { background-color: #D85193; }
a { background-color: rgb(216,81,147); }
div.DivClassName
{
background-color: #D85193;
}
.BgClassName
{
background-color: #D85193;
}
</style>
border-color css
<style>
span { border-color: #D85193; }
span { border-color: rgb(216,81,147); }
td.TdClassName
{
border-color: #D85193;
}
.TagClassName
{
border-color: #D85193;
}
</style>