Shades of Mulberry #D957A1
Tints of Mulberry #D957A1
RGB
CMYK
RGB Variations
Color information
#D957A1 (or 0xD957A1) is known color: Mulberry. HEX triplet: D9, 57 and A1. RGB value is (217,87,161). Sum of RGB (Red+Green+Blue) = 217+87+161=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 87 (34.38% from 255 or 18.71% from 465); Blue value is 161 (63.28% from 255 or 34.62% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D957A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D957A1 is #26A85E. Grayscale: #868686. Windows color (decimal): -2533471 or 10573785. OLE color: 10573785.
HSL color Cylindrical-coordinate representation of color #D957A1: hue angle of 325.85º 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 #D957A1 is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 87 | 161 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.15 |
| HSL | 325.85º | 0.63% | 0.6% | - |
| HSV(B) | 325.85º | 0.6% | 0.85% | - |
| XYZ | 38.46 | 24.14 | 36.35 | - |
| YUV | 134.31 | 143.07 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 87 | 161 | 0 | 0.60 | 0.26 | 0.15 | 325.85 | 0.63 | 0.6 |
| Hex | D9 | 57 | A1 | 0 | 3C | 1A | F | 146 | 3F | 3C |
| Octal | 331 | 127 | 241 | 0 | 74 | 32 | 17 | 506 | 77 | 74 |
| Binary | 11011001 | 1010111 | 10100001 | 0 | 111100 | 11010 | 1111 | 101000110 | 111111 | 111100 |
Color Harmonies of #D957A1
Complementary color
Monochromatic Colors of #D957A1
Black with #D957A1
Text Example
Text Example
White with #D957A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D957A1; }
p { color: rgb(217,87,161); }
H1.HeaderClassName
{
color: #D957A1;
}
.AnyTagClassName
{
color: #D957A1;
}
</style>
background-color css
<style>
a { background-color: #D957A1; }
a { background-color: rgb(217,87,161); }
div.DivClassName
{
background-color: #D957A1;
}
.BgClassName
{
background-color: #D957A1;
}
</style>
border-color css
<style>
span { border-color: #D957A1; }
span { border-color: rgb(217,87,161); }
td.TdClassName
{
border-color: #D957A1;
}
.TagClassName
{
border-color: #D957A1;
}
</style>