Shades of Mulberry #D1488D
Tints of Mulberry #D1488D
RGB
CMYK
RGB Variations
Color information
#D1488D (or 0xD1488D) is known color: Mulberry. HEX triplet: D1, 48 and 8D. RGB value is (209,72,141). Sum of RGB (Red+Green+Blue) = 209+72+141=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 72 (28.52% from 255 or 17.06% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D1488D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1488D is #2EB772. Grayscale: #787878. Windows color (decimal): -3061619 or 9259217. OLE color: 9259217.
HSL color Cylindrical-coordinate representation of color #D1488D: hue angle of 329.78º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D1488D is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 72 | 141 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.18 |
| HSL | 329.78º | 0.6% | 0.55% | - |
| HSV(B) | 329.78º | 0.66% | 0.82% | - |
| XYZ | 33.42 | 20.11 | 27.32 | - |
| YUV | 120.83 | 139.39 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 72 | 141 | 0 | 0.66 | 0.33 | 0.18 | 329.78 | 0.6 | 0.55 |
| Hex | D1 | 48 | 8D | 0 | 42 | 21 | 12 | 14A | 3C | 37 |
| Octal | 321 | 110 | 215 | 0 | 102 | 41 | 22 | 512 | 74 | 67 |
| Binary | 11010001 | 1001000 | 10001101 | 0 | 1000010 | 100001 | 10010 | 101001010 | 111100 | 110111 |
Color Harmonies of #D1488D
Complementary color
Monochromatic Colors of #D1488D
Black with #D1488D
Text Example
Text Example
White with #D1488D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1488D; }
p { color: rgb(209,72,141); }
H1.HeaderClassName
{
color: #D1488D;
}
.AnyTagClassName
{
color: #D1488D;
}
</style>
background-color css
<style>
a { background-color: #D1488D; }
a { background-color: rgb(209,72,141); }
div.DivClassName
{
background-color: #D1488D;
}
.BgClassName
{
background-color: #D1488D;
}
</style>
border-color css
<style>
span { border-color: #D1488D; }
span { border-color: rgb(209,72,141); }
td.TdClassName
{
border-color: #D1488D;
}
.TagClassName
{
border-color: #D1488D;
}
</style>