Shades of Mulberry #D0598C
Tints of Mulberry #D0598C
RGB
CMYK
RGB Variations
Color information
#D0598C (or 0xD0598C) is known color: Mulberry. HEX triplet: D0, 59 and 8C. RGB value is (208,89,140). Sum of RGB (Red+Green+Blue) = 208+89+140=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 89 (35.16% from 255 or 20.37% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D0598C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0598C is #2FA673. Grayscale: #828282. Windows color (decimal): -3122804 or 9198032. OLE color: 9198032.
HSL color Cylindrical-coordinate representation of color #D0598C: hue angle of 334.29º 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 #D0598C is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 89 | 140 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.18 |
| HSL | 334.29º | 0.56% | 0.58% | - |
| HSV(B) | 334.29º | 0.57% | 0.82% | - |
| XYZ | 34.32 | 22.45 | 27.34 | - |
| YUV | 130.4 | 133.42 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 140 | 0 | 0.57 | 0.33 | 0.18 | 334.29 | 0.56 | 0.58 |
| Hex | D0 | 59 | 8C | 0 | 39 | 21 | 12 | 14E | 38 | 3A |
| Octal | 320 | 131 | 214 | 0 | 71 | 41 | 22 | 516 | 70 | 72 |
| Binary | 11010000 | 1011001 | 10001100 | 0 | 111001 | 100001 | 10010 | 101001110 | 111000 | 111010 |
Color Harmonies of #D0598C
Complementary color
Monochromatic Colors of #D0598C
Black with #D0598C
Text Example
Text Example
White with #D0598C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0598C; }
p { color: rgb(208,89,140); }
H1.HeaderClassName
{
color: #D0598C;
}
.AnyTagClassName
{
color: #D0598C;
}
</style>
background-color css
<style>
a { background-color: #D0598C; }
a { background-color: rgb(208,89,140); }
div.DivClassName
{
background-color: #D0598C;
}
.BgClassName
{
background-color: #D0598C;
}
</style>
border-color css
<style>
span { border-color: #D0598C; }
span { border-color: rgb(208,89,140); }
td.TdClassName
{
border-color: #D0598C;
}
.TagClassName
{
border-color: #D0598C;
}
</style>