Shades of Mulberry #D157A8
Tints of Mulberry #D157A8
RGB
CMYK
RGB Variations
Color information
#D157A8 (or 0xD157A8) is known color: Mulberry. HEX triplet: D1, 57 and A8. RGB value is (209,87,168). Sum of RGB (Red+Green+Blue) = 209+87+168=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 87 (34.38% from 255 or 18.75% from 464); Blue value is 168 (66.02% from 255 or 36.21% from 464); Max value from RGB is 209 - color contains mainly: red. Hex color #D157A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D157A8 is #2EA857. Grayscale: #848484. Windows color (decimal): -3057752 or 11032529. OLE color: 11032529.
HSL color Cylindrical-coordinate representation of color #D157A8: hue angle of 320.16º 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 #D157A8 is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 87 | 168 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.18 |
| HSL | 320.16º | 0.57% | 0.58% | - |
| HSV(B) | 320.16º | 0.58% | 0.82% | - |
| XYZ | 36.77 | 23.2 | 39.59 | - |
| YUV | 132.71 | 147.92 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 87 | 168 | 0 | 0.58 | 0.20 | 0.18 | 320.16 | 0.57 | 0.58 |
| Hex | D1 | 57 | A8 | 0 | 3A | 14 | 12 | 140 | 39 | 3A |
| Octal | 321 | 127 | 250 | 0 | 72 | 24 | 22 | 500 | 71 | 72 |
| Binary | 11010001 | 1010111 | 10101000 | 0 | 111010 | 10100 | 10010 | 101000000 | 111001 | 111010 |
Color Harmonies of #D157A8
Complementary color
Monochromatic Colors of #D157A8
Black with #D157A8
Text Example
Text Example
White with #D157A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D157A8; }
p { color: rgb(209,87,168); }
H1.HeaderClassName
{
color: #D157A8;
}
.AnyTagClassName
{
color: #D157A8;
}
</style>
background-color css
<style>
a { background-color: #D157A8; }
a { background-color: rgb(209,87,168); }
div.DivClassName
{
background-color: #D157A8;
}
.BgClassName
{
background-color: #D157A8;
}
</style>
border-color css
<style>
span { border-color: #D157A8; }
span { border-color: rgb(209,87,168); }
td.TdClassName
{
border-color: #D157A8;
}
.TagClassName
{
border-color: #D157A8;
}
</style>