Shades of Mulberry #D7559D
Tints of Mulberry #D7559D
RGB
CMYK
RGB Variations
Color information
#D7559D (or 0xD7559D) is known color: Mulberry. HEX triplet: D7, 55 and 9D. RGB value is (215,85,157). Sum of RGB (Red+Green+Blue) = 215+85+157=457 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.05% from 457); Green value is 85 (33.59% from 255 or 18.60% from 457); Blue value is 157 (61.72% from 255 or 34.35% from 457); Max value from RGB is 215 - color contains mainly: red. Hex color #D7559D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7559D is #28AA62. Grayscale: #838383. Windows color (decimal): -2665059 or 10311127. OLE color: 10311127.
HSL color Cylindrical-coordinate representation of color #D7559D: hue angle of 326.77º 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 #D7559D is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 85 | 157 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.16 |
| HSL | 326.77º | 0.62% | 0.59% | - |
| HSV(B) | 326.77º | 0.6% | 0.84% | - |
| XYZ | 37.36 | 23.38 | 34.44 | - |
| YUV | 132.08 | 142.07 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 85 | 157 | 0 | 0.60 | 0.27 | 0.16 | 326.77 | 0.62 | 0.59 |
| Hex | D7 | 55 | 9D | 0 | 3C | 1B | 10 | 147 | 3E | 3B |
| Octal | 327 | 125 | 235 | 0 | 74 | 33 | 20 | 507 | 76 | 73 |
| Binary | 11010111 | 1010101 | 10011101 | 0 | 111100 | 11011 | 10000 | 101000111 | 111110 | 111011 |
Color Harmonies of #D7559D
Complementary color
Monochromatic Colors of #D7559D
Black with #D7559D
Text Example
Text Example
White with #D7559D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7559D; }
p { color: rgb(215,85,157); }
H1.HeaderClassName
{
color: #D7559D;
}
.AnyTagClassName
{
color: #D7559D;
}
</style>
background-color css
<style>
a { background-color: #D7559D; }
a { background-color: rgb(215,85,157); }
div.DivClassName
{
background-color: #D7559D;
}
.BgClassName
{
background-color: #D7559D;
}
</style>
border-color css
<style>
span { border-color: #D7559D; }
span { border-color: rgb(215,85,157); }
td.TdClassName
{
border-color: #D7559D;
}
.TagClassName
{
border-color: #D7559D;
}
</style>