Shades of Mulberry #D24499
Tints of Mulberry #D24499
RGB
CMYK
RGB Variations
Color information
#D24499 (or 0xD24499) is known color: Mulberry. HEX triplet: D2, 44 and 99. RGB value is (210,68,153). Sum of RGB (Red+Green+Blue) = 210+68+153=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 68 (26.95% from 255 or 15.78% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D24499 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24499 is #2DBB66. Grayscale: #777777. Windows color (decimal): -2997095 or 10044626. OLE color: 10044626.
HSL color Cylindrical-coordinate representation of color #D24499: hue angle of 324.08º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D24499 is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 68 | 153 | - |
| CMYK | 0 | 0.68 | 0.27 | 0.18 |
| HSL | 324.08º | 0.61% | 0.55% | - |
| HSV(B) | 324.08º | 0.68% | 0.82% | - |
| XYZ | 34.4 | 20.14 | 32.21 | - |
| YUV | 120.15 | 146.54 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 68 | 153 | 0 | 0.68 | 0.27 | 0.18 | 324.08 | 0.61 | 0.55 |
| Hex | D2 | 44 | 99 | 0 | 44 | 1B | 12 | 144 | 3D | 37 |
| Octal | 322 | 104 | 231 | 0 | 104 | 33 | 22 | 504 | 75 | 67 |
| Binary | 11010010 | 1000100 | 10011001 | 0 | 1000100 | 11011 | 10010 | 101000100 | 111101 | 110111 |
Color Harmonies of #D24499
Complementary color
Monochromatic Colors of #D24499
Black with #D24499
Text Example
Text Example
White with #D24499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24499; }
p { color: rgb(210,68,153); }
H1.HeaderClassName
{
color: #D24499;
}
.AnyTagClassName
{
color: #D24499;
}
</style>
background-color css
<style>
a { background-color: #D24499; }
a { background-color: rgb(210,68,153); }
div.DivClassName
{
background-color: #D24499;
}
.BgClassName
{
background-color: #D24499;
}
</style>
border-color css
<style>
span { border-color: #D24499; }
span { border-color: rgb(210,68,153); }
td.TdClassName
{
border-color: #D24499;
}
.TagClassName
{
border-color: #D24499;
}
</style>