Shades of Mulberry #D9559B
Tints of Mulberry #D9559B
RGB
CMYK
RGB Variations
Color information
#D9559B (or 0xD9559B) is known color: Mulberry. HEX triplet: D9, 55 and 9B. RGB value is (217,85,155). Sum of RGB (Red+Green+Blue) = 217+85+155=457 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.48% from 457); Green value is 85 (33.59% from 255 or 18.60% from 457); Blue value is 155 (60.94% from 255 or 33.92% from 457); Max value from RGB is 217 - color contains mainly: red. Hex color #D9559B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9559B is #26AA64. Grayscale: #848484. Windows color (decimal): -2533989 or 10180057. OLE color: 10180057.
HSL color Cylindrical-coordinate representation of color #D9559B: hue angle of 328.18º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D9559B is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 85 | 155 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.15 |
| HSL | 328.18º | 0.63% | 0.59% | - |
| HSV(B) | 328.18º | 0.61% | 0.85% | - |
| XYZ | 37.78 | 23.62 | 33.58 | - |
| YUV | 132.45 | 140.73 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 155 | 0 | 0.61 | 0.29 | 0.15 | 328.18 | 0.63 | 0.59 |
| Hex | D9 | 55 | 9B | 0 | 3D | 1D | F | 148 | 3F | 3B |
| Octal | 331 | 125 | 233 | 0 | 75 | 35 | 17 | 510 | 77 | 73 |
| Binary | 11011001 | 1010101 | 10011011 | 0 | 111101 | 11101 | 1111 | 101001000 | 111111 | 111011 |
Color Harmonies of #D9559B
Complementary color
Monochromatic Colors of #D9559B
Black with #D9559B
Text Example
Text Example
White with #D9559B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9559B; }
p { color: rgb(217,85,155); }
H1.HeaderClassName
{
color: #D9559B;
}
.AnyTagClassName
{
color: #D9559B;
}
</style>
background-color css
<style>
a { background-color: #D9559B; }
a { background-color: rgb(217,85,155); }
div.DivClassName
{
background-color: #D9559B;
}
.BgClassName
{
background-color: #D9559B;
}
</style>
border-color css
<style>
span { border-color: #D9559B; }
span { border-color: rgb(217,85,155); }
td.TdClassName
{
border-color: #D9559B;
}
.TagClassName
{
border-color: #D9559B;
}
</style>