Shades of Mulberry #D8559A
Tints of Mulberry #D8559A
RGB
CMYK
RGB Variations
Color information
#D8559A (or 0xD8559A) is known color: Mulberry. HEX triplet: D8, 55 and 9A. RGB value is (216,85,154). Sum of RGB (Red+Green+Blue) = 216+85+154=455 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.47% from 455); Green value is 85 (33.59% from 255 or 18.68% from 455); Blue value is 154 (60.55% from 255 or 33.85% from 455); Max value from RGB is 216 - color contains mainly: red. Hex color #D8559A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8559A is #27AA65. Grayscale: #838383. Windows color (decimal): -2599526 or 10114520. OLE color: 10114520.
HSL color Cylindrical-coordinate representation of color #D8559A: hue angle of 328.4º 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 #D8559A is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 85 | 154 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.15 |
| HSL | 328.4º | 0.63% | 0.59% | - |
| HSV(B) | 328.4º | 0.61% | 0.85% | - |
| XYZ | 37.4 | 23.43 | 33.12 | - |
| YUV | 132.04 | 140.4 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 85 | 154 | 0 | 0.61 | 0.29 | 0.15 | 328.4 | 0.63 | 0.59 |
| Hex | D8 | 55 | 9A | 0 | 3D | 1D | F | 148 | 3F | 3B |
| Octal | 330 | 125 | 232 | 0 | 75 | 35 | 17 | 510 | 77 | 73 |
| Binary | 11011000 | 1010101 | 10011010 | 0 | 111101 | 11101 | 1111 | 101001000 | 111111 | 111011 |
Color Harmonies of #D8559A
Complementary color
Monochromatic Colors of #D8559A
Black with #D8559A
Text Example
Text Example
White with #D8559A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8559A; }
p { color: rgb(216,85,154); }
H1.HeaderClassName
{
color: #D8559A;
}
.AnyTagClassName
{
color: #D8559A;
}
</style>
background-color css
<style>
a { background-color: #D8559A; }
a { background-color: rgb(216,85,154); }
div.DivClassName
{
background-color: #D8559A;
}
.BgClassName
{
background-color: #D8559A;
}
</style>
border-color css
<style>
span { border-color: #D8559A; }
span { border-color: rgb(216,85,154); }
td.TdClassName
{
border-color: #D8559A;
}
.TagClassName
{
border-color: #D8559A;
}
</style>