Shades of Mulberry #D0599B
Tints of Mulberry #D0599B
RGB
CMYK
RGB Variations
Color information
#D0599B (or 0xD0599B) is known color: Mulberry. HEX triplet: D0, 59 and 9B. RGB value is (208,89,155). Sum of RGB (Red+Green+Blue) = 208+89+155=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 89 (35.16% from 255 or 19.69% from 452); Blue value is 155 (60.94% from 255 or 34.29% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D0599B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0599B is #2FA664. Grayscale: #838383. Windows color (decimal): -3122789 or 10181072. OLE color: 10181072.
HSL color Cylindrical-coordinate representation of color #D0599B: hue angle of 326.72º 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 #D0599B is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 89 | 155 | - |
| CMYK | 0 | 0.57 | 0.25 | 0.18 |
| HSL | 326.72º | 0.56% | 0.58% | - |
| HSV(B) | 326.72º | 0.57% | 0.82% | - |
| XYZ | 35.5 | 22.92 | 33.56 | - |
| YUV | 132.11 | 140.92 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 155 | 0 | 0.57 | 0.25 | 0.18 | 326.72 | 0.56 | 0.58 |
| Hex | D0 | 59 | 9B | 0 | 39 | 19 | 12 | 147 | 38 | 3A |
| Octal | 320 | 131 | 233 | 0 | 71 | 31 | 22 | 507 | 70 | 72 |
| Binary | 11010000 | 1011001 | 10011011 | 0 | 111001 | 11001 | 10010 | 101000111 | 111000 | 111010 |
Color Harmonies of #D0599B
Complementary color
Monochromatic Colors of #D0599B
Black with #D0599B
Text Example
Text Example
White with #D0599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0599B; }
p { color: rgb(208,89,155); }
H1.HeaderClassName
{
color: #D0599B;
}
.AnyTagClassName
{
color: #D0599B;
}
</style>
background-color css
<style>
a { background-color: #D0599B; }
a { background-color: rgb(208,89,155); }
div.DivClassName
{
background-color: #D0599B;
}
.BgClassName
{
background-color: #D0599B;
}
</style>
border-color css
<style>
span { border-color: #D0599B; }
span { border-color: rgb(208,89,155); }
td.TdClassName
{
border-color: #D0599B;
}
.TagClassName
{
border-color: #D0599B;
}
</style>