Shades of Mulberry #D24D8E
Tints of Mulberry #D24D8E
RGB
CMYK
RGB Variations
Color information
#D24D8E (or 0xD24D8E) is known color: Mulberry. HEX triplet: D2, 4D and 8E. RGB value is (210,77,142). Sum of RGB (Red+Green+Blue) = 210+77+142=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 77 (30.47% from 255 or 17.95% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 210 - color contains mainly: red. Hex color #D24D8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D24D8E is #2DB271. Grayscale: #7C7C7C. Windows color (decimal): -2994802 or 9326034. OLE color: 9326034.
HSL color Cylindrical-coordinate representation of color #D24D8E: hue angle of 330.68º degrees, saturation: 0.6, 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 #D24D8E is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 77 | 142 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.18 |
| HSL | 330.68º | 0.6% | 0.56% | - |
| HSV(B) | 330.68º | 0.63% | 0.82% | - |
| XYZ | 34.11 | 20.96 | 27.84 | - |
| YUV | 124.18 | 138.06 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 77 | 142 | 0 | 0.63 | 0.32 | 0.18 | 330.68 | 0.6 | 0.56 |
| Hex | D2 | 4D | 8E | 0 | 3F | 20 | 12 | 14B | 3C | 38 |
| Octal | 322 | 115 | 216 | 0 | 77 | 40 | 22 | 513 | 74 | 70 |
| Binary | 11010010 | 1001101 | 10001110 | 0 | 111111 | 100000 | 10010 | 101001011 | 111100 | 111000 |
Color Harmonies of #D24D8E
Complementary color
Monochromatic Colors of #D24D8E
Black with #D24D8E
Text Example
Text Example
White with #D24D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24D8E; }
p { color: rgb(210,77,142); }
H1.HeaderClassName
{
color: #D24D8E;
}
.AnyTagClassName
{
color: #D24D8E;
}
</style>
background-color css
<style>
a { background-color: #D24D8E; }
a { background-color: rgb(210,77,142); }
div.DivClassName
{
background-color: #D24D8E;
}
.BgClassName
{
background-color: #D24D8E;
}
</style>
border-color css
<style>
span { border-color: #D24D8E; }
span { border-color: rgb(210,77,142); }
td.TdClassName
{
border-color: #D24D8E;
}
.TagClassName
{
border-color: #D24D8E;
}
</style>