Shades of Mulberry #D1499F
Tints of Mulberry #D1499F
RGB
CMYK
RGB Variations
Color information
#D1499F (or 0xD1499F) is known color: Mulberry. HEX triplet: D1, 49 and 9F. RGB value is (209,73,159). Sum of RGB (Red+Green+Blue) = 209+73+159=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 73 (28.91% from 255 or 16.55% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 209 - color contains mainly: red. Hex color #D1499F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1499F is #2EB660. Grayscale: #7B7B7B. Windows color (decimal): -3061345 or 10439121. OLE color: 10439121.
HSL color Cylindrical-coordinate representation of color #D1499F: hue angle of 322.06º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D1499F is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 73 | 159 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.18 |
| HSL | 322.06º | 0.6% | 0.55% | - |
| HSV(B) | 322.06º | 0.65% | 0.82% | - |
| XYZ | 34.94 | 20.82 | 34.98 | - |
| YUV | 123.47 | 148.06 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 73 | 159 | 0 | 0.65 | 0.24 | 0.18 | 322.06 | 0.6 | 0.55 |
| Hex | D1 | 49 | 9F | 0 | 41 | 18 | 12 | 142 | 3C | 37 |
| Octal | 321 | 111 | 237 | 0 | 101 | 30 | 22 | 502 | 74 | 67 |
| Binary | 11010001 | 1001001 | 10011111 | 0 | 1000001 | 11000 | 10010 | 101000010 | 111100 | 110111 |
Color Harmonies of #D1499F
Complementary color
Monochromatic Colors of #D1499F
Black with #D1499F
Text Example
Text Example
White with #D1499F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1499F; }
p { color: rgb(209,73,159); }
H1.HeaderClassName
{
color: #D1499F;
}
.AnyTagClassName
{
color: #D1499F;
}
</style>
background-color css
<style>
a { background-color: #D1499F; }
a { background-color: rgb(209,73,159); }
div.DivClassName
{
background-color: #D1499F;
}
.BgClassName
{
background-color: #D1499F;
}
</style>
border-color css
<style>
span { border-color: #D1499F; }
span { border-color: rgb(209,73,159); }
td.TdClassName
{
border-color: #D1499F;
}
.TagClassName
{
border-color: #D1499F;
}
</style>