Shades of Mulberry #D957A0
Tints of Mulberry #D957A0
RGB
CMYK
RGB Variations
Color information
#D957A0 (or 0xD957A0) is known color: Mulberry. HEX triplet: D9, 57 and A0. RGB value is (217,87,160). Sum of RGB (Red+Green+Blue) = 217+87+160=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 87 (34.38% from 255 or 18.75% from 464); Blue value is 160 (62.89% from 255 or 34.48% from 464); Max value from RGB is 217 - color contains mainly: red. Hex color #D957A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D957A0 is #26A85F. Grayscale: #868686. Windows color (decimal): -2533472 or 10508249. OLE color: 10508249.
HSL color Cylindrical-coordinate representation of color #D957A0: hue angle of 326.31º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D957A0 is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 87 | 160 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.15 |
| HSL | 326.31º | 0.63% | 0.6% | - |
| HSV(B) | 326.31º | 0.6% | 0.85% | - |
| XYZ | 38.37 | 24.11 | 35.89 | - |
| YUV | 134.19 | 142.57 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 87 | 160 | 0 | 0.60 | 0.26 | 0.15 | 326.31 | 0.63 | 0.6 |
| Hex | D9 | 57 | A0 | 0 | 3C | 1A | F | 146 | 3F | 3C |
| Octal | 331 | 127 | 240 | 0 | 74 | 32 | 17 | 506 | 77 | 74 |
| Binary | 11011001 | 1010111 | 10100000 | 0 | 111100 | 11010 | 1111 | 101000110 | 111111 | 111100 |
Color Harmonies of #D957A0
Complementary color
Monochromatic Colors of #D957A0
Black with #D957A0
Text Example
Text Example
White with #D957A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D957A0; }
p { color: rgb(217,87,160); }
H1.HeaderClassName
{
color: #D957A0;
}
.AnyTagClassName
{
color: #D957A0;
}
</style>
background-color css
<style>
a { background-color: #D957A0; }
a { background-color: rgb(217,87,160); }
div.DivClassName
{
background-color: #D957A0;
}
.BgClassName
{
background-color: #D957A0;
}
</style>
border-color css
<style>
span { border-color: #D957A0; }
span { border-color: rgb(217,87,160); }
td.TdClassName
{
border-color: #D957A0;
}
.TagClassName
{
border-color: #D957A0;
}
</style>