Shades of Mulberry #D957A2
Tints of Mulberry #D957A2
RGB
CMYK
RGB Variations
Color information
#D957A2 (or 0xD957A2) is known color: Mulberry. HEX triplet: D9, 57 and A2. RGB value is (217,87,162). Sum of RGB (Red+Green+Blue) = 217+87+162=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 87 (34.38% from 255 or 18.67% from 466); Blue value is 162 (63.67% from 255 or 34.76% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D957A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D957A2 is #26A85D. Grayscale: #868686. Windows color (decimal): -2533470 or 10639321. OLE color: 10639321.
HSL color Cylindrical-coordinate representation of color #D957A2: hue angle of 325.38º 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 #D957A2 is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 87 | 162 | - |
| CMYK | 0 | 0.60 | 0.25 | 0.15 |
| HSL | 325.38º | 0.63% | 0.6% | - |
| HSV(B) | 325.38º | 0.6% | 0.85% | - |
| XYZ | 38.55 | 24.18 | 36.82 | - |
| YUV | 134.42 | 143.57 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 87 | 162 | 0 | 0.60 | 0.25 | 0.15 | 325.38 | 0.63 | 0.6 |
| Hex | D9 | 57 | A2 | 0 | 3C | 19 | F | 145 | 3F | 3C |
| Octal | 331 | 127 | 242 | 0 | 74 | 31 | 17 | 505 | 77 | 74 |
| Binary | 11011001 | 1010111 | 10100010 | 0 | 111100 | 11001 | 1111 | 101000101 | 111111 | 111100 |
Color Harmonies of #D957A2
Complementary color
Monochromatic Colors of #D957A2
Black with #D957A2
Text Example
Text Example
White with #D957A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D957A2; }
p { color: rgb(217,87,162); }
H1.HeaderClassName
{
color: #D957A2;
}
.AnyTagClassName
{
color: #D957A2;
}
</style>
background-color css
<style>
a { background-color: #D957A2; }
a { background-color: rgb(217,87,162); }
div.DivClassName
{
background-color: #D957A2;
}
.BgClassName
{
background-color: #D957A2;
}
</style>
border-color css
<style>
span { border-color: #D957A2; }
span { border-color: rgb(217,87,162); }
td.TdClassName
{
border-color: #D957A2;
}
.TagClassName
{
border-color: #D957A2;
}
</style>