Shades of Mandy #D75560
Tints of Mandy #D75560
RGB
CMYK
RGB Variations
Color information
#D75560 (or 0xD75560) is known color: Mandy. HEX triplet: D7, 55 and 60. RGB value is (215,85,96). Sum of RGB (Red+Green+Blue) = 215+85+96=396 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.29% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 96 (37.89% from 255 or 24.24% from 396); Max value from RGB is 215 - color contains mainly: red. Hex color #D75560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75560 is #28AA9F. Grayscale: #7D7D7D. Windows color (decimal): -2665120 or 6313431. OLE color: 6313431.
HSL color Cylindrical-coordinate representation of color #D75560: hue angle of 354.92º 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 #D75560 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 85 | 96 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.16 |
| HSL | 354.92º | 0.62% | 0.59% | - |
| HSV(B) | 354.92º | 0.6% | 0.84% | - |
| XYZ | 33.38 | 21.79 | 13.51 | - |
| YUV | 125.12 | 111.57 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 85 | 96 | 0 | 0.60 | 0.55 | 0.16 | 354.92 | 0.62 | 0.59 |
| Hex | D7 | 55 | 60 | 0 | 3C | 37 | 10 | 163 | 3E | 3B |
| Octal | 327 | 125 | 140 | 0 | 74 | 67 | 20 | 543 | 76 | 73 |
| Binary | 11010111 | 1010101 | 1100000 | 0 | 111100 | 110111 | 10000 | 101100011 | 111110 | 111011 |
Color Harmonies of #D75560
Complementary color
Monochromatic Colors of #D75560
Black with #D75560
Text Example
Text Example
White with #D75560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75560; }
p { color: rgb(215,85,96); }
H1.HeaderClassName
{
color: #D75560;
}
.AnyTagClassName
{
color: #D75560;
}
</style>
background-color css
<style>
a { background-color: #D75560; }
a { background-color: rgb(215,85,96); }
div.DivClassName
{
background-color: #D75560;
}
.BgClassName
{
background-color: #D75560;
}
</style>
border-color css
<style>
span { border-color: #D75560; }
span { border-color: rgb(215,85,96); }
td.TdClassName
{
border-color: #D75560;
}
.TagClassName
{
border-color: #D75560;
}
</style>