Shades of Mulberry #D24095
Tints of Mulberry #D24095
RGB
CMYK
RGB Variations
Color information
#D24095 (or 0xD24095) is known color: Mulberry. HEX triplet: D2, 40 and 95. RGB value is (210,64,149). Sum of RGB (Red+Green+Blue) = 210+64+149=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D24095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24095 is #2DBF6A. Grayscale: #757575. Windows color (decimal): -2998123 or 9781458. OLE color: 9781458.
HSL color Cylindrical-coordinate representation of color #D24095: hue angle of 325.07º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D24095 is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 64 | 149 | - |
| CMYK | 0 | 0.70 | 0.29 | 0.18 |
| HSL | 325.07º | 0.62% | 0.54% | - |
| HSV(B) | 325.07º | 0.7% | 0.82% | - |
| XYZ | 33.84 | 19.54 | 30.42 | - |
| YUV | 117.34 | 145.87 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 64 | 149 | 0 | 0.70 | 0.29 | 0.18 | 325.07 | 0.62 | 0.54 |
| Hex | D2 | 40 | 95 | 0 | 46 | 1D | 12 | 145 | 3E | 36 |
| Octal | 322 | 100 | 225 | 0 | 106 | 35 | 22 | 505 | 76 | 66 |
| Binary | 11010010 | 1000000 | 10010101 | 0 | 1000110 | 11101 | 10010 | 101000101 | 111110 | 110110 |
Color Harmonies of #D24095
Complementary color
Monochromatic Colors of #D24095
Black with #D24095
Text Example
Text Example
White with #D24095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24095; }
p { color: rgb(210,64,149); }
H1.HeaderClassName
{
color: #D24095;
}
.AnyTagClassName
{
color: #D24095;
}
</style>
background-color css
<style>
a { background-color: #D24095; }
a { background-color: rgb(210,64,149); }
div.DivClassName
{
background-color: #D24095;
}
.BgClassName
{
background-color: #D24095;
}
</style>
border-color css
<style>
span { border-color: #D24095; }
span { border-color: rgb(210,64,149); }
td.TdClassName
{
border-color: #D24095;
}
.TagClassName
{
border-color: #D24095;
}
</style>