Shades of Mulberry #D158AB
Tints of Mulberry #D158AB
RGB
CMYK
RGB Variations
Color information
#D158AB (or 0xD158AB) is known color: Mulberry. HEX triplet: D1, 58 and AB. RGB value is (209,88,171). Sum of RGB (Red+Green+Blue) = 209+88+171=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 88 (34.77% from 255 or 18.80% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 209 - color contains mainly: red. Hex color #D158AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D158AB is #2EA754. Grayscale: #858585. Windows color (decimal): -3057493 or 11229393. OLE color: 11229393.
HSL color Cylindrical-coordinate representation of color #D158AB: hue angle of 318.84º 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 #D158AB is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 88 | 171 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.18 |
| HSL | 318.84º | 0.57% | 0.58% | - |
| HSV(B) | 318.84º | 0.58% | 0.82% | - |
| XYZ | 37.13 | 23.48 | 41.1 | - |
| YUV | 133.64 | 149.09 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 88 | 171 | 0 | 0.58 | 0.18 | 0.18 | 318.84 | 0.57 | 0.58 |
| Hex | D1 | 58 | AB | 0 | 3A | 12 | 12 | 13F | 39 | 3A |
| Octal | 321 | 130 | 253 | 0 | 72 | 22 | 22 | 477 | 71 | 72 |
| Binary | 11010001 | 1011000 | 10101011 | 0 | 111010 | 10010 | 10010 | 100111111 | 111001 | 111010 |
Color Harmonies of #D158AB
Complementary color
Monochromatic Colors of #D158AB
Black with #D158AB
Text Example
Text Example
White with #D158AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D158AB; }
p { color: rgb(209,88,171); }
H1.HeaderClassName
{
color: #D158AB;
}
.AnyTagClassName
{
color: #D158AB;
}
</style>
background-color css
<style>
a { background-color: #D158AB; }
a { background-color: rgb(209,88,171); }
div.DivClassName
{
background-color: #D158AB;
}
.BgClassName
{
background-color: #D158AB;
}
</style>
border-color css
<style>
span { border-color: #D158AB; }
span { border-color: rgb(209,88,171); }
td.TdClassName
{
border-color: #D158AB;
}
.TagClassName
{
border-color: #D158AB;
}
</style>