Shades of Mulberry #D1499B
Tints of Mulberry #D1499B
RGB
CMYK
RGB Variations
Color information
#D1499B (or 0xD1499B) is known color: Mulberry. HEX triplet: D1, 49 and 9B. RGB value is (209,73,155). Sum of RGB (Red+Green+Blue) = 209+73+155=437 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.83% from 437); Green value is 73 (28.91% from 255 or 16.70% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 209 - color contains mainly: red. Hex color #D1499B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1499B is #2EB664. Grayscale: #7A7A7A. Windows color (decimal): -3061349 or 10176977. OLE color: 10176977.
HSL color Cylindrical-coordinate representation of color #D1499B: hue angle of 323.82º 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 #D1499B is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 73 | 155 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.18 |
| HSL | 323.82º | 0.6% | 0.55% | - |
| HSV(B) | 323.82º | 0.65% | 0.82% | - |
| XYZ | 34.59 | 20.69 | 33.18 | - |
| YUV | 123.01 | 146.06 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 73 | 155 | 0 | 0.65 | 0.26 | 0.18 | 323.82 | 0.6 | 0.55 |
| Hex | D1 | 49 | 9B | 0 | 41 | 1A | 12 | 144 | 3C | 37 |
| Octal | 321 | 111 | 233 | 0 | 101 | 32 | 22 | 504 | 74 | 67 |
| Binary | 11010001 | 1001001 | 10011011 | 0 | 1000001 | 11010 | 10010 | 101000100 | 111100 | 110111 |
Color Harmonies of #D1499B
Complementary color
Monochromatic Colors of #D1499B
Black with #D1499B
Text Example
Text Example
White with #D1499B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1499B; }
p { color: rgb(209,73,155); }
H1.HeaderClassName
{
color: #D1499B;
}
.AnyTagClassName
{
color: #D1499B;
}
</style>
background-color css
<style>
a { background-color: #D1499B; }
a { background-color: rgb(209,73,155); }
div.DivClassName
{
background-color: #D1499B;
}
.BgClassName
{
background-color: #D1499B;
}
</style>
border-color css
<style>
span { border-color: #D1499B; }
span { border-color: rgb(209,73,155); }
td.TdClassName
{
border-color: #D1499B;
}
.TagClassName
{
border-color: #D1499B;
}
</style>