Shades of Mulberry #D7579D
Tints of Mulberry #D7579D
RGB
CMYK
RGB Variations
Color information
#D7579D (or 0xD7579D) is known color: Mulberry. HEX triplet: D7, 57 and 9D. RGB value is (215,87,157). Sum of RGB (Red+Green+Blue) = 215+87+157=459 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.84% from 459); Green value is 87 (34.38% from 255 or 18.95% from 459); Blue value is 157 (61.72% from 255 or 34.20% from 459); Max value from RGB is 215 - color contains mainly: red. Hex color #D7579D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7579D is #28A862. Grayscale: #858585. Windows color (decimal): -2664547 or 10311639. OLE color: 10311639.
HSL color Cylindrical-coordinate representation of color #D7579D: hue angle of 327.19º 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 #D7579D is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 87 | 157 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.16 |
| HSL | 327.19º | 0.62% | 0.59% | - |
| HSV(B) | 327.19º | 0.6% | 0.84% | - |
| XYZ | 37.52 | 23.7 | 34.49 | - |
| YUV | 133.25 | 141.41 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 87 | 157 | 0 | 0.60 | 0.27 | 0.16 | 327.19 | 0.62 | 0.59 |
| Hex | D7 | 57 | 9D | 0 | 3C | 1B | 10 | 147 | 3E | 3B |
| Octal | 327 | 127 | 235 | 0 | 74 | 33 | 20 | 507 | 76 | 73 |
| Binary | 11010111 | 1010111 | 10011101 | 0 | 111100 | 11011 | 10000 | 101000111 | 111110 | 111011 |
Color Harmonies of #D7579D
Complementary color
Monochromatic Colors of #D7579D
Black with #D7579D
Text Example
Text Example
White with #D7579D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7579D; }
p { color: rgb(215,87,157); }
H1.HeaderClassName
{
color: #D7579D;
}
.AnyTagClassName
{
color: #D7579D;
}
</style>
background-color css
<style>
a { background-color: #D7579D; }
a { background-color: rgb(215,87,157); }
div.DivClassName
{
background-color: #D7579D;
}
.BgClassName
{
background-color: #D7579D;
}
</style>
border-color css
<style>
span { border-color: #D7579D; }
span { border-color: rgb(215,87,157); }
td.TdClassName
{
border-color: #D7579D;
}
.TagClassName
{
border-color: #D7579D;
}
</style>