Shades of Mulberry #D2599F
Tints of Mulberry #D2599F
RGB
CMYK
RGB Variations
Color information
#D2599F (or 0xD2599F) is known color: Mulberry. HEX triplet: D2, 59 and 9F. RGB value is (210,89,159). Sum of RGB (Red+Green+Blue) = 210+89+159=458 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.85% from 458); Green value is 89 (35.16% from 255 or 19.43% from 458); Blue value is 159 (62.5% from 255 or 34.72% from 458); Max value from RGB is 210 - color contains mainly: red. Hex color #D2599F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2599F is #2DA660. Grayscale: #858585. Windows color (decimal): -2991713 or 10443218. OLE color: 10443218.
HSL color Cylindrical-coordinate representation of color #D2599F: hue angle of 325.29º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D2599F is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 89 | 159 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.18 |
| HSL | 325.29º | 0.57% | 0.59% | - |
| HSV(B) | 325.29º | 0.58% | 0.82% | - |
| XYZ | 36.41 | 23.35 | 35.39 | - |
| YUV | 133.16 | 142.59 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 89 | 159 | 0 | 0.58 | 0.24 | 0.18 | 325.29 | 0.57 | 0.59 |
| Hex | D2 | 59 | 9F | 0 | 3A | 18 | 12 | 145 | 39 | 3B |
| Octal | 322 | 131 | 237 | 0 | 72 | 30 | 22 | 505 | 71 | 73 |
| Binary | 11010010 | 1011001 | 10011111 | 0 | 111010 | 11000 | 10010 | 101000101 | 111001 | 111011 |
Color Harmonies of #D2599F
Complementary color
Monochromatic Colors of #D2599F
Black with #D2599F
Text Example
Text Example
White with #D2599F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2599F; }
p { color: rgb(210,89,159); }
H1.HeaderClassName
{
color: #D2599F;
}
.AnyTagClassName
{
color: #D2599F;
}
</style>
background-color css
<style>
a { background-color: #D2599F; }
a { background-color: rgb(210,89,159); }
div.DivClassName
{
background-color: #D2599F;
}
.BgClassName
{
background-color: #D2599F;
}
</style>
border-color css
<style>
span { border-color: #D2599F; }
span { border-color: rgb(210,89,159); }
td.TdClassName
{
border-color: #D2599F;
}
.TagClassName
{
border-color: #D2599F;
}
</style>