Shades of Mulberry #D24CA3
Tints of Mulberry #D24CA3
RGB
CMYK
RGB Variations
Color information
#D24CA3 (or 0xD24CA3) is known color: Mulberry. HEX triplet: D2, 4C and A3. RGB value is (210,76,163). Sum of RGB (Red+Green+Blue) = 210+76+163=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 76 (30.08% from 255 or 16.93% from 449); Blue value is 163 (64.06% from 255 or 36.30% from 449); Max value from RGB is 210 - color contains mainly: red. Hex color #D24CA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24CA3 is #2DB35C. Grayscale: #7D7D7D. Windows color (decimal): -2995037 or 10702034. OLE color: 10702034.
HSL color Cylindrical-coordinate representation of color #D24CA3: hue angle of 321.04º 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 #D24CA3 is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 76 | 163 | - |
| CMYK | 0 | 0.64 | 0.22 | 0.18 |
| HSL | 321.04º | 0.6% | 0.56% | - |
| HSV(B) | 321.04º | 0.64% | 0.82% | - |
| XYZ | 35.77 | 21.51 | 36.92 | - |
| YUV | 125.98 | 148.89 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 76 | 163 | 0 | 0.64 | 0.22 | 0.18 | 321.04 | 0.6 | 0.56 |
| Hex | D2 | 4C | A3 | 0 | 40 | 16 | 12 | 141 | 3C | 38 |
| Octal | 322 | 114 | 243 | 0 | 100 | 26 | 22 | 501 | 74 | 70 |
| Binary | 11010010 | 1001100 | 10100011 | 0 | 1000000 | 10110 | 10010 | 101000001 | 111100 | 111000 |
Color Harmonies of #D24CA3
Complementary color
Monochromatic Colors of #D24CA3
Black with #D24CA3
Text Example
Text Example
White with #D24CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24CA3; }
p { color: rgb(210,76,163); }
H1.HeaderClassName
{
color: #D24CA3;
}
.AnyTagClassName
{
color: #D24CA3;
}
</style>
background-color css
<style>
a { background-color: #D24CA3; }
a { background-color: rgb(210,76,163); }
div.DivClassName
{
background-color: #D24CA3;
}
.BgClassName
{
background-color: #D24CA3;
}
</style>
border-color css
<style>
span { border-color: #D24CA3; }
span { border-color: rgb(210,76,163); }
td.TdClassName
{
border-color: #D24CA3;
}
.TagClassName
{
border-color: #D24CA3;
}
</style>