Shades of Mandy #D7565E
Tints of Mandy #D7565E
RGB
CMYK
RGB Variations
Color information
#D7565E (or 0xD7565E) is known color: Mandy. HEX triplet: D7, 56 and 5E. RGB value is (215,86,94). Sum of RGB (Red+Green+Blue) = 215+86+94=395 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.43% from 395); Green value is 86 (33.98% from 255 or 21.77% from 395); Blue value is 94 (37.11% from 255 or 23.80% from 395); Max value from RGB is 215 - color contains mainly: red. Hex color #D7565E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7565E is #28A9A1. Grayscale: #7D7D7D. Windows color (decimal): -2664866 or 6182615. OLE color: 6182615.
HSL color Cylindrical-coordinate representation of color #D7565E: hue angle of 356.28º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D7565E is Cyan = 0, Magento = 0.6, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 86 | 94 | - |
| CMYK | 0 | 0.6 | 0.56 | 0.16 |
| HSL | 356.28º | 0.62% | 0.59% | - |
| HSV(B) | 356.28º | 0.6% | 0.84% | - |
| XYZ | 33.37 | 21.91 | 13.06 | - |
| YUV | 125.48 | 110.24 | 191.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 86 | 94 | 0 | 0.6 | 0.56 | 0.16 | 356.28 | 0.62 | 0.59 |
| Hex | D7 | 56 | 5E | 0 | 3C | 38 | 10 | 164 | 3E | 3B |
| Octal | 327 | 126 | 136 | 0 | 74 | 70 | 20 | 544 | 76 | 73 |
| Binary | 11010111 | 1010110 | 1011110 | 0 | 111100 | 111000 | 10000 | 101100100 | 111110 | 111011 |
Color Harmonies of #D7565E
Complementary color
Monochromatic Colors of #D7565E
Black with #D7565E
Text Example
Text Example
White with #D7565E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7565E; }
p { color: rgb(215,86,94); }
H1.HeaderClassName
{
color: #D7565E;
}
.AnyTagClassName
{
color: #D7565E;
}
</style>
background-color css
<style>
a { background-color: #D7565E; }
a { background-color: rgb(215,86,94); }
div.DivClassName
{
background-color: #D7565E;
}
.BgClassName
{
background-color: #D7565E;
}
</style>
border-color css
<style>
span { border-color: #D7565E; }
span { border-color: rgb(215,86,94); }
td.TdClassName
{
border-color: #D7565E;
}
.TagClassName
{
border-color: #D7565E;
}
</style>