Shades of Mulberry #D5518E
Tints of Mulberry #D5518E
RGB
CMYK
RGB Variations
Color information
#D5518E (or 0xD5518E) is known color: Mulberry. HEX triplet: D5, 51 and 8E. RGB value is (213,81,142). Sum of RGB (Red+Green+Blue) = 213+81+142=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 81 (32.03% from 255 or 18.58% from 436); Blue value is 142 (55.86% from 255 or 32.57% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D5518E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5518E is #2AAE71. Grayscale: #7F7F7F. Windows color (decimal): -2797170 or 9327061. OLE color: 9327061.
HSL color Cylindrical-coordinate representation of color #D5518E: hue angle of 332.27º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D5518E is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 81 | 142 | - |
| CMYK | 0 | 0.62 | 0.33 | 0.16 |
| HSL | 332.27º | 0.61% | 0.58% | - |
| HSV(B) | 332.27º | 0.62% | 0.84% | - |
| XYZ | 35.27 | 21.98 | 27.98 | - |
| YUV | 127.42 | 136.23 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 142 | 0 | 0.62 | 0.33 | 0.16 | 332.27 | 0.61 | 0.58 |
| Hex | D5 | 51 | 8E | 0 | 3E | 21 | 10 | 14C | 3D | 3A |
| Octal | 325 | 121 | 216 | 0 | 76 | 41 | 20 | 514 | 75 | 72 |
| Binary | 11010101 | 1010001 | 10001110 | 0 | 111110 | 100001 | 10000 | 101001100 | 111101 | 111010 |
Color Harmonies of #D5518E
Complementary color
Monochromatic Colors of #D5518E
Black with #D5518E
Text Example
Text Example
White with #D5518E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5518E; }
p { color: rgb(213,81,142); }
H1.HeaderClassName
{
color: #D5518E;
}
.AnyTagClassName
{
color: #D5518E;
}
</style>
background-color css
<style>
a { background-color: #D5518E; }
a { background-color: rgb(213,81,142); }
div.DivClassName
{
background-color: #D5518E;
}
.BgClassName
{
background-color: #D5518E;
}
</style>
border-color css
<style>
span { border-color: #D5518E; }
span { border-color: rgb(213,81,142); }
td.TdClassName
{
border-color: #D5518E;
}
.TagClassName
{
border-color: #D5518E;
}
</style>