Shades of Mulberry #D24F86
Tints of Mulberry #D24F86
RGB
CMYK
RGB Variations
Color information
#D24F86 (or 0xD24F86) is known color: Mulberry. HEX triplet: D2, 4F and 86. RGB value is (210,79,134). Sum of RGB (Red+Green+Blue) = 210+79+134=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 134 (52.73% from 255 or 31.68% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D24F86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D24F86 is #2DB079. Grayscale: #7C7C7C. Windows color (decimal): -2994298 or 8802258. OLE color: 8802258.
HSL color Cylindrical-coordinate representation of color #D24F86: hue angle of 334.81º 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 #D24F86 is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 79 | 134 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.18 |
| HSL | 334.81º | 0.59% | 0.57% | - |
| HSV(B) | 334.81º | 0.62% | 0.82% | - |
| XYZ | 33.68 | 21.01 | 24.84 | - |
| YUV | 124.44 | 133.4 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 79 | 134 | 0 | 0.62 | 0.36 | 0.18 | 334.81 | 0.59 | 0.57 |
| Hex | D2 | 4F | 86 | 0 | 3E | 24 | 12 | 14F | 3B | 39 |
| Octal | 322 | 117 | 206 | 0 | 76 | 44 | 22 | 517 | 73 | 71 |
| Binary | 11010010 | 1001111 | 10000110 | 0 | 111110 | 100100 | 10010 | 101001111 | 111011 | 111001 |
Color Harmonies of #D24F86
Complementary color
Monochromatic Colors of #D24F86
Black with #D24F86
Text Example
Text Example
White with #D24F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24F86; }
p { color: rgb(210,79,134); }
H1.HeaderClassName
{
color: #D24F86;
}
.AnyTagClassName
{
color: #D24F86;
}
</style>
background-color css
<style>
a { background-color: #D24F86; }
a { background-color: rgb(210,79,134); }
div.DivClassName
{
background-color: #D24F86;
}
.BgClassName
{
background-color: #D24F86;
}
</style>
border-color css
<style>
span { border-color: #D24F86; }
span { border-color: rgb(210,79,134); }
td.TdClassName
{
border-color: #D24F86;
}
.TagClassName
{
border-color: #D24F86;
}
</style>