Shades of Mulberry #D24992
Tints of Mulberry #D24992
RGB
CMYK
RGB Variations
Color information
#D24992 (or 0xD24992) is known color: Mulberry. HEX triplet: D2, 49 and 92. RGB value is (210,73,146). Sum of RGB (Red+Green+Blue) = 210+73+146=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 73 (28.91% from 255 or 17.02% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 210 - color contains mainly: red. Hex color #D24992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24992 is #2DB66D. Grayscale: #7A7A7A. Windows color (decimal): -2995822 or 9587154. OLE color: 9587154.
HSL color Cylindrical-coordinate representation of color #D24992: hue angle of 328.03º 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 #D24992 is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 73 | 146 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.18 |
| HSL | 328.03º | 0.6% | 0.55% | - |
| HSV(B) | 328.03º | 0.65% | 0.82% | - |
| XYZ | 34.15 | 20.54 | 29.36 | - |
| YUV | 122.29 | 141.39 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 146 | 0 | 0.65 | 0.30 | 0.18 | 328.03 | 0.6 | 0.55 |
| Hex | D2 | 49 | 92 | 0 | 41 | 1E | 12 | 148 | 3C | 37 |
| Octal | 322 | 111 | 222 | 0 | 101 | 36 | 22 | 510 | 74 | 67 |
| Binary | 11010010 | 1001001 | 10010010 | 0 | 1000001 | 11110 | 10010 | 101001000 | 111100 | 110111 |
Color Harmonies of #D24992
Complementary color
Monochromatic Colors of #D24992
Black with #D24992
Text Example
Text Example
White with #D24992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24992; }
p { color: rgb(210,73,146); }
H1.HeaderClassName
{
color: #D24992;
}
.AnyTagClassName
{
color: #D24992;
}
</style>
background-color css
<style>
a { background-color: #D24992; }
a { background-color: rgb(210,73,146); }
div.DivClassName
{
background-color: #D24992;
}
.BgClassName
{
background-color: #D24992;
}
</style>
border-color css
<style>
span { border-color: #D24992; }
span { border-color: rgb(210,73,146); }
td.TdClassName
{
border-color: #D24992;
}
.TagClassName
{
border-color: #D24992;
}
</style>