Shades of Mulberry #D8558F
Tints of Mulberry #D8558F
RGB
CMYK
RGB Variations
Color information
#D8558F (or 0xD8558F) is known color: Mulberry. HEX triplet: D8, 55 and 8F. RGB value is (216,85,143). Sum of RGB (Red+Green+Blue) = 216+85+143=444 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.65% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 143 (56.25% from 255 or 32.21% from 444); Max value from RGB is 216 - color contains mainly: red. Hex color #D8558F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8558F is #27AA70. Grayscale: #828282. Windows color (decimal): -2599537 or 9393624. OLE color: 9393624.
HSL color Cylindrical-coordinate representation of color #D8558F: hue angle of 333.44º 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 #D8558F is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 85 | 143 | - |
| CMYK | 0 | 0.61 | 0.34 | 0.15 |
| HSL | 333.44º | 0.63% | 0.59% | - |
| HSV(B) | 333.44º | 0.61% | 0.85% | - |
| XYZ | 36.53 | 23.08 | 28.52 | - |
| YUV | 130.78 | 134.9 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 85 | 143 | 0 | 0.61 | 0.34 | 0.15 | 333.44 | 0.63 | 0.59 |
| Hex | D8 | 55 | 8F | 0 | 3D | 22 | F | 14D | 3F | 3B |
| Octal | 330 | 125 | 217 | 0 | 75 | 42 | 17 | 515 | 77 | 73 |
| Binary | 11011000 | 1010101 | 10001111 | 0 | 111101 | 100010 | 1111 | 101001101 | 111111 | 111011 |
Color Harmonies of #D8558F
Complementary color
Monochromatic Colors of #D8558F
Black with #D8558F
Text Example
Text Example
White with #D8558F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8558F; }
p { color: rgb(216,85,143); }
H1.HeaderClassName
{
color: #D8558F;
}
.AnyTagClassName
{
color: #D8558F;
}
</style>
background-color css
<style>
a { background-color: #D8558F; }
a { background-color: rgb(216,85,143); }
div.DivClassName
{
background-color: #D8558F;
}
.BgClassName
{
background-color: #D8558F;
}
</style>
border-color css
<style>
span { border-color: #D8558F; }
span { border-color: rgb(216,85,143); }
td.TdClassName
{
border-color: #D8558F;
}
.TagClassName
{
border-color: #D8558F;
}
</style>