Shades of Mulberry #D8518E
Tints of Mulberry #D8518E
RGB
CMYK
RGB Variations
Color information
#D8518E (or 0xD8518E) is known color: Mulberry. HEX triplet: D8, 51 and 8E. RGB value is (216,81,142). Sum of RGB (Red+Green+Blue) = 216+81+142=439 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.20% from 439); Green value is 81 (32.03% from 255 or 18.45% from 439); Blue value is 142 (55.86% from 255 or 32.35% from 439); Max value from RGB is 216 - color contains mainly: red. Hex color #D8518E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8518E is #27AE71. Grayscale: #808080. Windows color (decimal): -2600562 or 9327064. OLE color: 9327064.
HSL color Cylindrical-coordinate representation of color #D8518E: hue angle of 332.89º 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 #D8518E is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 81 | 142 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.15 |
| HSL | 332.89º | 0.63% | 0.58% | - |
| HSV(B) | 332.89º | 0.63% | 0.85% | - |
| XYZ | 36.14 | 22.44 | 28.02 | - |
| YUV | 128.32 | 135.73 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 81 | 142 | 0 | 0.62 | 0.34 | 0.15 | 332.89 | 0.63 | 0.58 |
| Hex | D8 | 51 | 8E | 0 | 3E | 22 | F | 14D | 3F | 3A |
| Octal | 330 | 121 | 216 | 0 | 76 | 42 | 17 | 515 | 77 | 72 |
| Binary | 11011000 | 1010001 | 10001110 | 0 | 111110 | 100010 | 1111 | 101001101 | 111111 | 111010 |
Color Harmonies of #D8518E
Complementary color
Monochromatic Colors of #D8518E
Black with #D8518E
Text Example
Text Example
White with #D8518E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8518E; }
p { color: rgb(216,81,142); }
H1.HeaderClassName
{
color: #D8518E;
}
.AnyTagClassName
{
color: #D8518E;
}
</style>
background-color css
<style>
a { background-color: #D8518E; }
a { background-color: rgb(216,81,142); }
div.DivClassName
{
background-color: #D8518E;
}
.BgClassName
{
background-color: #D8518E;
}
</style>
border-color css
<style>
span { border-color: #D8518E; }
span { border-color: rgb(216,81,142); }
td.TdClassName
{
border-color: #D8518E;
}
.TagClassName
{
border-color: #D8518E;
}
</style>