Shades of Mulberry #D5559B
Tints of Mulberry #D5559B
RGB
CMYK
RGB Variations
Color information
#D5559B (or 0xD5559B) is known color: Mulberry. HEX triplet: D5, 55 and 9B. RGB value is (213,85,155). Sum of RGB (Red+Green+Blue) = 213+85+155=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 85 (33.59% from 255 or 18.76% from 453); Blue value is 155 (60.94% from 255 or 34.22% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D5559B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5559B is #2AAA64. Grayscale: #838383. Windows color (decimal): -2796133 or 10180053. OLE color: 10180053.
HSL color Cylindrical-coordinate representation of color #D5559B: hue angle of 327.19º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D5559B is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 85 | 155 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.16 |
| HSL | 327.19º | 0.6% | 0.58% | - |
| HSV(B) | 327.19º | 0.6% | 0.84% | - |
| XYZ | 36.61 | 23.01 | 33.52 | - |
| YUV | 131.25 | 141.41 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 85 | 155 | 0 | 0.60 | 0.27 | 0.16 | 327.19 | 0.6 | 0.58 |
| Hex | D5 | 55 | 9B | 0 | 3C | 1B | 10 | 147 | 3C | 3A |
| Octal | 325 | 125 | 233 | 0 | 74 | 33 | 20 | 507 | 74 | 72 |
| Binary | 11010101 | 1010101 | 10011011 | 0 | 111100 | 11011 | 10000 | 101000111 | 111100 | 111010 |
Color Harmonies of #D5559B
Complementary color
Monochromatic Colors of #D5559B
Black with #D5559B
Text Example
Text Example
White with #D5559B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5559B; }
p { color: rgb(213,85,155); }
H1.HeaderClassName
{
color: #D5559B;
}
.AnyTagClassName
{
color: #D5559B;
}
</style>
background-color css
<style>
a { background-color: #D5559B; }
a { background-color: rgb(213,85,155); }
div.DivClassName
{
background-color: #D5559B;
}
.BgClassName
{
background-color: #D5559B;
}
</style>
border-color css
<style>
span { border-color: #D5559B; }
span { border-color: rgb(213,85,155); }
td.TdClassName
{
border-color: #D5559B;
}
.TagClassName
{
border-color: #D5559B;
}
</style>