Shades of Mulberry #D8518C
Tints of Mulberry #D8518C
RGB
CMYK
RGB Variations
Color information
#D8518C (or 0xD8518C) is known color: Mulberry. HEX triplet: D8, 51 and 8C. RGB value is (216,81,140). Sum of RGB (Red+Green+Blue) = 216+81+140=437 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.43% from 437); Green value is 81 (32.03% from 255 or 18.54% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 216 - color contains mainly: red. Hex color #D8518C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8518C is #27AE73. Grayscale: #7F7F7F. Windows color (decimal): -2600564 or 9195992. OLE color: 9195992.
HSL color Cylindrical-coordinate representation of color #D8518C: hue angle of 333.78º 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 #D8518C is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 81 | 140 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.15 |
| HSL | 333.78º | 0.63% | 0.58% | - |
| HSV(B) | 333.78º | 0.63% | 0.85% | - |
| XYZ | 35.99 | 22.38 | 27.23 | - |
| YUV | 128.09 | 134.73 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 81 | 140 | 0 | 0.62 | 0.35 | 0.15 | 333.78 | 0.63 | 0.58 |
| Hex | D8 | 51 | 8C | 0 | 3E | 23 | F | 14E | 3F | 3A |
| Octal | 330 | 121 | 214 | 0 | 76 | 43 | 17 | 516 | 77 | 72 |
| Binary | 11011000 | 1010001 | 10001100 | 0 | 111110 | 100011 | 1111 | 101001110 | 111111 | 111010 |
Color Harmonies of #D8518C
Complementary color
Monochromatic Colors of #D8518C
Black with #D8518C
Text Example
Text Example
White with #D8518C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8518C; }
p { color: rgb(216,81,140); }
H1.HeaderClassName
{
color: #D8518C;
}
.AnyTagClassName
{
color: #D8518C;
}
</style>
background-color css
<style>
a { background-color: #D8518C; }
a { background-color: rgb(216,81,140); }
div.DivClassName
{
background-color: #D8518C;
}
.BgClassName
{
background-color: #D8518C;
}
</style>
border-color css
<style>
span { border-color: #D8518C; }
span { border-color: rgb(216,81,140); }
td.TdClassName
{
border-color: #D8518C;
}
.TagClassName
{
border-color: #D8518C;
}
</style>