Shades of Mulberry #D7558D
Tints of Mulberry #D7558D
RGB
CMYK
RGB Variations
Color information
#D7558D (or 0xD7558D) is known color: Mulberry. HEX triplet: D7, 55 and 8D. RGB value is (215,85,141). Sum of RGB (Red+Green+Blue) = 215+85+141=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 85 (33.59% from 255 or 19.27% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D7558D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7558D is #28AA72. Grayscale: #828282. Windows color (decimal): -2665075 or 9262551. OLE color: 9262551.
HSL color Cylindrical-coordinate representation of color #D7558D: hue angle of 334.15º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D7558D is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 85 | 141 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.16 |
| HSL | 334.15º | 0.62% | 0.59% | - |
| HSV(B) | 334.15º | 0.6% | 0.84% | - |
| XYZ | 36.08 | 22.87 | 27.71 | - |
| YUV | 130.25 | 134.07 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 85 | 141 | 0 | 0.60 | 0.34 | 0.16 | 334.15 | 0.62 | 0.59 |
| Hex | D7 | 55 | 8D | 0 | 3C | 22 | 10 | 14E | 3E | 3B |
| Octal | 327 | 125 | 215 | 0 | 74 | 42 | 20 | 516 | 76 | 73 |
| Binary | 11010111 | 1010101 | 10001101 | 0 | 111100 | 100010 | 10000 | 101001110 | 111110 | 111011 |
Color Harmonies of #D7558D
Complementary color
Monochromatic Colors of #D7558D
Black with #D7558D
Text Example
Text Example
White with #D7558D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7558D; }
p { color: rgb(215,85,141); }
H1.HeaderClassName
{
color: #D7558D;
}
.AnyTagClassName
{
color: #D7558D;
}
</style>
background-color css
<style>
a { background-color: #D7558D; }
a { background-color: rgb(215,85,141); }
div.DivClassName
{
background-color: #D7558D;
}
.BgClassName
{
background-color: #D7558D;
}
</style>
border-color css
<style>
span { border-color: #D7558D; }
span { border-color: rgb(215,85,141); }
td.TdClassName
{
border-color: #D7558D;
}
.TagClassName
{
border-color: #D7558D;
}
</style>