Shades of Mulberry #D2589B
Tints of Mulberry #D2589B
RGB
CMYK
RGB Variations
Color information
#D2589B (or 0xD2589B) is known color: Mulberry. HEX triplet: D2, 58 and 9B. RGB value is (210,88,155). Sum of RGB (Red+Green+Blue) = 210+88+155=453 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.36% from 453); Green value is 88 (34.77% from 255 or 19.43% from 453); Blue value is 155 (60.94% from 255 or 34.22% from 453); Max value from RGB is 210 - color contains mainly: red. Hex color #D2589B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2589B is #2DA764. Grayscale: #838383. Windows color (decimal): -2991973 or 10180818. OLE color: 10180818.
HSL color Cylindrical-coordinate representation of color #D2589B: hue angle of 327.05º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D2589B is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 88 | 155 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.18 |
| HSL | 327.05º | 0.58% | 0.58% | - |
| HSV(B) | 327.05º | 0.58% | 0.82% | - |
| XYZ | 35.98 | 23.05 | 33.56 | - |
| YUV | 132.12 | 140.92 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 88 | 155 | 0 | 0.58 | 0.26 | 0.18 | 327.05 | 0.58 | 0.58 |
| Hex | D2 | 58 | 9B | 0 | 3A | 1A | 12 | 147 | 3A | 3A |
| Octal | 322 | 130 | 233 | 0 | 72 | 32 | 22 | 507 | 72 | 72 |
| Binary | 11010010 | 1011000 | 10011011 | 0 | 111010 | 11010 | 10010 | 101000111 | 111010 | 111010 |
Color Harmonies of #D2589B
Complementary color
Monochromatic Colors of #D2589B
Black with #D2589B
Text Example
Text Example
White with #D2589B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2589B; }
p { color: rgb(210,88,155); }
H1.HeaderClassName
{
color: #D2589B;
}
.AnyTagClassName
{
color: #D2589B;
}
</style>
background-color css
<style>
a { background-color: #D2589B; }
a { background-color: rgb(210,88,155); }
div.DivClassName
{
background-color: #D2589B;
}
.BgClassName
{
background-color: #D2589B;
}
</style>
border-color css
<style>
span { border-color: #D2589B; }
span { border-color: rgb(210,88,155); }
td.TdClassName
{
border-color: #D2589B;
}
.TagClassName
{
border-color: #D2589B;
}
</style>