Shades of Mulberry #D1499D
Tints of Mulberry #D1499D
RGB
CMYK
RGB Variations
Color information
#D1499D (or 0xD1499D) is known color: Mulberry. HEX triplet: D1, 49 and 9D. RGB value is (209,73,157). Sum of RGB (Red+Green+Blue) = 209+73+157=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 73 (28.91% from 255 or 16.63% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D1499D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1499D is #2EB662. Grayscale: #7B7B7B. Windows color (decimal): -3061347 or 10308049. OLE color: 10308049.
HSL color Cylindrical-coordinate representation of color #D1499D: hue angle of 322.94º 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 #D1499D is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 73 | 157 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.18 |
| HSL | 322.94º | 0.6% | 0.55% | - |
| HSV(B) | 322.94º | 0.65% | 0.82% | - |
| XYZ | 34.76 | 20.75 | 34.07 | - |
| YUV | 123.24 | 147.06 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 73 | 157 | 0 | 0.65 | 0.25 | 0.18 | 322.94 | 0.6 | 0.55 |
| Hex | D1 | 49 | 9D | 0 | 41 | 19 | 12 | 143 | 3C | 37 |
| Octal | 321 | 111 | 235 | 0 | 101 | 31 | 22 | 503 | 74 | 67 |
| Binary | 11010001 | 1001001 | 10011101 | 0 | 1000001 | 11001 | 10010 | 101000011 | 111100 | 110111 |
Color Harmonies of #D1499D
Complementary color
Monochromatic Colors of #D1499D
Black with #D1499D
Text Example
Text Example
White with #D1499D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1499D; }
p { color: rgb(209,73,157); }
H1.HeaderClassName
{
color: #D1499D;
}
.AnyTagClassName
{
color: #D1499D;
}
</style>
background-color css
<style>
a { background-color: #D1499D; }
a { background-color: rgb(209,73,157); }
div.DivClassName
{
background-color: #D1499D;
}
.BgClassName
{
background-color: #D1499D;
}
</style>
border-color css
<style>
span { border-color: #D1499D; }
span { border-color: rgb(209,73,157); }
td.TdClassName
{
border-color: #D1499D;
}
.TagClassName
{
border-color: #D1499D;
}
</style>