Shades of Mulberry #D5559A
Tints of Mulberry #D5559A
RGB
CMYK
RGB Variations
Color information
#D5559A (or 0xD5559A) is known color: Mulberry. HEX triplet: D5, 55 and 9A. RGB value is (213,85,154). Sum of RGB (Red+Green+Blue) = 213+85+154=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 85 (33.59% from 255 or 18.81% from 452); Blue value is 154 (60.55% from 255 or 34.07% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D5559A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5559A is #2AAA65. Grayscale: #828282. Windows color (decimal): -2796134 or 10114517. OLE color: 10114517.
HSL color Cylindrical-coordinate representation of color #D5559A: hue angle of 327.66º 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 #D5559A is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 85 | 154 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.16 |
| HSL | 327.66º | 0.6% | 0.58% | - |
| HSV(B) | 327.66º | 0.6% | 0.84% | - |
| XYZ | 36.52 | 22.98 | 33.08 | - |
| YUV | 131.14 | 140.91 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 85 | 154 | 0 | 0.60 | 0.28 | 0.16 | 327.66 | 0.6 | 0.58 |
| Hex | D5 | 55 | 9A | 0 | 3C | 1C | 10 | 148 | 3C | 3A |
| Octal | 325 | 125 | 232 | 0 | 74 | 34 | 20 | 510 | 74 | 72 |
| Binary | 11010101 | 1010101 | 10011010 | 0 | 111100 | 11100 | 10000 | 101001000 | 111100 | 111010 |
Color Harmonies of #D5559A
Complementary color
Monochromatic Colors of #D5559A
Black with #D5559A
Text Example
Text Example
White with #D5559A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5559A; }
p { color: rgb(213,85,154); }
H1.HeaderClassName
{
color: #D5559A;
}
.AnyTagClassName
{
color: #D5559A;
}
</style>
background-color css
<style>
a { background-color: #D5559A; }
a { background-color: rgb(213,85,154); }
div.DivClassName
{
background-color: #D5559A;
}
.BgClassName
{
background-color: #D5559A;
}
</style>
border-color css
<style>
span { border-color: #D5559A; }
span { border-color: rgb(213,85,154); }
td.TdClassName
{
border-color: #D5559A;
}
.TagClassName
{
border-color: #D5559A;
}
</style>