Shades of Mandy #D55960
Tints of Mandy #D55960
RGB
CMYK
RGB Variations
Color information
#D55960 (or 0xD55960) is known color: Mandy. HEX triplet: D5, 59 and 60. RGB value is (213,89,96). Sum of RGB (Red+Green+Blue) = 213+89+96=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D55960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55960 is #2AA69F. Grayscale: #7E7E7E. Windows color (decimal): -2795168 or 6314453. OLE color: 6314453.
HSL color Cylindrical-coordinate representation of color #D55960: hue angle of 356.61º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D55960 is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 89 | 96 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.16 |
| HSL | 356.61º | 0.6% | 0.59% | - |
| HSV(B) | 356.61º | 0.58% | 0.84% | - |
| XYZ | 33.12 | 22.14 | 13.59 | - |
| YUV | 126.87 | 110.58 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 96 | 0 | 0.58 | 0.55 | 0.16 | 356.61 | 0.6 | 0.59 |
| Hex | D5 | 59 | 60 | 0 | 3A | 37 | 10 | 165 | 3C | 3B |
| Octal | 325 | 131 | 140 | 0 | 72 | 67 | 20 | 545 | 74 | 73 |
| Binary | 11010101 | 1011001 | 1100000 | 0 | 111010 | 110111 | 10000 | 101100101 | 111100 | 111011 |
Color Harmonies of #D55960
Complementary color
Monochromatic Colors of #D55960
Black with #D55960
Text Example
Text Example
White with #D55960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55960; }
p { color: rgb(213,89,96); }
H1.HeaderClassName
{
color: #D55960;
}
.AnyTagClassName
{
color: #D55960;
}
</style>
background-color css
<style>
a { background-color: #D55960; }
a { background-color: rgb(213,89,96); }
div.DivClassName
{
background-color: #D55960;
}
.BgClassName
{
background-color: #D55960;
}
</style>
border-color css
<style>
span { border-color: #D55960; }
span { border-color: rgb(213,89,96); }
td.TdClassName
{
border-color: #D55960;
}
.TagClassName
{
border-color: #D55960;
}
</style>