Shades of Mulberry #D1558A
Tints of Mulberry #D1558A
RGB
CMYK
RGB Variations
Color information
#D1558A (or 0xD1558A) is known color: Mulberry. HEX triplet: D1, 55 and 8A. RGB value is (209,85,138). Sum of RGB (Red+Green+Blue) = 209+85+138=432 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.38% from 432); Green value is 85 (33.59% from 255 or 19.68% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 209 - color contains mainly: red. Hex color #D1558A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1558A is #2EAA75. Grayscale: #808080. Windows color (decimal): -3058294 or 9065937. OLE color: 9065937.
HSL color Cylindrical-coordinate representation of color #D1558A: hue angle of 334.35º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D1558A is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 85 | 138 | - |
| CMYK | 0 | 0.59 | 0.34 | 0.18 |
| HSL | 334.35º | 0.57% | 0.58% | - |
| HSV(B) | 334.35º | 0.59% | 0.82% | - |
| XYZ | 34.13 | 21.89 | 26.47 | - |
| YUV | 128.12 | 133.58 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 85 | 138 | 0 | 0.59 | 0.34 | 0.18 | 334.35 | 0.57 | 0.58 |
| Hex | D1 | 55 | 8A | 0 | 3B | 22 | 12 | 14E | 39 | 3A |
| Octal | 321 | 125 | 212 | 0 | 73 | 42 | 22 | 516 | 71 | 72 |
| Binary | 11010001 | 1010101 | 10001010 | 0 | 111011 | 100010 | 10010 | 101001110 | 111001 | 111010 |
Color Harmonies of #D1558A
Complementary color
Monochromatic Colors of #D1558A
Black with #D1558A
Text Example
Text Example
White with #D1558A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1558A; }
p { color: rgb(209,85,138); }
H1.HeaderClassName
{
color: #D1558A;
}
.AnyTagClassName
{
color: #D1558A;
}
</style>
background-color css
<style>
a { background-color: #D1558A; }
a { background-color: rgb(209,85,138); }
div.DivClassName
{
background-color: #D1558A;
}
.BgClassName
{
background-color: #D1558A;
}
</style>
border-color css
<style>
span { border-color: #D1558A; }
span { border-color: rgb(209,85,138); }
td.TdClassName
{
border-color: #D1558A;
}
.TagClassName
{
border-color: #D1558A;
}
</style>