Shades of Mulberry #D24985
Tints of Mulberry #D24985
RGB
CMYK
RGB Variations
Color information
#D24985 (or 0xD24985) is known color: Mulberry. HEX triplet: D2, 49 and 85. RGB value is (210,73,133). Sum of RGB (Red+Green+Blue) = 210+73+133=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 73 (28.91% from 255 or 17.55% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D24985 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24985 is #2DB67A. Grayscale: #787878. Windows color (decimal): -2995835 or 8735186. OLE color: 8735186.
HSL color Cylindrical-coordinate representation of color #D24985: hue angle of 333.72º 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 #D24985 is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 73 | 133 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.18 |
| HSL | 333.72º | 0.6% | 0.55% | - |
| HSV(B) | 333.72º | 0.65% | 0.82% | - |
| XYZ | 33.19 | 20.16 | 24.33 | - |
| YUV | 120.8 | 134.89 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 133 | 0 | 0.65 | 0.37 | 0.18 | 333.72 | 0.6 | 0.55 |
| Hex | D2 | 49 | 85 | 0 | 41 | 25 | 12 | 14E | 3C | 37 |
| Octal | 322 | 111 | 205 | 0 | 101 | 45 | 22 | 516 | 74 | 67 |
| Binary | 11010010 | 1001001 | 10000101 | 0 | 1000001 | 100101 | 10010 | 101001110 | 111100 | 110111 |
Color Harmonies of #D24985
Complementary color
Monochromatic Colors of #D24985
Black with #D24985
Text Example
Text Example
White with #D24985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24985; }
p { color: rgb(210,73,133); }
H1.HeaderClassName
{
color: #D24985;
}
.AnyTagClassName
{
color: #D24985;
}
</style>
background-color css
<style>
a { background-color: #D24985; }
a { background-color: rgb(210,73,133); }
div.DivClassName
{
background-color: #D24985;
}
.BgClassName
{
background-color: #D24985;
}
</style>
border-color css
<style>
span { border-color: #D24985; }
span { border-color: rgb(210,73,133); }
td.TdClassName
{
border-color: #D24985;
}
.TagClassName
{
border-color: #D24985;
}
</style>