Shades of Mandy #D75059
Tints of Mandy #D75059
RGB
CMYK
RGB Variations
Color information
#D75059 (or 0xD75059) is known color: Mandy. HEX triplet: D7, 50 and 59. RGB value is (215,80,89). Sum of RGB (Red+Green+Blue) = 215+80+89=384 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.99% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 89 (35.16% from 255 or 23.18% from 384); Max value from RGB is 215 - color contains mainly: red. Hex color #D75059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75059 is #28AFA6. Grayscale: #797979. Windows color (decimal): -2666407 or 5853399. OLE color: 5853399.
HSL color Cylindrical-coordinate representation of color #D75059: hue angle of 356º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D75059 is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 80 | 89 | - |
| CMYK | 0 | 0.63 | 0.59 | 0.16 |
| HSL | 356º | 0.63% | 0.58% | - |
| HSV(B) | 356º | 0.63% | 0.84% | - |
| XYZ | 32.7 | 20.91 | 11.76 | - |
| YUV | 121.39 | 109.73 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 80 | 89 | 0 | 0.63 | 0.59 | 0.16 | 356 | 0.63 | 0.58 |
| Hex | D7 | 50 | 59 | 0 | 3F | 3B | 10 | 164 | 3F | 3A |
| Octal | 327 | 120 | 131 | 0 | 77 | 73 | 20 | 544 | 77 | 72 |
| Binary | 11010111 | 1010000 | 1011001 | 0 | 111111 | 111011 | 10000 | 101100100 | 111111 | 111010 |
Color Harmonies of #D75059
Complementary color
Monochromatic Colors of #D75059
Black with #D75059
Text Example
Text Example
White with #D75059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75059; }
p { color: rgb(215,80,89); }
H1.HeaderClassName
{
color: #D75059;
}
.AnyTagClassName
{
color: #D75059;
}
</style>
background-color css
<style>
a { background-color: #D75059; }
a { background-color: rgb(215,80,89); }
div.DivClassName
{
background-color: #D75059;
}
.BgClassName
{
background-color: #D75059;
}
</style>
border-color css
<style>
span { border-color: #D75059; }
span { border-color: rgb(215,80,89); }
td.TdClassName
{
border-color: #D75059;
}
.TagClassName
{
border-color: #D75059;
}
</style>