Shades of Mulberry #D0498E
Tints of Mulberry #D0498E
RGB
CMYK
RGB Variations
Color information
#D0498E (or 0xD0498E) is known color: Mulberry. HEX triplet: D0, 49 and 8E. RGB value is (208,73,142). Sum of RGB (Red+Green+Blue) = 208+73+142=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 73 (28.91% from 255 or 17.26% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D0498E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0498E is #2FB671. Grayscale: #797979. Windows color (decimal): -3126898 or 9325008. OLE color: 9325008.
HSL color Cylindrical-coordinate representation of color #D0498E: hue angle of 329.33º 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 #D0498E is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 73 | 142 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.18 |
| HSL | 329.33º | 0.59% | 0.55% | - |
| HSV(B) | 329.33º | 0.65% | 0.82% | - |
| XYZ | 33.28 | 20.13 | 27.72 | - |
| YUV | 121.23 | 139.73 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 73 | 142 | 0 | 0.65 | 0.32 | 0.18 | 329.33 | 0.59 | 0.55 |
| Hex | D0 | 49 | 8E | 0 | 41 | 20 | 12 | 149 | 3B | 37 |
| Octal | 320 | 111 | 216 | 0 | 101 | 40 | 22 | 511 | 73 | 67 |
| Binary | 11010000 | 1001001 | 10001110 | 0 | 1000001 | 100000 | 10010 | 101001001 | 111011 | 110111 |
Color Harmonies of #D0498E
Complementary color
Monochromatic Colors of #D0498E
Black with #D0498E
Text Example
Text Example
White with #D0498E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0498E; }
p { color: rgb(208,73,142); }
H1.HeaderClassName
{
color: #D0498E;
}
.AnyTagClassName
{
color: #D0498E;
}
</style>
background-color css
<style>
a { background-color: #D0498E; }
a { background-color: rgb(208,73,142); }
div.DivClassName
{
background-color: #D0498E;
}
.BgClassName
{
background-color: #D0498E;
}
</style>
border-color css
<style>
span { border-color: #D0498E; }
span { border-color: rgb(208,73,142); }
td.TdClassName
{
border-color: #D0498E;
}
.TagClassName
{
border-color: #D0498E;
}
</style>