Shades of Mulberry #D0598E
Tints of Mulberry #D0598E
RGB
CMYK
RGB Variations
Color information
#D0598E (or 0xD0598E) is known color: Mulberry. HEX triplet: D0, 59 and 8E. RGB value is (208,89,142). Sum of RGB (Red+Green+Blue) = 208+89+142=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 89 (35.16% from 255 or 20.27% from 439); Blue value is 142 (55.86% from 255 or 32.35% from 439); Max value from RGB is 208 - color contains mainly: red. Hex color #D0598E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0598E is #2FA671. Grayscale: #828282. Windows color (decimal): -3122802 or 9329104. OLE color: 9329104.
HSL color Cylindrical-coordinate representation of color #D0598E: hue angle of 333.28º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D0598E is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 89 | 142 | - |
| CMYK | 0 | 0.57 | 0.32 | 0.18 |
| HSL | 333.28º | 0.56% | 0.58% | - |
| HSV(B) | 333.28º | 0.57% | 0.82% | - |
| XYZ | 34.47 | 22.51 | 28.12 | - |
| YUV | 130.62 | 134.42 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 142 | 0 | 0.57 | 0.32 | 0.18 | 333.28 | 0.56 | 0.58 |
| Hex | D0 | 59 | 8E | 0 | 39 | 20 | 12 | 14D | 38 | 3A |
| Octal | 320 | 131 | 216 | 0 | 71 | 40 | 22 | 515 | 70 | 72 |
| Binary | 11010000 | 1011001 | 10001110 | 0 | 111001 | 100000 | 10010 | 101001101 | 111000 | 111010 |
Color Harmonies of #D0598E
Complementary color
Monochromatic Colors of #D0598E
Black with #D0598E
Text Example
Text Example
White with #D0598E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0598E; }
p { color: rgb(208,89,142); }
H1.HeaderClassName
{
color: #D0598E;
}
.AnyTagClassName
{
color: #D0598E;
}
</style>
background-color css
<style>
a { background-color: #D0598E; }
a { background-color: rgb(208,89,142); }
div.DivClassName
{
background-color: #D0598E;
}
.BgClassName
{
background-color: #D0598E;
}
</style>
border-color css
<style>
span { border-color: #D0598E; }
span { border-color: rgb(208,89,142); }
td.TdClassName
{
border-color: #D0598E;
}
.TagClassName
{
border-color: #D0598E;
}
</style>