Shades of Mulberry #D24785
Tints of Mulberry #D24785
RGB
CMYK
RGB Variations
Color information
#D24785 (or 0xD24785) is known color: Mulberry. HEX triplet: D2, 47 and 85. RGB value is (210,71,133). Sum of RGB (Red+Green+Blue) = 210+71+133=414 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.72% from 414); Green value is 71 (28.12% from 255 or 17.15% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 210 - color contains mainly: red. Hex color #D24785 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24785 is #2DB87A. Grayscale: #777777. Windows color (decimal): -2996347 or 8734674. OLE color: 8734674.
HSL color Cylindrical-coordinate representation of color #D24785: hue angle of 333.24º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D24785 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 71 | 133 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.18 |
| HSL | 333.24º | 0.61% | 0.55% | - |
| HSV(B) | 333.24º | 0.66% | 0.82% | - |
| XYZ | 33.07 | 19.9 | 24.29 | - |
| YUV | 119.63 | 135.55 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 71 | 133 | 0 | 0.66 | 0.37 | 0.18 | 333.24 | 0.61 | 0.55 |
| Hex | D2 | 47 | 85 | 0 | 42 | 25 | 12 | 14D | 3D | 37 |
| Octal | 322 | 107 | 205 | 0 | 102 | 45 | 22 | 515 | 75 | 67 |
| Binary | 11010010 | 1000111 | 10000101 | 0 | 1000010 | 100101 | 10010 | 101001101 | 111101 | 110111 |
Color Harmonies of #D24785
Complementary color
Monochromatic Colors of #D24785
Black with #D24785
Text Example
Text Example
White with #D24785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24785; }
p { color: rgb(210,71,133); }
H1.HeaderClassName
{
color: #D24785;
}
.AnyTagClassName
{
color: #D24785;
}
</style>
background-color css
<style>
a { background-color: #D24785; }
a { background-color: rgb(210,71,133); }
div.DivClassName
{
background-color: #D24785;
}
.BgClassName
{
background-color: #D24785;
}
</style>
border-color css
<style>
span { border-color: #D24785; }
span { border-color: rgb(210,71,133); }
td.TdClassName
{
border-color: #D24785;
}
.TagClassName
{
border-color: #D24785;
}
</style>