Shades of Mulberry #D24295
Tints of Mulberry #D24295
RGB
CMYK
RGB Variations
Color information
#D24295 (or 0xD24295) is known color: Mulberry. HEX triplet: D2, 42 and 95. RGB value is (210,66,149). Sum of RGB (Red+Green+Blue) = 210+66+149=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 66 (26.17% from 255 or 15.53% from 425); Blue value is 149 (58.59% from 255 or 35.06% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D24295 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24295 is #2DBD6A. Grayscale: #767676. Windows color (decimal): -2997611 or 9781970. OLE color: 9781970.
HSL color Cylindrical-coordinate representation of color #D24295: hue angle of 325.42º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D24295 is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 66 | 149 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.18 |
| HSL | 325.42º | 0.62% | 0.54% | - |
| HSV(B) | 325.42º | 0.69% | 0.82% | - |
| XYZ | 33.95 | 19.77 | 30.46 | - |
| YUV | 118.52 | 145.21 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 66 | 149 | 0 | 0.69 | 0.29 | 0.18 | 325.42 | 0.62 | 0.54 |
| Hex | D2 | 42 | 95 | 0 | 45 | 1D | 12 | 145 | 3E | 36 |
| Octal | 322 | 102 | 225 | 0 | 105 | 35 | 22 | 505 | 76 | 66 |
| Binary | 11010010 | 1000010 | 10010101 | 0 | 1000101 | 11101 | 10010 | 101000101 | 111110 | 110110 |
Color Harmonies of #D24295
Complementary color
Monochromatic Colors of #D24295
Black with #D24295
Text Example
Text Example
White with #D24295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24295; }
p { color: rgb(210,66,149); }
H1.HeaderClassName
{
color: #D24295;
}
.AnyTagClassName
{
color: #D24295;
}
</style>
background-color css
<style>
a { background-color: #D24295; }
a { background-color: rgb(210,66,149); }
div.DivClassName
{
background-color: #D24295;
}
.BgClassName
{
background-color: #D24295;
}
</style>
border-color css
<style>
span { border-color: #D24295; }
span { border-color: rgb(210,66,149); }
td.TdClassName
{
border-color: #D24295;
}
.TagClassName
{
border-color: #D24295;
}
</style>