Shades of Mulberry #D7579A
Tints of Mulberry #D7579A
RGB
CMYK
RGB Variations
Color information
#D7579A (or 0xD7579A) is known color: Mulberry. HEX triplet: D7, 57 and 9A. RGB value is (215,87,154). Sum of RGB (Red+Green+Blue) = 215+87+154=456 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.15% from 456); Green value is 87 (34.38% from 255 or 19.08% from 456); Blue value is 154 (60.55% from 255 or 33.77% from 456); Max value from RGB is 215 - color contains mainly: red. Hex color #D7579A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7579A is #28A865. Grayscale: #848484. Windows color (decimal): -2664550 or 10115031. OLE color: 10115031.
HSL color Cylindrical-coordinate representation of color #D7579A: hue angle of 328.59º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D7579A is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 87 | 154 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.16 |
| HSL | 328.59º | 0.62% | 0.59% | - |
| HSV(B) | 328.59º | 0.6% | 0.84% | - |
| XYZ | 37.27 | 23.6 | 33.16 | - |
| YUV | 132.91 | 139.91 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 87 | 154 | 0 | 0.60 | 0.28 | 0.16 | 328.59 | 0.62 | 0.59 |
| Hex | D7 | 57 | 9A | 0 | 3C | 1C | 10 | 149 | 3E | 3B |
| Octal | 327 | 127 | 232 | 0 | 74 | 34 | 20 | 511 | 76 | 73 |
| Binary | 11010111 | 1010111 | 10011010 | 0 | 111100 | 11100 | 10000 | 101001001 | 111110 | 111011 |
Color Harmonies of #D7579A
Complementary color
Monochromatic Colors of #D7579A
Black with #D7579A
Text Example
Text Example
White with #D7579A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7579A; }
p { color: rgb(215,87,154); }
H1.HeaderClassName
{
color: #D7579A;
}
.AnyTagClassName
{
color: #D7579A;
}
</style>
background-color css
<style>
a { background-color: #D7579A; }
a { background-color: rgb(215,87,154); }
div.DivClassName
{
background-color: #D7579A;
}
.BgClassName
{
background-color: #D7579A;
}
</style>
border-color css
<style>
span { border-color: #D7579A; }
span { border-color: rgb(215,87,154); }
td.TdClassName
{
border-color: #D7579A;
}
.TagClassName
{
border-color: #D7579A;
}
</style>