Shades of Mulberry #D24599
Tints of Mulberry #D24599
RGB
CMYK
RGB Variations
Color information
#D24599 (or 0xD24599) is known color: Mulberry. HEX triplet: D2, 45 and 99. RGB value is (210,69,153). Sum of RGB (Red+Green+Blue) = 210+69+153=432 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.61% from 432); Green value is 69 (27.34% from 255 or 15.97% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 210 - color contains mainly: red. Hex color #D24599 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24599 is #2DBA66. Grayscale: #787878. Windows color (decimal): -2996839 or 10044882. OLE color: 10044882.
HSL color Cylindrical-coordinate representation of color #D24599: hue angle of 324.26º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D24599 is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 69 | 153 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.18 |
| HSL | 324.26º | 0.61% | 0.55% | - |
| HSV(B) | 324.26º | 0.67% | 0.82% | - |
| XYZ | 34.46 | 20.26 | 32.23 | - |
| YUV | 120.74 | 146.21 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 69 | 153 | 0 | 0.67 | 0.27 | 0.18 | 324.26 | 0.61 | 0.55 |
| Hex | D2 | 45 | 99 | 0 | 43 | 1B | 12 | 144 | 3D | 37 |
| Octal | 322 | 105 | 231 | 0 | 103 | 33 | 22 | 504 | 75 | 67 |
| Binary | 11010010 | 1000101 | 10011001 | 0 | 1000011 | 11011 | 10010 | 101000100 | 111101 | 110111 |
Color Harmonies of #D24599
Complementary color
Monochromatic Colors of #D24599
Black with #D24599
Text Example
Text Example
White with #D24599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24599; }
p { color: rgb(210,69,153); }
H1.HeaderClassName
{
color: #D24599;
}
.AnyTagClassName
{
color: #D24599;
}
</style>
background-color css
<style>
a { background-color: #D24599; }
a { background-color: rgb(210,69,153); }
div.DivClassName
{
background-color: #D24599;
}
.BgClassName
{
background-color: #D24599;
}
</style>
border-color css
<style>
span { border-color: #D24599; }
span { border-color: rgb(210,69,153); }
td.TdClassName
{
border-color: #D24599;
}
.TagClassName
{
border-color: #D24599;
}
</style>