Shades of Mulberry #D1539B
Tints of Mulberry #D1539B
RGB
CMYK
RGB Variations
Color information
#D1539B (or 0xD1539B) is known color: Mulberry. HEX triplet: D1, 53 and 9B. RGB value is (209,83,155). Sum of RGB (Red+Green+Blue) = 209+83+155=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 83 (32.81% from 255 or 18.57% from 447); Blue value is 155 (60.94% from 255 or 34.68% from 447); Max value from RGB is 209 - color contains mainly: red. Hex color #D1539B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1539B is #2EAC64. Grayscale: #808080. Windows color (decimal): -3058789 or 10179537. OLE color: 10179537.
HSL color Cylindrical-coordinate representation of color #D1539B: hue angle of 325.71º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D1539B is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 83 | 155 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.18 |
| HSL | 325.71º | 0.58% | 0.57% | - |
| HSV(B) | 325.71º | 0.6% | 0.82% | - |
| XYZ | 35.3 | 22.11 | 33.42 | - |
| YUV | 128.88 | 142.74 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 83 | 155 | 0 | 0.60 | 0.26 | 0.18 | 325.71 | 0.58 | 0.57 |
| Hex | D1 | 53 | 9B | 0 | 3C | 1A | 12 | 146 | 3A | 39 |
| Octal | 321 | 123 | 233 | 0 | 74 | 32 | 22 | 506 | 72 | 71 |
| Binary | 11010001 | 1010011 | 10011011 | 0 | 111100 | 11010 | 10010 | 101000110 | 111010 | 111001 |
Color Harmonies of #D1539B
Complementary color
Monochromatic Colors of #D1539B
Black with #D1539B
Text Example
Text Example
White with #D1539B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1539B; }
p { color: rgb(209,83,155); }
H1.HeaderClassName
{
color: #D1539B;
}
.AnyTagClassName
{
color: #D1539B;
}
</style>
background-color css
<style>
a { background-color: #D1539B; }
a { background-color: rgb(209,83,155); }
div.DivClassName
{
background-color: #D1539B;
}
.BgClassName
{
background-color: #D1539B;
}
</style>
border-color css
<style>
span { border-color: #D1539B; }
span { border-color: rgb(209,83,155); }
td.TdClassName
{
border-color: #D1539B;
}
.TagClassName
{
border-color: #D1539B;
}
</style>