Shades of Mandy #D85156
Tints of Mandy #D85156
RGB
CMYK
RGB Variations
Color information
#D85156 (or 0xD85156) is known color: Mandy. HEX triplet: D8, 51 and 56. RGB value is (216,81,86). Sum of RGB (Red+Green+Blue) = 216+81+86=383 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.40% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 86 (33.98% from 255 or 22.45% from 383); Max value from RGB is 216 - color contains mainly: red. Hex color #D85156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85156 is #27AEA9. Grayscale: #7A7A7A. Windows color (decimal): -2600618 or 5657048. OLE color: 5657048.
HSL color Cylindrical-coordinate representation of color #D85156: hue angle of 357.78º 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 #D85156 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 81 | 86 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.15 |
| HSL | 357.78º | 0.63% | 0.58% | - |
| HSV(B) | 357.78º | 0.63% | 0.85% | - |
| XYZ | 32.94 | 21.16 | 11.15 | - |
| YUV | 121.94 | 107.73 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 81 | 86 | 0 | 0.62 | 0.60 | 0.15 | 357.78 | 0.63 | 0.58 |
| Hex | D8 | 51 | 56 | 0 | 3E | 3C | F | 166 | 3F | 3A |
| Octal | 330 | 121 | 126 | 0 | 76 | 74 | 17 | 546 | 77 | 72 |
| Binary | 11011000 | 1010001 | 1010110 | 0 | 111110 | 111100 | 1111 | 101100110 | 111111 | 111010 |
Color Harmonies of #D85156
Complementary color
Monochromatic Colors of #D85156
Black with #D85156
Text Example
Text Example
White with #D85156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85156; }
p { color: rgb(216,81,86); }
H1.HeaderClassName
{
color: #D85156;
}
.AnyTagClassName
{
color: #D85156;
}
</style>
background-color css
<style>
a { background-color: #D85156; }
a { background-color: rgb(216,81,86); }
div.DivClassName
{
background-color: #D85156;
}
.BgClassName
{
background-color: #D85156;
}
</style>
border-color css
<style>
span { border-color: #D85156; }
span { border-color: rgb(216,81,86); }
td.TdClassName
{
border-color: #D85156;
}
.TagClassName
{
border-color: #D85156;
}
</style>