Shades of Mulberry #D24D96
Tints of Mulberry #D24D96
RGB
CMYK
RGB Variations
Color information
#D24D96 (or 0xD24D96) is known color: Mulberry. HEX triplet: D2, 4D and 96. RGB value is (210,77,150). Sum of RGB (Red+Green+Blue) = 210+77+150=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 77 (30.47% from 255 or 17.62% from 437); Blue value is 150 (58.98% from 255 or 34.32% from 437); Max value from RGB is 210 - color contains mainly: red. Hex color #D24D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D24D96 is #2DB269. Grayscale: #7C7C7C. Windows color (decimal): -2994794 or 9850322. OLE color: 9850322.
HSL color Cylindrical-coordinate representation of color #D24D96: hue angle of 327.07º 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 #D24D96 is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 77 | 150 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.18 |
| HSL | 327.07º | 0.6% | 0.56% | - |
| HSV(B) | 327.07º | 0.63% | 0.82% | - |
| XYZ | 34.74 | 21.21 | 31.12 | - |
| YUV | 125.09 | 142.06 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 77 | 150 | 0 | 0.63 | 0.29 | 0.18 | 327.07 | 0.6 | 0.56 |
| Hex | D2 | 4D | 96 | 0 | 3F | 1D | 12 | 147 | 3C | 38 |
| Octal | 322 | 115 | 226 | 0 | 77 | 35 | 22 | 507 | 74 | 70 |
| Binary | 11010010 | 1001101 | 10010110 | 0 | 111111 | 11101 | 10010 | 101000111 | 111100 | 111000 |
Color Harmonies of #D24D96
Complementary color
Monochromatic Colors of #D24D96
Black with #D24D96
Text Example
Text Example
White with #D24D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24D96; }
p { color: rgb(210,77,150); }
H1.HeaderClassName
{
color: #D24D96;
}
.AnyTagClassName
{
color: #D24D96;
}
</style>
background-color css
<style>
a { background-color: #D24D96; }
a { background-color: rgb(210,77,150); }
div.DivClassName
{
background-color: #D24D96;
}
.BgClassName
{
background-color: #D24D96;
}
</style>
border-color css
<style>
span { border-color: #D24D96; }
span { border-color: rgb(210,77,150); }
td.TdClassName
{
border-color: #D24D96;
}
.TagClassName
{
border-color: #D24D96;
}
</style>