Shades of Mandy #D85E5F
Tints of Mandy #D85E5F
RGB
CMYK
RGB Variations
Color information
#D85E5F (or 0xD85E5F) is known color: Mandy. HEX triplet: D8, 5E and 5F. RGB value is (216,94,95). Sum of RGB (Red+Green+Blue) = 216+94+95=405 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.33% from 405); Green value is 94 (37.11% from 255 or 23.21% from 405); Blue value is 95 (37.5% from 255 or 23.46% from 405); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85E5F is #27A1A0. Grayscale: #828282. Windows color (decimal): -2597281 or 6250200. OLE color: 6250200.
HSL color Cylindrical-coordinate representation of color #D85E5F: 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.56%. Process color model (Four color, CMYK) of #D85E5F is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 94 | 95 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.15 |
| HSL | 359.51º | 0.61% | 0.61% | - |
| HSV(B) | 359.51º | 0.56% | 0.85% | - |
| XYZ | 34.39 | 23.43 | 13.54 | - |
| YUV | 130.59 | 107.92 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 94 | 95 | 0 | 0.56 | 0.56 | 0.15 | 359.51 | 0.61 | 0.61 |
| Hex | D8 | 5E | 5F | 0 | 38 | 38 | F | 168 | 3D | 3D |
| Octal | 330 | 136 | 137 | 0 | 70 | 70 | 17 | 550 | 75 | 75 |
| Binary | 11011000 | 1011110 | 1011111 | 0 | 111000 | 111000 | 1111 | 101101000 | 111101 | 111101 |
Color Harmonies of #D85E5F
Complementary color
Monochromatic Colors of #D85E5F
Black with #D85E5F
Text Example
Text Example
White with #D85E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85E5F; }
p { color: rgb(216,94,95); }
H1.HeaderClassName
{
color: #D85E5F;
}
.AnyTagClassName
{
color: #D85E5F;
}
</style>
background-color css
<style>
a { background-color: #D85E5F; }
a { background-color: rgb(216,94,95); }
div.DivClassName
{
background-color: #D85E5F;
}
.BgClassName
{
background-color: #D85E5F;
}
</style>
border-color css
<style>
span { border-color: #D85E5F; }
span { border-color: rgb(216,94,95); }
td.TdClassName
{
border-color: #D85E5F;
}
.TagClassName
{
border-color: #D85E5F;
}
</style>