Shades of Mulberry #D24DA0
Tints of Mulberry #D24DA0
RGB
CMYK
RGB Variations
Color information
#D24DA0 (or 0xD24DA0) is known color: Mulberry. HEX triplet: D2, 4D and A0. RGB value is (210,77,160). Sum of RGB (Red+Green+Blue) = 210+77+160=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 77 (30.47% from 255 or 17.23% from 447); Blue value is 160 (62.89% from 255 or 35.79% from 447); Max value from RGB is 210 - color contains mainly: red. Hex color #D24DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D24DA0 is #2DB25F. Grayscale: #7E7E7E. Windows color (decimal): -2994784 or 10505682. OLE color: 10505682.
HSL color Cylindrical-coordinate representation of color #D24DA0: hue angle of 322.56º 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 #D24DA0 is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 77 | 160 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.18 |
| HSL | 322.56º | 0.6% | 0.56% | - |
| HSV(B) | 322.56º | 0.63% | 0.82% | - |
| XYZ | 35.58 | 21.55 | 35.54 | - |
| YUV | 126.23 | 147.06 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 77 | 160 | 0 | 0.63 | 0.24 | 0.18 | 322.56 | 0.6 | 0.56 |
| Hex | D2 | 4D | A0 | 0 | 3F | 18 | 12 | 143 | 3C | 38 |
| Octal | 322 | 115 | 240 | 0 | 77 | 30 | 22 | 503 | 74 | 70 |
| Binary | 11010010 | 1001101 | 10100000 | 0 | 111111 | 11000 | 10010 | 101000011 | 111100 | 111000 |
Color Harmonies of #D24DA0
Complementary color
Monochromatic Colors of #D24DA0
Black with #D24DA0
Text Example
Text Example
White with #D24DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24DA0; }
p { color: rgb(210,77,160); }
H1.HeaderClassName
{
color: #D24DA0;
}
.AnyTagClassName
{
color: #D24DA0;
}
</style>
background-color css
<style>
a { background-color: #D24DA0; }
a { background-color: rgb(210,77,160); }
div.DivClassName
{
background-color: #D24DA0;
}
.BgClassName
{
background-color: #D24DA0;
}
</style>
border-color css
<style>
span { border-color: #D24DA0; }
span { border-color: rgb(210,77,160); }
td.TdClassName
{
border-color: #D24DA0;
}
.TagClassName
{
border-color: #D24DA0;
}
</style>