Shades of Mandy #D85657
Tints of Mandy #D85657
RGB
CMYK
RGB Variations
Color information
#D85657 (or 0xD85657) is known color: Mandy. HEX triplet: D8, 56 and 57. RGB value is (216,86,87). Sum of RGB (Red+Green+Blue) = 216+86+87=389 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.53% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 87 (34.38% from 255 or 22.37% from 389); Max value from RGB is 216 - color contains mainly: red. Hex color #D85657 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85657 is #27A9A8. Grayscale: #7D7D7D. Windows color (decimal): -2599337 or 5723864. OLE color: 5723864.
HSL color Cylindrical-coordinate representation of color #D85657: hue angle of 359.54º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D85657 is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 86 | 87 | - |
| CMYK | 0 | 0.60 | 0.60 | 0.15 |
| HSL | 359.54º | 0.63% | 0.59% | - |
| HSV(B) | 359.54º | 0.6% | 0.85% | - |
| XYZ | 33.37 | 21.94 | 11.49 | - |
| YUV | 124.98 | 106.57 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 86 | 87 | 0 | 0.60 | 0.60 | 0.15 | 359.54 | 0.63 | 0.59 |
| Hex | D8 | 56 | 57 | 0 | 3C | 3C | F | 168 | 3E | 3B |
| Octal | 330 | 126 | 127 | 0 | 74 | 74 | 17 | 550 | 76 | 73 |
| Binary | 11011000 | 1010110 | 1010111 | 0 | 111100 | 111100 | 1111 | 101101000 | 111110 | 111011 |
Color Harmonies of #D85657
Complementary color
Monochromatic Colors of #D85657
Black with #D85657
Text Example
Text Example
White with #D85657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85657; }
p { color: rgb(216,86,87); }
H1.HeaderClassName
{
color: #D85657;
}
.AnyTagClassName
{
color: #D85657;
}
</style>
background-color css
<style>
a { background-color: #D85657; }
a { background-color: rgb(216,86,87); }
div.DivClassName
{
background-color: #D85657;
}
.BgClassName
{
background-color: #D85657;
}
</style>
border-color css
<style>
span { border-color: #D85657; }
span { border-color: rgb(216,86,87); }
td.TdClassName
{
border-color: #D85657;
}
.TagClassName
{
border-color: #D85657;
}
</style>