Shades of Mandy #D85160
Tints of Mandy #D85160
RGB
CMYK
RGB Variations
Color information
#D85160 (or 0xD85160) is known color: Mandy. HEX triplet: D8, 51 and 60. RGB value is (216,81,96). Sum of RGB (Red+Green+Blue) = 216+81+96=393 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.96% from 393); Green value is 81 (32.03% from 255 or 20.61% from 393); Blue value is 96 (37.89% from 255 or 24.43% from 393); Max value from RGB is 216 - color contains mainly: red. Hex color #D85160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85160 is #27AE9F. Grayscale: #7B7B7B. Windows color (decimal): -2600608 or 6312408. OLE color: 6312408.
HSL color Cylindrical-coordinate representation of color #D85160: hue angle of 353.33º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D85160 is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 81 | 96 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.15 |
| HSL | 353.33º | 0.63% | 0.58% | - |
| HSV(B) | 353.33º | 0.63% | 0.85% | - |
| XYZ | 33.37 | 21.33 | 13.42 | - |
| YUV | 123.08 | 112.73 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 81 | 96 | 0 | 0.62 | 0.56 | 0.15 | 353.33 | 0.63 | 0.58 |
| Hex | D8 | 51 | 60 | 0 | 3E | 38 | F | 161 | 3F | 3A |
| Octal | 330 | 121 | 140 | 0 | 76 | 70 | 17 | 541 | 77 | 72 |
| Binary | 11011000 | 1010001 | 1100000 | 0 | 111110 | 111000 | 1111 | 101100001 | 111111 | 111010 |
Color Harmonies of #D85160
Complementary color
Monochromatic Colors of #D85160
Black with #D85160
Text Example
Text Example
White with #D85160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85160; }
p { color: rgb(216,81,96); }
H1.HeaderClassName
{
color: #D85160;
}
.AnyTagClassName
{
color: #D85160;
}
</style>
background-color css
<style>
a { background-color: #D85160; }
a { background-color: rgb(216,81,96); }
div.DivClassName
{
background-color: #D85160;
}
.BgClassName
{
background-color: #D85160;
}
</style>
border-color css
<style>
span { border-color: #D85160; }
span { border-color: rgb(216,81,96); }
td.TdClassName
{
border-color: #D85160;
}
.TagClassName
{
border-color: #D85160;
}
</style>