Shades of Mulberry #D24F95
Tints of Mulberry #D24F95
RGB
CMYK
RGB Variations
Color information
#D24F95 (or 0xD24F95) is known color: Mulberry. HEX triplet: D2, 4F and 95. RGB value is (210,79,149). Sum of RGB (Red+Green+Blue) = 210+79+149=438 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.95% from 438); Green value is 79 (31.25% from 255 or 18.04% from 438); Blue value is 149 (58.59% from 255 or 34.02% from 438); Max value from RGB is 210 - color contains mainly: red. Hex color #D24F95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D24F95 is #2DB06A. Grayscale: #7E7E7E. Windows color (decimal): -2994283 or 9785298. OLE color: 9785298.
HSL color Cylindrical-coordinate representation of color #D24F95: hue angle of 327.94º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D24F95 is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 79 | 149 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.18 |
| HSL | 327.94º | 0.59% | 0.57% | - |
| HSV(B) | 327.94º | 0.62% | 0.82% | - |
| XYZ | 34.8 | 21.46 | 30.74 | - |
| YUV | 126.15 | 140.9 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 79 | 149 | 0 | 0.62 | 0.29 | 0.18 | 327.94 | 0.59 | 0.57 |
| Hex | D2 | 4F | 95 | 0 | 3E | 1D | 12 | 148 | 3B | 39 |
| Octal | 322 | 117 | 225 | 0 | 76 | 35 | 22 | 510 | 73 | 71 |
| Binary | 11010010 | 1001111 | 10010101 | 0 | 111110 | 11101 | 10010 | 101001000 | 111011 | 111001 |
Color Harmonies of #D24F95
Complementary color
Monochromatic Colors of #D24F95
Black with #D24F95
Text Example
Text Example
White with #D24F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24F95; }
p { color: rgb(210,79,149); }
H1.HeaderClassName
{
color: #D24F95;
}
.AnyTagClassName
{
color: #D24F95;
}
</style>
background-color css
<style>
a { background-color: #D24F95; }
a { background-color: rgb(210,79,149); }
div.DivClassName
{
background-color: #D24F95;
}
.BgClassName
{
background-color: #D24F95;
}
</style>
border-color css
<style>
span { border-color: #D24F95; }
span { border-color: rgb(210,79,149); }
td.TdClassName
{
border-color: #D24F95;
}
.TagClassName
{
border-color: #D24F95;
}
</style>