Shades of Mulberry #D559AC
Tints of Mulberry #D559AC
RGB
CMYK
RGB Variations
Color information
#D559AC (or 0xD559AC) is known color: Mulberry. HEX triplet: D5, 59 and AC. RGB value is (213,89,172). Sum of RGB (Red+Green+Blue) = 213+89+172=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 89 (35.16% from 255 or 18.78% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D559AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D559AC is #2AA653. Grayscale: #878787. Windows color (decimal): -2795092 or 11295189. OLE color: 11295189.
HSL color Cylindrical-coordinate representation of color #D559AC: hue angle of 319.84º 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 #D559AC is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 89 | 172 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.16 |
| HSL | 319.84º | 0.6% | 0.59% | - |
| HSV(B) | 319.84º | 0.58% | 0.84% | - |
| XYZ | 38.46 | 24.27 | 41.69 | - |
| YUV | 135.54 | 148.58 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 172 | 0 | 0.58 | 0.19 | 0.16 | 319.84 | 0.6 | 0.59 |
| Hex | D5 | 59 | AC | 0 | 3A | 13 | 10 | 140 | 3C | 3B |
| Octal | 325 | 131 | 254 | 0 | 72 | 23 | 20 | 500 | 74 | 73 |
| Binary | 11010101 | 1011001 | 10101100 | 0 | 111010 | 10011 | 10000 | 101000000 | 111100 | 111011 |
Color Harmonies of #D559AC
Complementary color
Monochromatic Colors of #D559AC
Black with #D559AC
Text Example
Text Example
White with #D559AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D559AC; }
p { color: rgb(213,89,172); }
H1.HeaderClassName
{
color: #D559AC;
}
.AnyTagClassName
{
color: #D559AC;
}
</style>
background-color css
<style>
a { background-color: #D559AC; }
a { background-color: rgb(213,89,172); }
div.DivClassName
{
background-color: #D559AC;
}
.BgClassName
{
background-color: #D559AC;
}
</style>
border-color css
<style>
span { border-color: #D559AC; }
span { border-color: rgb(213,89,172); }
td.TdClassName
{
border-color: #D559AC;
}
.TagClassName
{
border-color: #D559AC;
}
</style>