Shades of Mulberry #D2559B
Tints of Mulberry #D2559B
RGB
CMYK
RGB Variations
Color information
#D2559B (or 0xD2559B) is known color: Mulberry. HEX triplet: D2, 55 and 9B. RGB value is (210,85,155). Sum of RGB (Red+Green+Blue) = 210+85+155=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 85 (33.59% from 255 or 18.89% from 450); Blue value is 155 (60.94% from 255 or 34.44% from 450); Max value from RGB is 210 - color contains mainly: red. Hex color #D2559B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2559B is #2DAA64. Grayscale: #828282. Windows color (decimal): -2992741 or 10180050. OLE color: 10180050.
HSL color Cylindrical-coordinate representation of color #D2559B: hue angle of 326.4º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D2559B is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 85 | 155 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.18 |
| HSL | 326.4º | 0.58% | 0.58% | - |
| HSV(B) | 326.4º | 0.6% | 0.82% | - |
| XYZ | 35.74 | 22.57 | 33.48 | - |
| YUV | 130.36 | 141.91 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 155 | 0 | 0.60 | 0.26 | 0.18 | 326.4 | 0.58 | 0.58 |
| Hex | D2 | 55 | 9B | 0 | 3C | 1A | 12 | 146 | 3A | 3A |
| Octal | 322 | 125 | 233 | 0 | 74 | 32 | 22 | 506 | 72 | 72 |
| Binary | 11010010 | 1010101 | 10011011 | 0 | 111100 | 11010 | 10010 | 101000110 | 111010 | 111010 |
Color Harmonies of #D2559B
Complementary color
Monochromatic Colors of #D2559B
Black with #D2559B
Text Example
Text Example
White with #D2559B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2559B; }
p { color: rgb(210,85,155); }
H1.HeaderClassName
{
color: #D2559B;
}
.AnyTagClassName
{
color: #D2559B;
}
</style>
background-color css
<style>
a { background-color: #D2559B; }
a { background-color: rgb(210,85,155); }
div.DivClassName
{
background-color: #D2559B;
}
.BgClassName
{
background-color: #D2559B;
}
</style>
border-color css
<style>
span { border-color: #D2559B; }
span { border-color: rgb(210,85,155); }
td.TdClassName
{
border-color: #D2559B;
}
.TagClassName
{
border-color: #D2559B;
}
</style>