Shades of Mulberry #D24DA2
Tints of Mulberry #D24DA2
RGB
CMYK
RGB Variations
Color information
#D24DA2 (or 0xD24DA2) is known color: Mulberry. HEX triplet: D2, 4D and A2. RGB value is (210,77,162). Sum of RGB (Red+Green+Blue) = 210+77+162=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 77 (30.47% from 255 or 17.15% from 449); Blue value is 162 (63.67% from 255 or 36.08% from 449); Max value from RGB is 210 - color contains mainly: red. Hex color #D24DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D24DA2 is #2DB25D. Grayscale: #7E7E7E. Windows color (decimal): -2994782 or 10636754. OLE color: 10636754.
HSL color Cylindrical-coordinate representation of color #D24DA2: hue angle of 321.65º 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 #D24DA2 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 77 | 162 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.18 |
| HSL | 321.65º | 0.6% | 0.56% | - |
| HSV(B) | 321.65º | 0.63% | 0.82% | - |
| XYZ | 35.75 | 21.62 | 36.47 | - |
| YUV | 126.46 | 148.06 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 77 | 162 | 0 | 0.63 | 0.23 | 0.18 | 321.65 | 0.6 | 0.56 |
| Hex | D2 | 4D | A2 | 0 | 3F | 17 | 12 | 142 | 3C | 38 |
| Octal | 322 | 115 | 242 | 0 | 77 | 27 | 22 | 502 | 74 | 70 |
| Binary | 11010010 | 1001101 | 10100010 | 0 | 111111 | 10111 | 10010 | 101000010 | 111100 | 111000 |
Color Harmonies of #D24DA2
Complementary color
Monochromatic Colors of #D24DA2
Black with #D24DA2
Text Example
Text Example
White with #D24DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24DA2; }
p { color: rgb(210,77,162); }
H1.HeaderClassName
{
color: #D24DA2;
}
.AnyTagClassName
{
color: #D24DA2;
}
</style>
background-color css
<style>
a { background-color: #D24DA2; }
a { background-color: rgb(210,77,162); }
div.DivClassName
{
background-color: #D24DA2;
}
.BgClassName
{
background-color: #D24DA2;
}
</style>
border-color css
<style>
span { border-color: #D24DA2; }
span { border-color: rgb(210,77,162); }
td.TdClassName
{
border-color: #D24DA2;
}
.TagClassName
{
border-color: #D24DA2;
}
</style>