Shades of Mulberry #D2599B
Tints of Mulberry #D2599B
RGB
CMYK
RGB Variations
Color information
#D2599B (or 0xD2599B) is known color: Mulberry. HEX triplet: D2, 59 and 9B. RGB value is (210,89,155). Sum of RGB (Red+Green+Blue) = 210+89+155=454 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.26% from 454); Green value is 89 (35.16% from 255 or 19.60% from 454); Blue value is 155 (60.94% from 255 or 34.14% from 454); Max value from RGB is 210 - color contains mainly: red. Hex color #D2599B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2599B is #2DA664. Grayscale: #848484. Windows color (decimal): -2991717 or 10181074. OLE color: 10181074.
HSL color Cylindrical-coordinate representation of color #D2599B: hue angle of 327.27º 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 #D2599B is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 89 | 155 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.18 |
| HSL | 327.27º | 0.57% | 0.59% | - |
| HSV(B) | 327.27º | 0.58% | 0.82% | - |
| XYZ | 36.07 | 23.21 | 33.59 | - |
| YUV | 132.7 | 140.59 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 89 | 155 | 0 | 0.58 | 0.26 | 0.18 | 327.27 | 0.57 | 0.59 |
| Hex | D2 | 59 | 9B | 0 | 3A | 1A | 12 | 147 | 39 | 3B |
| Octal | 322 | 131 | 233 | 0 | 72 | 32 | 22 | 507 | 71 | 73 |
| Binary | 11010010 | 1011001 | 10011011 | 0 | 111010 | 11010 | 10010 | 101000111 | 111001 | 111011 |
Color Harmonies of #D2599B
Complementary color
Monochromatic Colors of #D2599B
Black with #D2599B
Text Example
Text Example
White with #D2599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2599B; }
p { color: rgb(210,89,155); }
H1.HeaderClassName
{
color: #D2599B;
}
.AnyTagClassName
{
color: #D2599B;
}
</style>
background-color css
<style>
a { background-color: #D2599B; }
a { background-color: rgb(210,89,155); }
div.DivClassName
{
background-color: #D2599B;
}
.BgClassName
{
background-color: #D2599B;
}
</style>
border-color css
<style>
span { border-color: #D2599B; }
span { border-color: rgb(210,89,155); }
td.TdClassName
{
border-color: #D2599B;
}
.TagClassName
{
border-color: #D2599B;
}
</style>