Shades of Mulberry #D24996
Tints of Mulberry #D24996
RGB
CMYK
RGB Variations
Color information
#D24996 (or 0xD24996) is known color: Mulberry. HEX triplet: D2, 49 and 96. RGB value is (210,73,150). Sum of RGB (Red+Green+Blue) = 210+73+150=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 73 (28.91% from 255 or 16.86% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D24996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24996 is #2DB669. Grayscale: #7A7A7A. Windows color (decimal): -2995818 or 9849298. OLE color: 9849298.
HSL color Cylindrical-coordinate representation of color #D24996: hue angle of 326.28º 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 #D24996 is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 73 | 150 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.18 |
| HSL | 326.28º | 0.6% | 0.55% | - |
| HSV(B) | 326.28º | 0.65% | 0.82% | - |
| XYZ | 34.47 | 20.67 | 31.03 | - |
| YUV | 122.74 | 143.39 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 150 | 0 | 0.65 | 0.29 | 0.18 | 326.28 | 0.6 | 0.55 |
| Hex | D2 | 49 | 96 | 0 | 41 | 1D | 12 | 146 | 3C | 37 |
| Octal | 322 | 111 | 226 | 0 | 101 | 35 | 22 | 506 | 74 | 67 |
| Binary | 11010010 | 1001001 | 10010110 | 0 | 1000001 | 11101 | 10010 | 101000110 | 111100 | 110111 |
Color Harmonies of #D24996
Complementary color
Monochromatic Colors of #D24996
Black with #D24996
Text Example
Text Example
White with #D24996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24996; }
p { color: rgb(210,73,150); }
H1.HeaderClassName
{
color: #D24996;
}
.AnyTagClassName
{
color: #D24996;
}
</style>
background-color css
<style>
a { background-color: #D24996; }
a { background-color: rgb(210,73,150); }
div.DivClassName
{
background-color: #D24996;
}
.BgClassName
{
background-color: #D24996;
}
</style>
border-color css
<style>
span { border-color: #D24996; }
span { border-color: rgb(210,73,150); }
td.TdClassName
{
border-color: #D24996;
}
.TagClassName
{
border-color: #D24996;
}
</style>