Shades of Mulberry #D5579A
Tints of Mulberry #D5579A
RGB
CMYK
RGB Variations
Color information
#D5579A (or 0xD5579A) is known color: Mulberry. HEX triplet: D5, 57 and 9A. RGB value is (213,87,154). Sum of RGB (Red+Green+Blue) = 213+87+154=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 87 (34.38% from 255 or 19.16% from 454); Blue value is 154 (60.55% from 255 or 33.92% from 454); Max value from RGB is 213 - color contains mainly: red. Hex color #D5579A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5579A is #2AA865. Grayscale: #848484. Windows color (decimal): -2795622 or 10115029. OLE color: 10115029.
HSL color Cylindrical-coordinate representation of color #D5579A: hue angle of 328.1º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D5579A is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 87 | 154 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.16 |
| HSL | 328.1º | 0.6% | 0.59% | - |
| HSV(B) | 328.1º | 0.59% | 0.84% | - |
| XYZ | 36.68 | 23.3 | 33.14 | - |
| YUV | 132.31 | 140.24 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 87 | 154 | 0 | 0.59 | 0.28 | 0.16 | 328.1 | 0.6 | 0.59 |
| Hex | D5 | 57 | 9A | 0 | 3B | 1C | 10 | 148 | 3C | 3B |
| Octal | 325 | 127 | 232 | 0 | 73 | 34 | 20 | 510 | 74 | 73 |
| Binary | 11010101 | 1010111 | 10011010 | 0 | 111011 | 11100 | 10000 | 101001000 | 111100 | 111011 |
Color Harmonies of #D5579A
Complementary color
Monochromatic Colors of #D5579A
Black with #D5579A
Text Example
Text Example
White with #D5579A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5579A; }
p { color: rgb(213,87,154); }
H1.HeaderClassName
{
color: #D5579A;
}
.AnyTagClassName
{
color: #D5579A;
}
</style>
background-color css
<style>
a { background-color: #D5579A; }
a { background-color: rgb(213,87,154); }
div.DivClassName
{
background-color: #D5579A;
}
.BgClassName
{
background-color: #D5579A;
}
</style>
border-color css
<style>
span { border-color: #D5579A; }
span { border-color: rgb(213,87,154); }
td.TdClassName
{
border-color: #D5579A;
}
.TagClassName
{
border-color: #D5579A;
}
</style>