Shades of Mulberry #D1489E
Tints of Mulberry #D1489E
RGB
CMYK
RGB Variations
Color information
#D1489E (or 0xD1489E) is known color: Mulberry. HEX triplet: D1, 48 and 9E. RGB value is (209,72,158). Sum of RGB (Red+Green+Blue) = 209+72+158=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 72 (28.52% from 255 or 16.40% from 439); Blue value is 158 (62.11% from 255 or 35.99% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D1489E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1489E is #2EB761. Grayscale: #7A7A7A. Windows color (decimal): -3061602 or 10373329. OLE color: 10373329.
HSL color Cylindrical-coordinate representation of color #D1489E: hue angle of 322.34º 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 #D1489E is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 72 | 158 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.18 |
| HSL | 322.34º | 0.6% | 0.55% | - |
| HSV(B) | 322.34º | 0.66% | 0.82% | - |
| XYZ | 34.78 | 20.66 | 34.5 | - |
| YUV | 122.77 | 147.89 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 72 | 158 | 0 | 0.66 | 0.24 | 0.18 | 322.34 | 0.6 | 0.55 |
| Hex | D1 | 48 | 9E | 0 | 42 | 18 | 12 | 142 | 3C | 37 |
| Octal | 321 | 110 | 236 | 0 | 102 | 30 | 22 | 502 | 74 | 67 |
| Binary | 11010001 | 1001000 | 10011110 | 0 | 1000010 | 11000 | 10010 | 101000010 | 111100 | 110111 |
Color Harmonies of #D1489E
Complementary color
Monochromatic Colors of #D1489E
Black with #D1489E
Text Example
Text Example
White with #D1489E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1489E; }
p { color: rgb(209,72,158); }
H1.HeaderClassName
{
color: #D1489E;
}
.AnyTagClassName
{
color: #D1489E;
}
</style>
background-color css
<style>
a { background-color: #D1489E; }
a { background-color: rgb(209,72,158); }
div.DivClassName
{
background-color: #D1489E;
}
.BgClassName
{
background-color: #D1489E;
}
</style>
border-color css
<style>
span { border-color: #D1489E; }
span { border-color: rgb(209,72,158); }
td.TdClassName
{
border-color: #D1489E;
}
.TagClassName
{
border-color: #D1489E;
}
</style>