Shades of Mulberry #D24D8D
Tints of Mulberry #D24D8D
RGB
CMYK
RGB Variations
Color information
#D24D8D (or 0xD24D8D) is known color: Mulberry. HEX triplet: D2, 4D and 8D. RGB value is (210,77,141). Sum of RGB (Red+Green+Blue) = 210+77+141=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 77 (30.47% from 255 or 17.99% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 210 - color contains mainly: red. Hex color #D24D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D24D8D is #2DB272. Grayscale: #7B7B7B. Windows color (decimal): -2994803 or 9260498. OLE color: 9260498.
HSL color Cylindrical-coordinate representation of color #D24D8D: hue angle of 331.13º 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 #D24D8D is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 77 | 141 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.18 |
| HSL | 331.13º | 0.6% | 0.56% | - |
| HSV(B) | 331.13º | 0.63% | 0.82% | - |
| XYZ | 34.04 | 20.93 | 27.45 | - |
| YUV | 124.06 | 137.56 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 77 | 141 | 0 | 0.63 | 0.33 | 0.18 | 331.13 | 0.6 | 0.56 |
| Hex | D2 | 4D | 8D | 0 | 3F | 21 | 12 | 14B | 3C | 38 |
| Octal | 322 | 115 | 215 | 0 | 77 | 41 | 22 | 513 | 74 | 70 |
| Binary | 11010010 | 1001101 | 10001101 | 0 | 111111 | 100001 | 10010 | 101001011 | 111100 | 111000 |
Color Harmonies of #D24D8D
Complementary color
Monochromatic Colors of #D24D8D
Black with #D24D8D
Text Example
Text Example
White with #D24D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24D8D; }
p { color: rgb(210,77,141); }
H1.HeaderClassName
{
color: #D24D8D;
}
.AnyTagClassName
{
color: #D24D8D;
}
</style>
background-color css
<style>
a { background-color: #D24D8D; }
a { background-color: rgb(210,77,141); }
div.DivClassName
{
background-color: #D24D8D;
}
.BgClassName
{
background-color: #D24D8D;
}
</style>
border-color css
<style>
span { border-color: #D24D8D; }
span { border-color: rgb(210,77,141); }
td.TdClassName
{
border-color: #D24D8D;
}
.TagClassName
{
border-color: #D24D8D;
}
</style>