Shades of Mulberry #D158A6
Tints of Mulberry #D158A6
RGB
CMYK
RGB Variations
Color information
#D158A6 (or 0xD158A6) is known color: Mulberry. HEX triplet: D1, 58 and A6. RGB value is (209,88,166). Sum of RGB (Red+Green+Blue) = 209+88+166=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 88 (34.77% from 255 or 19.01% from 463); Blue value is 166 (65.23% from 255 or 35.85% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D158A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D158A6 is #2EA759. Grayscale: #848484. Windows color (decimal): -3057498 or 10901713. OLE color: 10901713.
HSL color Cylindrical-coordinate representation of color #D158A6: hue angle of 321.32º 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 #D158A6 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 88 | 166 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.18 |
| HSL | 321.32º | 0.57% | 0.58% | - |
| HSV(B) | 321.32º | 0.58% | 0.82% | - |
| XYZ | 36.67 | 23.29 | 38.64 | - |
| YUV | 133.07 | 146.59 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 88 | 166 | 0 | 0.58 | 0.21 | 0.18 | 321.32 | 0.57 | 0.58 |
| Hex | D1 | 58 | A6 | 0 | 3A | 15 | 12 | 141 | 39 | 3A |
| Octal | 321 | 130 | 246 | 0 | 72 | 25 | 22 | 501 | 71 | 72 |
| Binary | 11010001 | 1011000 | 10100110 | 0 | 111010 | 10101 | 10010 | 101000001 | 111001 | 111010 |
Color Harmonies of #D158A6
Complementary color
Monochromatic Colors of #D158A6
Black with #D158A6
Text Example
Text Example
White with #D158A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D158A6; }
p { color: rgb(209,88,166); }
H1.HeaderClassName
{
color: #D158A6;
}
.AnyTagClassName
{
color: #D158A6;
}
</style>
background-color css
<style>
a { background-color: #D158A6; }
a { background-color: rgb(209,88,166); }
div.DivClassName
{
background-color: #D158A6;
}
.BgClassName
{
background-color: #D158A6;
}
</style>
border-color css
<style>
span { border-color: #D158A6; }
span { border-color: rgb(209,88,166); }
td.TdClassName
{
border-color: #D158A6;
}
.TagClassName
{
border-color: #D158A6;
}
</style>