Shades of Mandy #D85D5E
Tints of Mandy #D85D5E
RGB
CMYK
RGB Variations
Color information
#D85D5E (or 0xD85D5E) is known color: Mandy. HEX triplet: D8, 5D and 5E. RGB value is (216,93,94). Sum of RGB (Red+Green+Blue) = 216+93+94=403 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.60% from 403); Green value is 93 (36.72% from 255 or 23.08% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85D5E is #27A2A1. Grayscale: #828282. Windows color (decimal): -2597538 or 6184408. OLE color: 6184408.
HSL color Cylindrical-coordinate representation of color #D85D5E: hue angle of 359.51º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D85D5E is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 93 | 94 | - |
| CMYK | 0 | 0.57 | 0.56 | 0.15 |
| HSL | 359.51º | 0.61% | 0.61% | - |
| HSV(B) | 359.51º | 0.57% | 0.85% | - |
| XYZ | 34.25 | 23.24 | 13.27 | - |
| YUV | 129.89 | 107.75 | 189.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 93 | 94 | 0 | 0.57 | 0.56 | 0.15 | 359.51 | 0.61 | 0.61 |
| Hex | D8 | 5D | 5E | 0 | 39 | 38 | F | 168 | 3D | 3D |
| Octal | 330 | 135 | 136 | 0 | 71 | 70 | 17 | 550 | 75 | 75 |
| Binary | 11011000 | 1011101 | 1011110 | 0 | 111001 | 111000 | 1111 | 101101000 | 111101 | 111101 |
Color Harmonies of #D85D5E
Complementary color
Monochromatic Colors of #D85D5E
Black with #D85D5E
Text Example
Text Example
White with #D85D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85D5E; }
p { color: rgb(216,93,94); }
H1.HeaderClassName
{
color: #D85D5E;
}
.AnyTagClassName
{
color: #D85D5E;
}
</style>
background-color css
<style>
a { background-color: #D85D5E; }
a { background-color: rgb(216,93,94); }
div.DivClassName
{
background-color: #D85D5E;
}
.BgClassName
{
background-color: #D85D5E;
}
</style>
border-color css
<style>
span { border-color: #D85D5E; }
span { border-color: rgb(216,93,94); }
td.TdClassName
{
border-color: #D85D5E;
}
.TagClassName
{
border-color: #D85D5E;
}
</style>