Shades of Mulberry #D559A5
Tints of Mulberry #D559A5
RGB
CMYK
RGB Variations
Color information
#D559A5 (or 0xD559A5) is known color: Mulberry. HEX triplet: D5, 59 and A5. RGB value is (213,89,165). Sum of RGB (Red+Green+Blue) = 213+89+165=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 89 (35.16% from 255 or 19.06% from 467); Blue value is 165 (64.84% from 255 or 35.33% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D559A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D559A5 is #2AA65A. Grayscale: #868686. Windows color (decimal): -2795099 or 10836437. OLE color: 10836437.
HSL color Cylindrical-coordinate representation of color #D559A5: hue angle of 323.23º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D559A5 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 89 | 165 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.16 |
| HSL | 323.23º | 0.6% | 0.59% | - |
| HSV(B) | 323.23º | 0.58% | 0.84% | - |
| XYZ | 37.8 | 24.01 | 38.24 | - |
| YUV | 134.74 | 145.08 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 165 | 0 | 0.58 | 0.23 | 0.16 | 323.23 | 0.6 | 0.59 |
| Hex | D5 | 59 | A5 | 0 | 3A | 17 | 10 | 143 | 3C | 3B |
| Octal | 325 | 131 | 245 | 0 | 72 | 27 | 20 | 503 | 74 | 73 |
| Binary | 11010101 | 1011001 | 10100101 | 0 | 111010 | 10111 | 10000 | 101000011 | 111100 | 111011 |
Color Harmonies of #D559A5
Complementary color
Monochromatic Colors of #D559A5
Black with #D559A5
Text Example
Text Example
White with #D559A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D559A5; }
p { color: rgb(213,89,165); }
H1.HeaderClassName
{
color: #D559A5;
}
.AnyTagClassName
{
color: #D559A5;
}
</style>
background-color css
<style>
a { background-color: #D559A5; }
a { background-color: rgb(213,89,165); }
div.DivClassName
{
background-color: #D559A5;
}
.BgClassName
{
background-color: #D559A5;
}
</style>
border-color css
<style>
span { border-color: #D559A5; }
span { border-color: rgb(213,89,165); }
td.TdClassName
{
border-color: #D559A5;
}
.TagClassName
{
border-color: #D559A5;
}
</style>