Shades of Mulberry #D24999
Tints of Mulberry #D24999
RGB
CMYK
RGB Variations
Color information
#D24999 (or 0xD24999) is known color: Mulberry. HEX triplet: D2, 49 and 99. RGB value is (210,73,153). Sum of RGB (Red+Green+Blue) = 210+73+153=436 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.17% from 436); Green value is 73 (28.91% from 255 or 16.74% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 210 - color contains mainly: red. Hex color #D24999 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24999 is #2DB666. Grayscale: #7A7A7A. Windows color (decimal): -2995815 or 10045906. OLE color: 10045906.
HSL color Cylindrical-coordinate representation of color #D24999: hue angle of 324.96º 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 #D24999 is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 73 | 153 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.18 |
| HSL | 324.96º | 0.6% | 0.55% | - |
| HSV(B) | 324.96º | 0.65% | 0.82% | - |
| XYZ | 34.71 | 20.77 | 32.32 | - |
| YUV | 123.08 | 144.89 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 153 | 0 | 0.65 | 0.27 | 0.18 | 324.96 | 0.6 | 0.55 |
| Hex | D2 | 49 | 99 | 0 | 41 | 1B | 12 | 145 | 3C | 37 |
| Octal | 322 | 111 | 231 | 0 | 101 | 33 | 22 | 505 | 74 | 67 |
| Binary | 11010010 | 1001001 | 10011001 | 0 | 1000001 | 11011 | 10010 | 101000101 | 111100 | 110111 |
Color Harmonies of #D24999
Complementary color
Monochromatic Colors of #D24999
Black with #D24999
Text Example
Text Example
White with #D24999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24999; }
p { color: rgb(210,73,153); }
H1.HeaderClassName
{
color: #D24999;
}
.AnyTagClassName
{
color: #D24999;
}
</style>
background-color css
<style>
a { background-color: #D24999; }
a { background-color: rgb(210,73,153); }
div.DivClassName
{
background-color: #D24999;
}
.BgClassName
{
background-color: #D24999;
}
</style>
border-color css
<style>
span { border-color: #D24999; }
span { border-color: rgb(210,73,153); }
td.TdClassName
{
border-color: #D24999;
}
.TagClassName
{
border-color: #D24999;
}
</style>