Shades of Mulberry #D24CA2
Tints of Mulberry #D24CA2
RGB
CMYK
RGB Variations
Color information
#D24CA2 (or 0xD24CA2) is known color: Mulberry. HEX triplet: D2, 4C and A2. RGB value is (210,76,162). Sum of RGB (Red+Green+Blue) = 210+76+162=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 76 (30.08% from 255 or 16.96% from 448); Blue value is 162 (63.67% from 255 or 36.16% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D24CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24CA2 is #2DB35D. Grayscale: #7D7D7D. Windows color (decimal): -2995038 or 10636498. OLE color: 10636498.
HSL color Cylindrical-coordinate representation of color #D24CA2: hue angle of 321.49º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D24CA2 is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 76 | 162 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.18 |
| HSL | 321.49º | 0.6% | 0.56% | - |
| HSV(B) | 321.49º | 0.64% | 0.82% | - |
| XYZ | 35.68 | 21.48 | 36.45 | - |
| YUV | 125.87 | 148.39 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 76 | 162 | 0 | 0.64 | 0.23 | 0.18 | 321.49 | 0.6 | 0.56 |
| Hex | D2 | 4C | A2 | 0 | 40 | 17 | 12 | 141 | 3C | 38 |
| Octal | 322 | 114 | 242 | 0 | 100 | 27 | 22 | 501 | 74 | 70 |
| Binary | 11010010 | 1001100 | 10100010 | 0 | 1000000 | 10111 | 10010 | 101000001 | 111100 | 111000 |
Color Harmonies of #D24CA2
Complementary color
Monochromatic Colors of #D24CA2
Black with #D24CA2
Text Example
Text Example
White with #D24CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24CA2; }
p { color: rgb(210,76,162); }
H1.HeaderClassName
{
color: #D24CA2;
}
.AnyTagClassName
{
color: #D24CA2;
}
</style>
background-color css
<style>
a { background-color: #D24CA2; }
a { background-color: rgb(210,76,162); }
div.DivClassName
{
background-color: #D24CA2;
}
.BgClassName
{
background-color: #D24CA2;
}
</style>
border-color css
<style>
span { border-color: #D24CA2; }
span { border-color: rgb(210,76,162); }
td.TdClassName
{
border-color: #D24CA2;
}
.TagClassName
{
border-color: #D24CA2;
}
</style>