Shades of Mandy #D85E60
Tints of Mandy #D85E60
RGB
CMYK
RGB Variations
Color information
#D85E60 (or 0xD85E60) is known color: Mandy. HEX triplet: D8, 5E and 60. RGB value is (216,94,96). Sum of RGB (Red+Green+Blue) = 216+94+96=406 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.20% from 406); Green value is 94 (37.11% from 255 or 23.15% from 406); Blue value is 96 (37.89% from 255 or 23.65% from 406); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85E60 is #27A19F. Grayscale: #828282. Windows color (decimal): -2597280 or 6315736. OLE color: 6315736.
HSL color Cylindrical-coordinate representation of color #D85E60: hue angle of 359.02º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D85E60 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 94 | 96 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.15 |
| HSL | 359.02º | 0.61% | 0.61% | - |
| HSV(B) | 359.02º | 0.56% | 0.85% | - |
| XYZ | 34.43 | 23.45 | 13.78 | - |
| YUV | 130.71 | 108.42 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 94 | 96 | 0 | 0.56 | 0.56 | 0.15 | 359.02 | 0.61 | 0.61 |
| Hex | D8 | 5E | 60 | 0 | 38 | 38 | F | 167 | 3D | 3D |
| Octal | 330 | 136 | 140 | 0 | 70 | 70 | 17 | 547 | 75 | 75 |
| Binary | 11011000 | 1011110 | 1100000 | 0 | 111000 | 111000 | 1111 | 101100111 | 111101 | 111101 |
Color Harmonies of #D85E60
Complementary color
Monochromatic Colors of #D85E60
Black with #D85E60
Text Example
Text Example
White with #D85E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85E60; }
p { color: rgb(216,94,96); }
H1.HeaderClassName
{
color: #D85E60;
}
.AnyTagClassName
{
color: #D85E60;
}
</style>
background-color css
<style>
a { background-color: #D85E60; }
a { background-color: rgb(216,94,96); }
div.DivClassName
{
background-color: #D85E60;
}
.BgClassName
{
background-color: #D85E60;
}
</style>
border-color css
<style>
span { border-color: #D85E60; }
span { border-color: rgb(216,94,96); }
td.TdClassName
{
border-color: #D85E60;
}
.TagClassName
{
border-color: #D85E60;
}
</style>