Shades of Mulberry #D24E87
Tints of Mulberry #D24E87
RGB
CMYK
RGB Variations
Color information
#D24E87 (or 0xD24E87) is known color: Mulberry. HEX triplet: D2, 4E and 87. RGB value is (210,78,135). Sum of RGB (Red+Green+Blue) = 210+78+135=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 78 (30.86% from 255 or 18.44% from 423); Blue value is 135 (53.12% from 255 or 31.91% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D24E87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D24E87 is #2DB178. Grayscale: #7B7B7B. Windows color (decimal): -2994553 or 8867538. OLE color: 8867538.
HSL color Cylindrical-coordinate representation of color #D24E87: hue angle of 334.09º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D24E87 is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 78 | 135 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.18 |
| HSL | 334.09º | 0.59% | 0.56% | - |
| HSV(B) | 334.09º | 0.63% | 0.82% | - |
| XYZ | 33.68 | 20.9 | 25.18 | - |
| YUV | 123.97 | 134.23 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 78 | 135 | 0 | 0.63 | 0.36 | 0.18 | 334.09 | 0.59 | 0.56 |
| Hex | D2 | 4E | 87 | 0 | 3F | 24 | 12 | 14E | 3B | 38 |
| Octal | 322 | 116 | 207 | 0 | 77 | 44 | 22 | 516 | 73 | 70 |
| Binary | 11010010 | 1001110 | 10000111 | 0 | 111111 | 100100 | 10010 | 101001110 | 111011 | 111000 |
Color Harmonies of #D24E87
Complementary color
Monochromatic Colors of #D24E87
Black with #D24E87
Text Example
Text Example
White with #D24E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24E87; }
p { color: rgb(210,78,135); }
H1.HeaderClassName
{
color: #D24E87;
}
.AnyTagClassName
{
color: #D24E87;
}
</style>
background-color css
<style>
a { background-color: #D24E87; }
a { background-color: rgb(210,78,135); }
div.DivClassName
{
background-color: #D24E87;
}
.BgClassName
{
background-color: #D24E87;
}
</style>
border-color css
<style>
span { border-color: #D24E87; }
span { border-color: rgb(210,78,135); }
td.TdClassName
{
border-color: #D24E87;
}
.TagClassName
{
border-color: #D24E87;
}
</style>