Shades of Mulberry #D157A0
Tints of Mulberry #D157A0
RGB
CMYK
RGB Variations
Color information
#D157A0 (or 0xD157A0) is known color: Mulberry. HEX triplet: D1, 57 and A0. RGB value is (209,87,160). Sum of RGB (Red+Green+Blue) = 209+87+160=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 87 (34.38% from 255 or 19.08% from 456); Blue value is 160 (62.89% from 255 or 35.09% from 456); Max value from RGB is 209 - color contains mainly: red. Hex color #D157A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D157A0 is #2EA85F. Grayscale: #838383. Windows color (decimal): -3057760 or 10508241. OLE color: 10508241.
HSL color Cylindrical-coordinate representation of color #D157A0: hue angle of 324.1º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D157A0 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 87 | 160 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.18 |
| HSL | 324.1º | 0.57% | 0.58% | - |
| HSV(B) | 324.1º | 0.58% | 0.82% | - |
| XYZ | 36.05 | 22.91 | 35.78 | - |
| YUV | 131.8 | 143.92 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 87 | 160 | 0 | 0.58 | 0.23 | 0.18 | 324.1 | 0.57 | 0.58 |
| Hex | D1 | 57 | A0 | 0 | 3A | 17 | 12 | 144 | 39 | 3A |
| Octal | 321 | 127 | 240 | 0 | 72 | 27 | 22 | 504 | 71 | 72 |
| Binary | 11010001 | 1010111 | 10100000 | 0 | 111010 | 10111 | 10010 | 101000100 | 111001 | 111010 |
Color Harmonies of #D157A0
Complementary color
Monochromatic Colors of #D157A0
Black with #D157A0
Text Example
Text Example
White with #D157A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D157A0; }
p { color: rgb(209,87,160); }
H1.HeaderClassName
{
color: #D157A0;
}
.AnyTagClassName
{
color: #D157A0;
}
</style>
background-color css
<style>
a { background-color: #D157A0; }
a { background-color: rgb(209,87,160); }
div.DivClassName
{
background-color: #D157A0;
}
.BgClassName
{
background-color: #D157A0;
}
</style>
border-color css
<style>
span { border-color: #D157A0; }
span { border-color: rgb(209,87,160); }
td.TdClassName
{
border-color: #D157A0;
}
.TagClassName
{
border-color: #D157A0;
}
</style>