Shades of Mulberry #D7518C
Tints of Mulberry #D7518C
RGB
CMYK
RGB Variations
Color information
#D7518C (or 0xD7518C) is known color: Mulberry. HEX triplet: D7, 51 and 8C. RGB value is (215,81,140). Sum of RGB (Red+Green+Blue) = 215+81+140=436 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.31% from 436); Green value is 81 (32.03% from 255 or 18.58% from 436); Blue value is 140 (55.08% from 255 or 32.11% from 436); Max value from RGB is 215 - color contains mainly: red. Hex color #D7518C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7518C is #28AE73. Grayscale: #7F7F7F. Windows color (decimal): -2666100 or 9195991. OLE color: 9195991.
HSL color Cylindrical-coordinate representation of color #D7518C: hue angle of 333.58º degrees, saturation: 0.63, 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 #D7518C is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 81 | 140 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.16 |
| HSL | 333.58º | 0.63% | 0.58% | - |
| HSV(B) | 333.58º | 0.62% | 0.84% | - |
| XYZ | 35.7 | 22.23 | 27.22 | - |
| YUV | 127.79 | 134.89 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 81 | 140 | 0 | 0.62 | 0.35 | 0.16 | 333.58 | 0.63 | 0.58 |
| Hex | D7 | 51 | 8C | 0 | 3E | 23 | 10 | 14E | 3F | 3A |
| Octal | 327 | 121 | 214 | 0 | 76 | 43 | 20 | 516 | 77 | 72 |
| Binary | 11010111 | 1010001 | 10001100 | 0 | 111110 | 100011 | 10000 | 101001110 | 111111 | 111010 |
Color Harmonies of #D7518C
Complementary color
Monochromatic Colors of #D7518C
Black with #D7518C
Text Example
Text Example
White with #D7518C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7518C; }
p { color: rgb(215,81,140); }
H1.HeaderClassName
{
color: #D7518C;
}
.AnyTagClassName
{
color: #D7518C;
}
</style>
background-color css
<style>
a { background-color: #D7518C; }
a { background-color: rgb(215,81,140); }
div.DivClassName
{
background-color: #D7518C;
}
.BgClassName
{
background-color: #D7518C;
}
</style>
border-color css
<style>
span { border-color: #D7518C; }
span { border-color: rgb(215,81,140); }
td.TdClassName
{
border-color: #D7518C;
}
.TagClassName
{
border-color: #D7518C;
}
</style>