Shades of Mulberry #D2558F
Tints of Mulberry #D2558F
RGB
CMYK
RGB Variations
Color information
#D2558F (or 0xD2558F) is known color: Mulberry. HEX triplet: D2, 55 and 8F. RGB value is (210,85,143). Sum of RGB (Red+Green+Blue) = 210+85+143=438 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.95% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 143 (56.25% from 255 or 32.65% from 438); Max value from RGB is 210 - color contains mainly: red. Hex color #D2558F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2558F is #2DAA70. Grayscale: #808080. Windows color (decimal): -2992753 or 9393618. OLE color: 9393618.
HSL color Cylindrical-coordinate representation of color #D2558F: hue angle of 332.16º 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 #D2558F is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 85 | 143 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.18 |
| HSL | 332.16º | 0.58% | 0.58% | - |
| HSV(B) | 332.16º | 0.6% | 0.82% | - |
| XYZ | 34.78 | 22.18 | 28.43 | - |
| YUV | 128.99 | 135.91 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 143 | 0 | 0.60 | 0.32 | 0.18 | 332.16 | 0.58 | 0.58 |
| Hex | D2 | 55 | 8F | 0 | 3C | 20 | 12 | 14C | 3A | 3A |
| Octal | 322 | 125 | 217 | 0 | 74 | 40 | 22 | 514 | 72 | 72 |
| Binary | 11010010 | 1010101 | 10001111 | 0 | 111100 | 100000 | 10010 | 101001100 | 111010 | 111010 |
Color Harmonies of #D2558F
Complementary color
Monochromatic Colors of #D2558F
Black with #D2558F
Text Example
Text Example
White with #D2558F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2558F; }
p { color: rgb(210,85,143); }
H1.HeaderClassName
{
color: #D2558F;
}
.AnyTagClassName
{
color: #D2558F;
}
</style>
background-color css
<style>
a { background-color: #D2558F; }
a { background-color: rgb(210,85,143); }
div.DivClassName
{
background-color: #D2558F;
}
.BgClassName
{
background-color: #D2558F;
}
</style>
border-color css
<style>
span { border-color: #D2558F; }
span { border-color: rgb(210,85,143); }
td.TdClassName
{
border-color: #D2558F;
}
.TagClassName
{
border-color: #D2558F;
}
</style>