Shades of Mulberry #D5579B
Tints of Mulberry #D5579B
RGB
CMYK
RGB Variations
Color information
#D5579B (or 0xD5579B) is known color: Mulberry. HEX triplet: D5, 57 and 9B. RGB value is (213,87,155). Sum of RGB (Red+Green+Blue) = 213+87+155=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 87 (34.38% from 255 or 19.12% from 455); Blue value is 155 (60.94% from 255 or 34.07% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D5579B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5579B is #2AA864. Grayscale: #848484. Windows color (decimal): -2795621 or 10180565. OLE color: 10180565.
HSL color Cylindrical-coordinate representation of color #D5579B: hue angle of 327.62º 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 #D5579B is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 87 | 155 | - |
| CMYK | 0 | 0.59 | 0.27 | 0.16 |
| HSL | 327.62º | 0.6% | 0.59% | - |
| HSV(B) | 327.62º | 0.59% | 0.84% | - |
| XYZ | 36.77 | 23.33 | 33.58 | - |
| YUV | 132.43 | 140.74 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 87 | 155 | 0 | 0.59 | 0.27 | 0.16 | 327.62 | 0.6 | 0.59 |
| Hex | D5 | 57 | 9B | 0 | 3B | 1B | 10 | 148 | 3C | 3B |
| Octal | 325 | 127 | 233 | 0 | 73 | 33 | 20 | 510 | 74 | 73 |
| Binary | 11010101 | 1010111 | 10011011 | 0 | 111011 | 11011 | 10000 | 101001000 | 111100 | 111011 |
Color Harmonies of #D5579B
Complementary color
Monochromatic Colors of #D5579B
Black with #D5579B
Text Example
Text Example
White with #D5579B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5579B; }
p { color: rgb(213,87,155); }
H1.HeaderClassName
{
color: #D5579B;
}
.AnyTagClassName
{
color: #D5579B;
}
</style>
background-color css
<style>
a { background-color: #D5579B; }
a { background-color: rgb(213,87,155); }
div.DivClassName
{
background-color: #D5579B;
}
.BgClassName
{
background-color: #D5579B;
}
</style>
border-color css
<style>
span { border-color: #D5579B; }
span { border-color: rgb(213,87,155); }
td.TdClassName
{
border-color: #D5579B;
}
.TagClassName
{
border-color: #D5579B;
}
</style>