Shades of Mulberry #D0499E
Tints of Mulberry #D0499E
RGB
CMYK
RGB Variations
Color information
#D0499E (or 0xD0499E) is known color: Mulberry. HEX triplet: D0, 49 and 9E. RGB value is (208,73,158). Sum of RGB (Red+Green+Blue) = 208+73+158=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 73 (28.91% from 255 or 16.63% from 439); Blue value is 158 (62.11% from 255 or 35.99% from 439); Max value from RGB is 208 - color contains mainly: red. Hex color #D0499E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0499E is #2FB661. Grayscale: #7A7A7A. Windows color (decimal): -3126882 or 10373584. OLE color: 10373584.
HSL color Cylindrical-coordinate representation of color #D0499E: hue angle of 322.22º degrees, saturation: 0.59, 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 #D0499E is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 73 | 158 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.18 |
| HSL | 322.22º | 0.59% | 0.55% | - |
| HSV(B) | 322.22º | 0.65% | 0.82% | - |
| XYZ | 34.57 | 20.64 | 34.51 | - |
| YUV | 123.06 | 147.73 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 73 | 158 | 0 | 0.65 | 0.24 | 0.18 | 322.22 | 0.59 | 0.55 |
| Hex | D0 | 49 | 9E | 0 | 41 | 18 | 12 | 142 | 3B | 37 |
| Octal | 320 | 111 | 236 | 0 | 101 | 30 | 22 | 502 | 73 | 67 |
| Binary | 11010000 | 1001001 | 10011110 | 0 | 1000001 | 11000 | 10010 | 101000010 | 111011 | 110111 |
Color Harmonies of #D0499E
Complementary color
Monochromatic Colors of #D0499E
Black with #D0499E
Text Example
Text Example
White with #D0499E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0499E; }
p { color: rgb(208,73,158); }
H1.HeaderClassName
{
color: #D0499E;
}
.AnyTagClassName
{
color: #D0499E;
}
</style>
background-color css
<style>
a { background-color: #D0499E; }
a { background-color: rgb(208,73,158); }
div.DivClassName
{
background-color: #D0499E;
}
.BgClassName
{
background-color: #D0499E;
}
</style>
border-color css
<style>
span { border-color: #D0499E; }
span { border-color: rgb(208,73,158); }
td.TdClassName
{
border-color: #D0499E;
}
.TagClassName
{
border-color: #D0499E;
}
</style>