Shades of Mulberry #D0499B
Tints of Mulberry #D0499B
RGB
CMYK
RGB Variations
Color information
#D0499B (or 0xD0499B) is known color: Mulberry. HEX triplet: D0, 49 and 9B. RGB value is (208,73,155). Sum of RGB (Red+Green+Blue) = 208+73+155=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 73 (28.91% from 255 or 16.74% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 208 - color contains mainly: red. Hex color #D0499B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0499B is #2FB664. Grayscale: #7A7A7A. Windows color (decimal): -3126885 or 10176976. OLE color: 10176976.
HSL color Cylindrical-coordinate representation of color #D0499B: hue angle of 323.56º 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 #D0499B is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 73 | 155 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.18 |
| HSL | 323.56º | 0.59% | 0.55% | - |
| HSV(B) | 323.56º | 0.65% | 0.82% | - |
| XYZ | 34.31 | 20.54 | 33.17 | - |
| YUV | 122.71 | 146.23 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 73 | 155 | 0 | 0.65 | 0.25 | 0.18 | 323.56 | 0.59 | 0.55 |
| Hex | D0 | 49 | 9B | 0 | 41 | 19 | 12 | 144 | 3B | 37 |
| Octal | 320 | 111 | 233 | 0 | 101 | 31 | 22 | 504 | 73 | 67 |
| Binary | 11010000 | 1001001 | 10011011 | 0 | 1000001 | 11001 | 10010 | 101000100 | 111011 | 110111 |
Color Harmonies of #D0499B
Complementary color
Monochromatic Colors of #D0499B
Black with #D0499B
Text Example
Text Example
White with #D0499B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0499B; }
p { color: rgb(208,73,155); }
H1.HeaderClassName
{
color: #D0499B;
}
.AnyTagClassName
{
color: #D0499B;
}
</style>
background-color css
<style>
a { background-color: #D0499B; }
a { background-color: rgb(208,73,155); }
div.DivClassName
{
background-color: #D0499B;
}
.BgClassName
{
background-color: #D0499B;
}
</style>
border-color css
<style>
span { border-color: #D0499B; }
span { border-color: rgb(208,73,155); }
td.TdClassName
{
border-color: #D0499B;
}
.TagClassName
{
border-color: #D0499B;
}
</style>