Shades of Mandy #D85C5F
Tints of Mandy #D85C5F
RGB
CMYK
RGB Variations
Color information
#D85C5F (or 0xD85C5F) is known color: Mandy. HEX triplet: D8, 5C and 5F. RGB value is (216,92,95). Sum of RGB (Red+Green+Blue) = 216+92+95=403 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.60% from 403); Green value is 92 (36.33% from 255 or 22.83% from 403); Blue value is 95 (37.5% from 255 or 23.57% from 403); Max value from RGB is 216 - color contains mainly: red. Hex color #D85C5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85C5F is #27A3A0. Grayscale: #818181. Windows color (decimal): -2597793 or 6249688. OLE color: 6249688.
HSL color Cylindrical-coordinate representation of color #D85C5F: hue angle of 358.55º 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 #D85C5F is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 92 | 95 | - |
| CMYK | 0 | 0.57 | 0.56 | 0.15 |
| HSL | 358.55º | 0.61% | 0.6% | - |
| HSV(B) | 358.55º | 0.57% | 0.85% | - |
| XYZ | 34.21 | 23.08 | 13.48 | - |
| YUV | 129.42 | 108.58 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 92 | 95 | 0 | 0.57 | 0.56 | 0.15 | 358.55 | 0.61 | 0.6 |
| Hex | D8 | 5C | 5F | 0 | 39 | 38 | F | 167 | 3D | 3C |
| Octal | 330 | 134 | 137 | 0 | 71 | 70 | 17 | 547 | 75 | 74 |
| Binary | 11011000 | 1011100 | 1011111 | 0 | 111001 | 111000 | 1111 | 101100111 | 111101 | 111100 |
Color Harmonies of #D85C5F
Complementary color
Monochromatic Colors of #D85C5F
Black with #D85C5F
Text Example
Text Example
White with #D85C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85C5F; }
p { color: rgb(216,92,95); }
H1.HeaderClassName
{
color: #D85C5F;
}
.AnyTagClassName
{
color: #D85C5F;
}
</style>
background-color css
<style>
a { background-color: #D85C5F; }
a { background-color: rgb(216,92,95); }
div.DivClassName
{
background-color: #D85C5F;
}
.BgClassName
{
background-color: #D85C5F;
}
</style>
border-color css
<style>
span { border-color: #D85C5F; }
span { border-color: rgb(216,92,95); }
td.TdClassName
{
border-color: #D85C5F;
}
.TagClassName
{
border-color: #D85C5F;
}
</style>