Shades of Mulberry #D957A7
Tints of Mulberry #D957A7
RGB
CMYK
RGB Variations
Color information
#D957A7 (or 0xD957A7) is known color: Mulberry. HEX triplet: D9, 57 and A7. RGB value is (217,87,167). Sum of RGB (Red+Green+Blue) = 217+87+167=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 87 (34.38% from 255 or 18.47% from 471); Blue value is 167 (65.62% from 255 or 35.46% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D957A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D957A7 is #26A858. Grayscale: #868686. Windows color (decimal): -2533465 or 10967001. OLE color: 10967001.
HSL color Cylindrical-coordinate representation of color #D957A7: hue angle of 323.08º 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 #D957A7 is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 87 | 167 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.15 |
| HSL | 323.08º | 0.63% | 0.6% | - |
| HSV(B) | 323.08º | 0.6% | 0.85% | - |
| XYZ | 39 | 24.36 | 39.21 | - |
| YUV | 134.99 | 146.07 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 87 | 167 | 0 | 0.60 | 0.23 | 0.15 | 323.08 | 0.63 | 0.6 |
| Hex | D9 | 57 | A7 | 0 | 3C | 17 | F | 143 | 3F | 3C |
| Octal | 331 | 127 | 247 | 0 | 74 | 27 | 17 | 503 | 77 | 74 |
| Binary | 11011001 | 1010111 | 10100111 | 0 | 111100 | 10111 | 1111 | 101000011 | 111111 | 111100 |
Color Harmonies of #D957A7
Complementary color
Monochromatic Colors of #D957A7
Black with #D957A7
Text Example
Text Example
White with #D957A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D957A7; }
p { color: rgb(217,87,167); }
H1.HeaderClassName
{
color: #D957A7;
}
.AnyTagClassName
{
color: #D957A7;
}
</style>
background-color css
<style>
a { background-color: #D957A7; }
a { background-color: rgb(217,87,167); }
div.DivClassName
{
background-color: #D957A7;
}
.BgClassName
{
background-color: #D957A7;
}
</style>
border-color css
<style>
span { border-color: #D957A7; }
span { border-color: rgb(217,87,167); }
td.TdClassName
{
border-color: #D957A7;
}
.TagClassName
{
border-color: #D957A7;
}
</style>