Shades of Mulberry #D157A5
Tints of Mulberry #D157A5
RGB
CMYK
RGB Variations
Color information
#D157A5 (or 0xD157A5) is known color: Mulberry. HEX triplet: D1, 57 and A5. RGB value is (209,87,165). Sum of RGB (Red+Green+Blue) = 209+87+165=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 87 (34.38% from 255 or 18.87% from 461); Blue value is 165 (64.84% from 255 or 35.79% from 461); Max value from RGB is 209 - color contains mainly: red. Hex color #D157A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D157A5 is #2EA85A. Grayscale: #848484. Windows color (decimal): -3057755 or 10835921. OLE color: 10835921.
HSL color Cylindrical-coordinate representation of color #D157A5: hue angle of 321.64º 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 #D157A5 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 87 | 165 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.18 |
| HSL | 321.64º | 0.57% | 0.58% | - |
| HSV(B) | 321.64º | 0.58% | 0.82% | - |
| XYZ | 36.49 | 23.09 | 38.13 | - |
| YUV | 132.37 | 146.42 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 87 | 165 | 0 | 0.58 | 0.21 | 0.18 | 321.64 | 0.57 | 0.58 |
| Hex | D1 | 57 | A5 | 0 | 3A | 15 | 12 | 142 | 39 | 3A |
| Octal | 321 | 127 | 245 | 0 | 72 | 25 | 22 | 502 | 71 | 72 |
| Binary | 11010001 | 1010111 | 10100101 | 0 | 111010 | 10101 | 10010 | 101000010 | 111001 | 111010 |
Color Harmonies of #D157A5
Complementary color
Monochromatic Colors of #D157A5
Black with #D157A5
Text Example
Text Example
White with #D157A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D157A5; }
p { color: rgb(209,87,165); }
H1.HeaderClassName
{
color: #D157A5;
}
.AnyTagClassName
{
color: #D157A5;
}
</style>
background-color css
<style>
a { background-color: #D157A5; }
a { background-color: rgb(209,87,165); }
div.DivClassName
{
background-color: #D157A5;
}
.BgClassName
{
background-color: #D157A5;
}
</style>
border-color css
<style>
span { border-color: #D157A5; }
span { border-color: rgb(209,87,165); }
td.TdClassName
{
border-color: #D157A5;
}
.TagClassName
{
border-color: #D157A5;
}
</style>