Shades of Mandy #D8565E
Tints of Mandy #D8565E
RGB
CMYK
RGB Variations
Color information
#D8565E (or 0xD8565E) is known color: Mandy. HEX triplet: D8, 56 and 5E. RGB value is (216,86,94). Sum of RGB (Red+Green+Blue) = 216+86+94=396 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.55% from 396); Green value is 86 (33.98% from 255 or 21.72% from 396); Blue value is 94 (37.11% from 255 or 23.74% from 396); Max value from RGB is 216 - color contains mainly: red. Hex color #D8565E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8565E is #27A9A1. Grayscale: #7D7D7D. Windows color (decimal): -2599330 or 6182616. OLE color: 6182616.
HSL color Cylindrical-coordinate representation of color #D8565E: hue angle of 356.31º 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 #D8565E is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 86 | 94 | - |
| CMYK | 0 | 0.60 | 0.56 | 0.15 |
| HSL | 356.31º | 0.63% | 0.59% | - |
| HSV(B) | 356.31º | 0.6% | 0.85% | - |
| XYZ | 33.67 | 22.06 | 13.07 | - |
| YUV | 125.78 | 110.07 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 86 | 94 | 0 | 0.60 | 0.56 | 0.15 | 356.31 | 0.63 | 0.59 |
| Hex | D8 | 56 | 5E | 0 | 3C | 38 | F | 164 | 3E | 3B |
| Octal | 330 | 126 | 136 | 0 | 74 | 70 | 17 | 544 | 76 | 73 |
| Binary | 11011000 | 1010110 | 1011110 | 0 | 111100 | 111000 | 1111 | 101100100 | 111110 | 111011 |
Color Harmonies of #D8565E
Complementary color
Monochromatic Colors of #D8565E
Black with #D8565E
Text Example
Text Example
White with #D8565E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8565E; }
p { color: rgb(216,86,94); }
H1.HeaderClassName
{
color: #D8565E;
}
.AnyTagClassName
{
color: #D8565E;
}
</style>
background-color css
<style>
a { background-color: #D8565E; }
a { background-color: rgb(216,86,94); }
div.DivClassName
{
background-color: #D8565E;
}
.BgClassName
{
background-color: #D8565E;
}
</style>
border-color css
<style>
span { border-color: #D8565E; }
span { border-color: rgb(216,86,94); }
td.TdClassName
{
border-color: #D8565E;
}
.TagClassName
{
border-color: #D8565E;
}
</style>