Shades of Mulberry #D5518B
Tints of Mulberry #D5518B
RGB
CMYK
RGB Variations
Color information
#D5518B (or 0xD5518B) is known color: Mulberry. HEX triplet: D5, 51 and 8B. RGB value is (213,81,139). Sum of RGB (Red+Green+Blue) = 213+81+139=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 81 (32.03% from 255 or 18.71% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D5518B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5518B is #2AAE74. Grayscale: #7E7E7E. Windows color (decimal): -2797173 or 9130453. OLE color: 9130453.
HSL color Cylindrical-coordinate representation of color #D5518B: hue angle of 333.64º 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 #D5518B is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 81 | 139 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.16 |
| HSL | 333.64º | 0.61% | 0.58% | - |
| HSV(B) | 333.64º | 0.62% | 0.84% | - |
| XYZ | 35.04 | 21.9 | 26.81 | - |
| YUV | 127.08 | 134.73 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 139 | 0 | 0.62 | 0.35 | 0.16 | 333.64 | 0.61 | 0.58 |
| Hex | D5 | 51 | 8B | 0 | 3E | 23 | 10 | 14E | 3D | 3A |
| Octal | 325 | 121 | 213 | 0 | 76 | 43 | 20 | 516 | 75 | 72 |
| Binary | 11010101 | 1010001 | 10001011 | 0 | 111110 | 100011 | 10000 | 101001110 | 111101 | 111010 |
Color Harmonies of #D5518B
Complementary color
Monochromatic Colors of #D5518B
Black with #D5518B
Text Example
Text Example
White with #D5518B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5518B; }
p { color: rgb(213,81,139); }
H1.HeaderClassName
{
color: #D5518B;
}
.AnyTagClassName
{
color: #D5518B;
}
</style>
background-color css
<style>
a { background-color: #D5518B; }
a { background-color: rgb(213,81,139); }
div.DivClassName
{
background-color: #D5518B;
}
.BgClassName
{
background-color: #D5518B;
}
</style>
border-color css
<style>
span { border-color: #D5518B; }
span { border-color: rgb(213,81,139); }
td.TdClassName
{
border-color: #D5518B;
}
.TagClassName
{
border-color: #D5518B;
}
</style>