Shades of Mulberry #D24EA0
Tints of Mulberry #D24EA0
RGB
CMYK
RGB Variations
Color information
#D24EA0 (or 0xD24EA0) is known color: Mulberry. HEX triplet: D2, 4E and A0. RGB value is (210,78,160). Sum of RGB (Red+Green+Blue) = 210+78+160=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 78 (30.86% from 255 or 17.41% from 448); Blue value is 160 (62.89% from 255 or 35.71% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D24EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D24EA0 is #2DB15F. Grayscale: #7E7E7E. Windows color (decimal): -2994528 or 10505938. OLE color: 10505938.
HSL color Cylindrical-coordinate representation of color #D24EA0: hue angle of 322.73º degrees, saturation: 0.59, 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 #D24EA0 is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 78 | 160 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.18 |
| HSL | 322.73º | 0.59% | 0.56% | - |
| HSV(B) | 322.73º | 0.63% | 0.82% | - |
| XYZ | 35.65 | 21.69 | 35.57 | - |
| YUV | 126.82 | 146.73 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 78 | 160 | 0 | 0.63 | 0.24 | 0.18 | 322.73 | 0.59 | 0.56 |
| Hex | D2 | 4E | A0 | 0 | 3F | 18 | 12 | 143 | 3B | 38 |
| Octal | 322 | 116 | 240 | 0 | 77 | 30 | 22 | 503 | 73 | 70 |
| Binary | 11010010 | 1001110 | 10100000 | 0 | 111111 | 11000 | 10010 | 101000011 | 111011 | 111000 |
Color Harmonies of #D24EA0
Complementary color
Monochromatic Colors of #D24EA0
Black with #D24EA0
Text Example
Text Example
White with #D24EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24EA0; }
p { color: rgb(210,78,160); }
H1.HeaderClassName
{
color: #D24EA0;
}
.AnyTagClassName
{
color: #D24EA0;
}
</style>
background-color css
<style>
a { background-color: #D24EA0; }
a { background-color: rgb(210,78,160); }
div.DivClassName
{
background-color: #D24EA0;
}
.BgClassName
{
background-color: #D24EA0;
}
</style>
border-color css
<style>
span { border-color: #D24EA0; }
span { border-color: rgb(210,78,160); }
td.TdClassName
{
border-color: #D24EA0;
}
.TagClassName
{
border-color: #D24EA0;
}
</style>