Shades of Mulberry #D24D8B
Tints of Mulberry #D24D8B
RGB
CMYK
RGB Variations
Color information
#D24D8B (or 0xD24D8B) is known color: Mulberry. HEX triplet: D2, 4D and 8B. RGB value is (210,77,139). Sum of RGB (Red+Green+Blue) = 210+77+139=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 77 (30.47% from 255 or 18.08% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D24D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D24D8B is #2DB274. Grayscale: #7B7B7B. Windows color (decimal): -2994805 or 9129426. OLE color: 9129426.
HSL color Cylindrical-coordinate representation of color #D24D8B: hue angle of 332.03º 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 #D24D8B is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 77 | 139 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.18 |
| HSL | 332.03º | 0.6% | 0.56% | - |
| HSV(B) | 332.03º | 0.63% | 0.82% | - |
| XYZ | 33.89 | 20.87 | 26.67 | - |
| YUV | 123.84 | 136.56 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 77 | 139 | 0 | 0.63 | 0.34 | 0.18 | 332.03 | 0.6 | 0.56 |
| Hex | D2 | 4D | 8B | 0 | 3F | 22 | 12 | 14C | 3C | 38 |
| Octal | 322 | 115 | 213 | 0 | 77 | 42 | 22 | 514 | 74 | 70 |
| Binary | 11010010 | 1001101 | 10001011 | 0 | 111111 | 100010 | 10010 | 101001100 | 111100 | 111000 |
Color Harmonies of #D24D8B
Complementary color
Monochromatic Colors of #D24D8B
Black with #D24D8B
Text Example
Text Example
White with #D24D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24D8B; }
p { color: rgb(210,77,139); }
H1.HeaderClassName
{
color: #D24D8B;
}
.AnyTagClassName
{
color: #D24D8B;
}
</style>
background-color css
<style>
a { background-color: #D24D8B; }
a { background-color: rgb(210,77,139); }
div.DivClassName
{
background-color: #D24D8B;
}
.BgClassName
{
background-color: #D24D8B;
}
</style>
border-color css
<style>
span { border-color: #D24D8B; }
span { border-color: rgb(210,77,139); }
td.TdClassName
{
border-color: #D24D8B;
}
.TagClassName
{
border-color: #D24D8B;
}
</style>