Shades of Mandy #D75960
Tints of Mandy #D75960
RGB
CMYK
RGB Variations
Color information
#D75960 (or 0xD75960) is known color: Mandy. HEX triplet: D7, 59 and 60. RGB value is (215,89,96). Sum of RGB (Red+Green+Blue) = 215+89+96=400 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.75% from 400); Green value is 89 (35.16% from 255 or 22.25% from 400); Blue value is 96 (37.89% from 255 or 24% from 400); Max value from RGB is 215 - color contains mainly: red. Hex color #D75960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75960 is #28A69F. Grayscale: #7F7F7F. Windows color (decimal): -2664096 or 6314455. OLE color: 6314455.
HSL color Cylindrical-coordinate representation of color #D75960: hue angle of 356.67º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D75960 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 89 | 96 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.16 |
| HSL | 356.67º | 0.61% | 0.6% | - |
| HSV(B) | 356.67º | 0.59% | 0.84% | - |
| XYZ | 33.71 | 22.44 | 13.62 | - |
| YUV | 127.47 | 110.24 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 89 | 96 | 0 | 0.59 | 0.55 | 0.16 | 356.67 | 0.61 | 0.6 |
| Hex | D7 | 59 | 60 | 0 | 3B | 37 | 10 | 165 | 3D | 3C |
| Octal | 327 | 131 | 140 | 0 | 73 | 67 | 20 | 545 | 75 | 74 |
| Binary | 11010111 | 1011001 | 1100000 | 0 | 111011 | 110111 | 10000 | 101100101 | 111101 | 111100 |
Color Harmonies of #D75960
Complementary color
Monochromatic Colors of #D75960
Black with #D75960
Text Example
Text Example
White with #D75960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75960; }
p { color: rgb(215,89,96); }
H1.HeaderClassName
{
color: #D75960;
}
.AnyTagClassName
{
color: #D75960;
}
</style>
background-color css
<style>
a { background-color: #D75960; }
a { background-color: rgb(215,89,96); }
div.DivClassName
{
background-color: #D75960;
}
.BgClassName
{
background-color: #D75960;
}
</style>
border-color css
<style>
span { border-color: #D75960; }
span { border-color: rgb(215,89,96); }
td.TdClassName
{
border-color: #D75960;
}
.TagClassName
{
border-color: #D75960;
}
</style>