Shades of Mandy #D75E60
Tints of Mandy #D75E60
RGB
CMYK
RGB Variations
Color information
#D75E60 (or 0xD75E60) is known color: Mandy. HEX triplet: D7, 5E and 60. RGB value is (215,94,96). Sum of RGB (Red+Green+Blue) = 215+94+96=405 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.09% from 405); Green value is 94 (37.11% from 255 or 23.21% from 405); Blue value is 96 (37.89% from 255 or 23.70% from 405); Max value from RGB is 215 - color contains mainly: red. Hex color #D75E60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75E60 is #28A19F. Grayscale: #828282. Windows color (decimal): -2662816 or 6315735. OLE color: 6315735.
HSL color Cylindrical-coordinate representation of color #D75E60: hue angle of 359.01º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D75E60 is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 94 | 96 | - |
| CMYK | 0 | 0.56 | 0.55 | 0.16 |
| HSL | 359.01º | 0.6% | 0.61% | - |
| HSV(B) | 359.01º | 0.56% | 0.84% | - |
| XYZ | 34.14 | 23.3 | 13.76 | - |
| YUV | 130.41 | 108.59 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 94 | 96 | 0 | 0.56 | 0.55 | 0.16 | 359.01 | 0.6 | 0.61 |
| Hex | D7 | 5E | 60 | 0 | 38 | 37 | 10 | 167 | 3C | 3D |
| Octal | 327 | 136 | 140 | 0 | 70 | 67 | 20 | 547 | 74 | 75 |
| Binary | 11010111 | 1011110 | 1100000 | 0 | 111000 | 110111 | 10000 | 101100111 | 111100 | 111101 |
Color Harmonies of #D75E60
Complementary color
Monochromatic Colors of #D75E60
Black with #D75E60
Text Example
Text Example
White with #D75E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75E60; }
p { color: rgb(215,94,96); }
H1.HeaderClassName
{
color: #D75E60;
}
.AnyTagClassName
{
color: #D75E60;
}
</style>
background-color css
<style>
a { background-color: #D75E60; }
a { background-color: rgb(215,94,96); }
div.DivClassName
{
background-color: #D75E60;
}
.BgClassName
{
background-color: #D75E60;
}
</style>
border-color css
<style>
span { border-color: #D75E60; }
span { border-color: rgb(215,94,96); }
td.TdClassName
{
border-color: #D75E60;
}
.TagClassName
{
border-color: #D75E60;
}
</style>