Shades of Mulberry #D9499B
Tints of Mulberry #D9499B
RGB
CMYK
RGB Variations
Color information
#D9499B (or 0xD9499B) is known color: Mulberry. HEX triplet: D9, 49 and 9B. RGB value is (217,73,155). Sum of RGB (Red+Green+Blue) = 217+73+155=445 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.76% from 445); Green value is 73 (28.91% from 255 or 16.40% from 445); Blue value is 155 (60.94% from 255 or 34.83% from 445); Max value from RGB is 217 - color contains mainly: red. Hex color #D9499B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9499B is #26B664. Grayscale: #7D7D7D. Windows color (decimal): -2537061 or 10176985. OLE color: 10176985.
HSL color Cylindrical-coordinate representation of color #D9499B: hue angle of 325.83º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D9499B is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 73 | 155 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.15 |
| HSL | 325.83º | 0.65% | 0.57% | - |
| HSV(B) | 325.83º | 0.66% | 0.85% | - |
| XYZ | 36.91 | 21.88 | 33.29 | - |
| YUV | 125.4 | 144.71 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 73 | 155 | 0 | 0.66 | 0.29 | 0.15 | 325.83 | 0.65 | 0.57 |
| Hex | D9 | 49 | 9B | 0 | 42 | 1D | F | 146 | 41 | 39 |
| Octal | 331 | 111 | 233 | 0 | 102 | 35 | 17 | 506 | 101 | 71 |
| Binary | 11011001 | 1001001 | 10011011 | 0 | 1000010 | 11101 | 1111 | 101000110 | 1000001 | 111001 |
Color Harmonies of #D9499B
Complementary color
Monochromatic Colors of #D9499B
Black with #D9499B
Text Example
Text Example
White with #D9499B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9499B; }
p { color: rgb(217,73,155); }
H1.HeaderClassName
{
color: #D9499B;
}
.AnyTagClassName
{
color: #D9499B;
}
</style>
background-color css
<style>
a { background-color: #D9499B; }
a { background-color: rgb(217,73,155); }
div.DivClassName
{
background-color: #D9499B;
}
.BgClassName
{
background-color: #D9499B;
}
</style>
border-color css
<style>
span { border-color: #D9499B; }
span { border-color: rgb(217,73,155); }
td.TdClassName
{
border-color: #D9499B;
}
.TagClassName
{
border-color: #D9499B;
}
</style>