Shades of Mulberry #D9518E
Tints of Mulberry #D9518E
RGB
CMYK
RGB Variations
Color information
#D9518E (or 0xD9518E) is known color: Mulberry. HEX triplet: D9, 51 and 8E. RGB value is (217,81,142). Sum of RGB (Red+Green+Blue) = 217+81+142=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 81 (32.03% from 255 or 18.41% from 440); Blue value is 142 (55.86% from 255 or 32.27% from 440); Max value from RGB is 217 - color contains mainly: red. Hex color #D9518E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9518E is #26AE71. Grayscale: #808080. Windows color (decimal): -2535026 or 9327065. OLE color: 9327065.
HSL color Cylindrical-coordinate representation of color #D9518E: hue angle of 333.09º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D9518E is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 81 | 142 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.15 |
| HSL | 333.09º | 0.64% | 0.58% | - |
| HSV(B) | 333.09º | 0.63% | 0.85% | - |
| XYZ | 36.44 | 22.59 | 28.03 | - |
| YUV | 128.62 | 135.56 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 81 | 142 | 0 | 0.63 | 0.35 | 0.15 | 333.09 | 0.64 | 0.58 |
| Hex | D9 | 51 | 8E | 0 | 3F | 23 | F | 14D | 40 | 3A |
| Octal | 331 | 121 | 216 | 0 | 77 | 43 | 17 | 515 | 100 | 72 |
| Binary | 11011001 | 1010001 | 10001110 | 0 | 111111 | 100011 | 1111 | 101001101 | 1000000 | 111010 |
Color Harmonies of #D9518E
Complementary color
Monochromatic Colors of #D9518E
Black with #D9518E
Text Example
Text Example
White with #D9518E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9518E; }
p { color: rgb(217,81,142); }
H1.HeaderClassName
{
color: #D9518E;
}
.AnyTagClassName
{
color: #D9518E;
}
</style>
background-color css
<style>
a { background-color: #D9518E; }
a { background-color: rgb(217,81,142); }
div.DivClassName
{
background-color: #D9518E;
}
.BgClassName
{
background-color: #D9518E;
}
</style>
border-color css
<style>
span { border-color: #D9518E; }
span { border-color: rgb(217,81,142); }
td.TdClassName
{
border-color: #D9518E;
}
.TagClassName
{
border-color: #D9518E;
}
</style>