Shades of Mulberry #D1489F
Tints of Mulberry #D1489F
RGB
CMYK
RGB Variations
Color information
#D1489F (or 0xD1489F) is known color: Mulberry. HEX triplet: D1, 48 and 9F. RGB value is (209,72,159). Sum of RGB (Red+Green+Blue) = 209+72+159=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 72 (28.52% from 255 or 16.36% from 440); Blue value is 159 (62.5% from 255 or 36.14% from 440); Max value from RGB is 209 - color contains mainly: red. Hex color #D1489F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1489F is #2EB760. Grayscale: #7A7A7A. Windows color (decimal): -3061601 or 10438865. OLE color: 10438865.
HSL color Cylindrical-coordinate representation of color #D1489F: hue angle of 321.9º 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 #D1489F is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 72 | 159 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.18 |
| HSL | 321.9º | 0.6% | 0.55% | - |
| HSV(B) | 321.9º | 0.66% | 0.82% | - |
| XYZ | 34.87 | 20.69 | 34.96 | - |
| YUV | 122.88 | 148.39 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 72 | 159 | 0 | 0.66 | 0.24 | 0.18 | 321.9 | 0.6 | 0.55 |
| Hex | D1 | 48 | 9F | 0 | 42 | 18 | 12 | 142 | 3C | 37 |
| Octal | 321 | 110 | 237 | 0 | 102 | 30 | 22 | 502 | 74 | 67 |
| Binary | 11010001 | 1001000 | 10011111 | 0 | 1000010 | 11000 | 10010 | 101000010 | 111100 | 110111 |
Color Harmonies of #D1489F
Complementary color
Monochromatic Colors of #D1489F
Black with #D1489F
Text Example
Text Example
White with #D1489F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1489F; }
p { color: rgb(209,72,159); }
H1.HeaderClassName
{
color: #D1489F;
}
.AnyTagClassName
{
color: #D1489F;
}
</style>
background-color css
<style>
a { background-color: #D1489F; }
a { background-color: rgb(209,72,159); }
div.DivClassName
{
background-color: #D1489F;
}
.BgClassName
{
background-color: #D1489F;
}
</style>
border-color css
<style>
span { border-color: #D1489F; }
span { border-color: rgb(209,72,159); }
td.TdClassName
{
border-color: #D1489F;
}
.TagClassName
{
border-color: #D1489F;
}
</style>