Shades of Mulberry #D2558E
Tints of Mulberry #D2558E
RGB
CMYK
RGB Variations
Color information
#D2558E (or 0xD2558E) is known color: Mulberry. HEX triplet: D2, 55 and 8E. RGB value is (210,85,142). Sum of RGB (Red+Green+Blue) = 210+85+142=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 142 (55.86% from 255 or 32.49% from 437); Max value from RGB is 210 - color contains mainly: red. Hex color #D2558E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2558E is #2DAA71. Grayscale: #808080. Windows color (decimal): -2992754 or 9328082. OLE color: 9328082.
HSL color Cylindrical-coordinate representation of color #D2558E: hue angle of 332.64º 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 #D2558E is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 85 | 142 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.18 |
| HSL | 332.64º | 0.58% | 0.58% | - |
| HSV(B) | 332.64º | 0.6% | 0.82% | - |
| XYZ | 34.71 | 22.15 | 28.04 | - |
| YUV | 128.87 | 135.41 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 142 | 0 | 0.60 | 0.32 | 0.18 | 332.64 | 0.58 | 0.58 |
| Hex | D2 | 55 | 8E | 0 | 3C | 20 | 12 | 14D | 3A | 3A |
| Octal | 322 | 125 | 216 | 0 | 74 | 40 | 22 | 515 | 72 | 72 |
| Binary | 11010010 | 1010101 | 10001110 | 0 | 111100 | 100000 | 10010 | 101001101 | 111010 | 111010 |
Color Harmonies of #D2558E
Complementary color
Monochromatic Colors of #D2558E
Black with #D2558E
Text Example
Text Example
White with #D2558E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2558E; }
p { color: rgb(210,85,142); }
H1.HeaderClassName
{
color: #D2558E;
}
.AnyTagClassName
{
color: #D2558E;
}
</style>
background-color css
<style>
a { background-color: #D2558E; }
a { background-color: rgb(210,85,142); }
div.DivClassName
{
background-color: #D2558E;
}
.BgClassName
{
background-color: #D2558E;
}
</style>
border-color css
<style>
span { border-color: #D2558E; }
span { border-color: rgb(210,85,142); }
td.TdClassName
{
border-color: #D2558E;
}
.TagClassName
{
border-color: #D2558E;
}
</style>