Shades of Mulberry #D24994
Tints of Mulberry #D24994
RGB
CMYK
RGB Variations
Color information
#D24994 (or 0xD24994) is known color: Mulberry. HEX triplet: D2, 49 and 94. RGB value is (210,73,148). Sum of RGB (Red+Green+Blue) = 210+73+148=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 73 (28.91% from 255 or 16.94% from 431); Blue value is 148 (58.20% from 255 or 34.34% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D24994 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24994 is #2DB66B. Grayscale: #7A7A7A. Windows color (decimal): -2995820 or 9718226. OLE color: 9718226.
HSL color Cylindrical-coordinate representation of color #D24994: hue angle of 327.15º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D24994 is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 73 | 148 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.18 |
| HSL | 327.15º | 0.6% | 0.55% | - |
| HSV(B) | 327.15º | 0.65% | 0.82% | - |
| XYZ | 34.31 | 20.6 | 30.19 | - |
| YUV | 122.51 | 142.39 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 148 | 0 | 0.65 | 0.30 | 0.18 | 327.15 | 0.6 | 0.55 |
| Hex | D2 | 49 | 94 | 0 | 41 | 1E | 12 | 147 | 3C | 37 |
| Octal | 322 | 111 | 224 | 0 | 101 | 36 | 22 | 507 | 74 | 67 |
| Binary | 11010010 | 1001001 | 10010100 | 0 | 1000001 | 11110 | 10010 | 101000111 | 111100 | 110111 |
Color Harmonies of #D24994
Complementary color
Monochromatic Colors of #D24994
Black with #D24994
Text Example
Text Example
White with #D24994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24994; }
p { color: rgb(210,73,148); }
H1.HeaderClassName
{
color: #D24994;
}
.AnyTagClassName
{
color: #D24994;
}
</style>
background-color css
<style>
a { background-color: #D24994; }
a { background-color: rgb(210,73,148); }
div.DivClassName
{
background-color: #D24994;
}
.BgClassName
{
background-color: #D24994;
}
</style>
border-color css
<style>
span { border-color: #D24994; }
span { border-color: rgb(210,73,148); }
td.TdClassName
{
border-color: #D24994;
}
.TagClassName
{
border-color: #D24994;
}
</style>