Shades of Mandy #D85C5D
Tints of Mandy #D85C5D
RGB
CMYK
RGB Variations
Color information
#D85C5D (or 0xD85C5D) is known color: Mandy. HEX triplet: D8, 5C and 5D. RGB value is (216,92,93). Sum of RGB (Red+Green+Blue) = 216+92+93=401 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.87% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 216 - color contains mainly: red. Hex color #D85C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85C5D is #27A3A2. Grayscale: #818181. Windows color (decimal): -2597795 or 6118616. OLE color: 6118616.
HSL color Cylindrical-coordinate representation of color #D85C5D: hue angle of 359.52º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D85C5D is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 92 | 93 | - |
| CMYK | 0 | 0.57 | 0.57 | 0.15 |
| HSL | 359.52º | 0.61% | 0.6% | - |
| HSV(B) | 359.52º | 0.57% | 0.85% | - |
| XYZ | 34.12 | 23.04 | 13.01 | - |
| YUV | 129.19 | 107.58 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 92 | 93 | 0 | 0.57 | 0.57 | 0.15 | 359.52 | 0.61 | 0.6 |
| Hex | D8 | 5C | 5D | 0 | 39 | 39 | F | 168 | 3D | 3C |
| Octal | 330 | 134 | 135 | 0 | 71 | 71 | 17 | 550 | 75 | 74 |
| Binary | 11011000 | 1011100 | 1011101 | 0 | 111001 | 111001 | 1111 | 101101000 | 111101 | 111100 |
Color Harmonies of #D85C5D
Complementary color
Monochromatic Colors of #D85C5D
Black with #D85C5D
Text Example
Text Example
White with #D85C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85C5D; }
p { color: rgb(216,92,93); }
H1.HeaderClassName
{
color: #D85C5D;
}
.AnyTagClassName
{
color: #D85C5D;
}
</style>
background-color css
<style>
a { background-color: #D85C5D; }
a { background-color: rgb(216,92,93); }
div.DivClassName
{
background-color: #D85C5D;
}
.BgClassName
{
background-color: #D85C5D;
}
</style>
border-color css
<style>
span { border-color: #D85C5D; }
span { border-color: rgb(216,92,93); }
td.TdClassName
{
border-color: #D85C5D;
}
.TagClassName
{
border-color: #D85C5D;
}
</style>