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