Shades of Mulberry #D24F96
Tints of Mulberry #D24F96
RGB
CMYK
RGB Variations
Color information
#D24F96 (or 0xD24F96) is known color: Mulberry. HEX triplet: D2, 4F and 96. RGB value is (210,79,150). Sum of RGB (Red+Green+Blue) = 210+79+150=439 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.84% from 439); Green value is 79 (31.25% from 255 or 18.00% from 439); Blue value is 150 (58.98% from 255 or 34.17% from 439); Max value from RGB is 210 - color contains mainly: red. Hex color #D24F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D24F96 is #2DB069. Grayscale: #7E7E7E. Windows color (decimal): -2994282 or 9850834. OLE color: 9850834.
HSL color Cylindrical-coordinate representation of color #D24F96: hue angle of 327.48º 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 #D24F96 is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 79 | 150 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.18 |
| HSL | 327.48º | 0.59% | 0.57% | - |
| HSV(B) | 327.48º | 0.62% | 0.82% | - |
| XYZ | 34.88 | 21.5 | 31.16 | - |
| YUV | 126.26 | 141.4 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 79 | 150 | 0 | 0.62 | 0.29 | 0.18 | 327.48 | 0.59 | 0.57 |
| Hex | D2 | 4F | 96 | 0 | 3E | 1D | 12 | 147 | 3B | 39 |
| Octal | 322 | 117 | 226 | 0 | 76 | 35 | 22 | 507 | 73 | 71 |
| Binary | 11010010 | 1001111 | 10010110 | 0 | 111110 | 11101 | 10010 | 101000111 | 111011 | 111001 |
Color Harmonies of #D24F96
Complementary color
Monochromatic Colors of #D24F96
Black with #D24F96
Text Example
Text Example
White with #D24F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24F96; }
p { color: rgb(210,79,150); }
H1.HeaderClassName
{
color: #D24F96;
}
.AnyTagClassName
{
color: #D24F96;
}
</style>
background-color css
<style>
a { background-color: #D24F96; }
a { background-color: rgb(210,79,150); }
div.DivClassName
{
background-color: #D24F96;
}
.BgClassName
{
background-color: #D24F96;
}
</style>
border-color css
<style>
span { border-color: #D24F96; }
span { border-color: rgb(210,79,150); }
td.TdClassName
{
border-color: #D24F96;
}
.TagClassName
{
border-color: #D24F96;
}
</style>