Shades of Mulberry #D5518C
Tints of Mulberry #D5518C
RGB
CMYK
RGB Variations
Color information
#D5518C (or 0xD5518C) is known color: Mulberry. HEX triplet: D5, 51 and 8C. RGB value is (213,81,140). Sum of RGB (Red+Green+Blue) = 213+81+140=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 81 (32.03% from 255 or 18.66% from 434); Blue value is 140 (55.08% from 255 or 32.26% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D5518C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5518C is #2AAE73. Grayscale: #7F7F7F. Windows color (decimal): -2797172 or 9195989. OLE color: 9195989.
HSL color Cylindrical-coordinate representation of color #D5518C: hue angle of 333.18º 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 #D5518C is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 81 | 140 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.16 |
| HSL | 333.18º | 0.61% | 0.58% | - |
| HSV(B) | 333.18º | 0.62% | 0.84% | - |
| XYZ | 35.12 | 21.92 | 27.19 | - |
| YUV | 127.19 | 135.23 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 140 | 0 | 0.62 | 0.34 | 0.16 | 333.18 | 0.61 | 0.58 |
| Hex | D5 | 51 | 8C | 0 | 3E | 22 | 10 | 14D | 3D | 3A |
| Octal | 325 | 121 | 214 | 0 | 76 | 42 | 20 | 515 | 75 | 72 |
| Binary | 11010101 | 1010001 | 10001100 | 0 | 111110 | 100010 | 10000 | 101001101 | 111101 | 111010 |
Color Harmonies of #D5518C
Complementary color
Monochromatic Colors of #D5518C
Black with #D5518C
Text Example
Text Example
White with #D5518C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5518C; }
p { color: rgb(213,81,140); }
H1.HeaderClassName
{
color: #D5518C;
}
.AnyTagClassName
{
color: #D5518C;
}
</style>
background-color css
<style>
a { background-color: #D5518C; }
a { background-color: rgb(213,81,140); }
div.DivClassName
{
background-color: #D5518C;
}
.BgClassName
{
background-color: #D5518C;
}
</style>
border-color css
<style>
span { border-color: #D5518C; }
span { border-color: rgb(213,81,140); }
td.TdClassName
{
border-color: #D5518C;
}
.TagClassName
{
border-color: #D5518C;
}
</style>