Shades of Mandy #D55760
Tints of Mandy #D55760
RGB
CMYK
RGB Variations
Color information
#D55760 (or 0xD55760) is known color: Mandy. HEX triplet: D5, 57 and 60. RGB value is (213,87,96). Sum of RGB (Red+Green+Blue) = 213+87+96=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 87 (34.38% from 255 or 21.97% from 396); Blue value is 96 (37.89% from 255 or 24.24% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D55760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55760 is #2AA89F. Grayscale: #7D7D7D. Windows color (decimal): -2795680 or 6313941. OLE color: 6313941.
HSL color Cylindrical-coordinate representation of color #D55760: hue angle of 355.71º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D55760 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 87 | 96 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.16 |
| HSL | 355.71º | 0.6% | 0.59% | - |
| HSV(B) | 355.71º | 0.59% | 0.84% | - |
| XYZ | 32.96 | 21.81 | 13.54 | - |
| YUV | 125.7 | 111.24 | 190.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 87 | 96 | 0 | 0.59 | 0.55 | 0.16 | 355.71 | 0.6 | 0.59 |
| Hex | D5 | 57 | 60 | 0 | 3B | 37 | 10 | 164 | 3C | 3B |
| Octal | 325 | 127 | 140 | 0 | 73 | 67 | 20 | 544 | 74 | 73 |
| Binary | 11010101 | 1010111 | 1100000 | 0 | 111011 | 110111 | 10000 | 101100100 | 111100 | 111011 |
Color Harmonies of #D55760
Complementary color
Monochromatic Colors of #D55760
Black with #D55760
Text Example
Text Example
White with #D55760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55760; }
p { color: rgb(213,87,96); }
H1.HeaderClassName
{
color: #D55760;
}
.AnyTagClassName
{
color: #D55760;
}
</style>
background-color css
<style>
a { background-color: #D55760; }
a { background-color: rgb(213,87,96); }
div.DivClassName
{
background-color: #D55760;
}
.BgClassName
{
background-color: #D55760;
}
</style>
border-color css
<style>
span { border-color: #D55760; }
span { border-color: rgb(213,87,96); }
td.TdClassName
{
border-color: #D55760;
}
.TagClassName
{
border-color: #D55760;
}
</style>