Shades of Mandy #D85660
Tints of Mandy #D85660
RGB
CMYK
RGB Variations
Color information
#D85660 (or 0xD85660) is known color: Mandy. HEX triplet: D8, 56 and 60. RGB value is (216,86,96). Sum of RGB (Red+Green+Blue) = 216+86+96=398 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.27% from 398); Green value is 86 (33.98% from 255 or 21.61% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 216 - color contains mainly: red. Hex color #D85660 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85660 is #27A99F. Grayscale: #7E7E7E. Windows color (decimal): -2599328 or 6313688. OLE color: 6313688.
HSL color Cylindrical-coordinate representation of color #D85660: hue angle of 355.38º 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 #D85660 is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 86 | 96 | - |
| CMYK | 0 | 0.60 | 0.56 | 0.15 |
| HSL | 355.38º | 0.63% | 0.59% | - |
| HSV(B) | 355.38º | 0.6% | 0.85% | - |
| XYZ | 33.76 | 22.1 | 13.55 | - |
| YUV | 126.01 | 111.07 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 86 | 96 | 0 | 0.60 | 0.56 | 0.15 | 355.38 | 0.63 | 0.59 |
| Hex | D8 | 56 | 60 | 0 | 3C | 38 | F | 163 | 3E | 3B |
| Octal | 330 | 126 | 140 | 0 | 74 | 70 | 17 | 543 | 76 | 73 |
| Binary | 11011000 | 1010110 | 1100000 | 0 | 111100 | 111000 | 1111 | 101100011 | 111110 | 111011 |
Color Harmonies of #D85660
Complementary color
Monochromatic Colors of #D85660
Black with #D85660
Text Example
Text Example
White with #D85660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85660; }
p { color: rgb(216,86,96); }
H1.HeaderClassName
{
color: #D85660;
}
.AnyTagClassName
{
color: #D85660;
}
</style>
background-color css
<style>
a { background-color: #D85660; }
a { background-color: rgb(216,86,96); }
div.DivClassName
{
background-color: #D85660;
}
.BgClassName
{
background-color: #D85660;
}
</style>
border-color css
<style>
span { border-color: #D85660; }
span { border-color: rgb(216,86,96); }
td.TdClassName
{
border-color: #D85660;
}
.TagClassName
{
border-color: #D85660;
}
</style>