Shades of Mandy #D85556
Tints of Mandy #D85556
RGB
CMYK
RGB Variations
Color information
#D85556 (or 0xD85556) is known color: Mandy. HEX triplet: D8, 55 and 56. RGB value is (216,85,86). Sum of RGB (Red+Green+Blue) = 216+85+86=387 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.81% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 86 (33.98% from 255 or 22.22% from 387); Max value from RGB is 216 - color contains mainly: red. Hex color #D85556 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85556 is #27AAA9. Grayscale: #7C7C7C. Windows color (decimal): -2599594 or 5658072. OLE color: 5658072.
HSL color Cylindrical-coordinate representation of color #D85556: hue angle of 359.54º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D85556 is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 85 | 86 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.15 |
| HSL | 359.54º | 0.63% | 0.59% | - |
| HSV(B) | 359.54º | 0.61% | 0.85% | - |
| XYZ | 33.25 | 21.77 | 11.25 | - |
| YUV | 124.28 | 106.4 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 85 | 86 | 0 | 0.61 | 0.60 | 0.15 | 359.54 | 0.63 | 0.59 |
| Hex | D8 | 55 | 56 | 0 | 3D | 3C | F | 168 | 3F | 3B |
| Octal | 330 | 125 | 126 | 0 | 75 | 74 | 17 | 550 | 77 | 73 |
| Binary | 11011000 | 1010101 | 1010110 | 0 | 111101 | 111100 | 1111 | 101101000 | 111111 | 111011 |
Color Harmonies of #D85556
Complementary color
Monochromatic Colors of #D85556
Black with #D85556
Text Example
Text Example
White with #D85556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85556; }
p { color: rgb(216,85,86); }
H1.HeaderClassName
{
color: #D85556;
}
.AnyTagClassName
{
color: #D85556;
}
</style>
background-color css
<style>
a { background-color: #D85556; }
a { background-color: rgb(216,85,86); }
div.DivClassName
{
background-color: #D85556;
}
.BgClassName
{
background-color: #D85556;
}
</style>
border-color css
<style>
span { border-color: #D85556; }
span { border-color: rgb(216,85,86); }
td.TdClassName
{
border-color: #D85556;
}
.TagClassName
{
border-color: #D85556;
}
</style>