Shades of Mandy #D55660
Tints of Mandy #D55660
RGB
CMYK
RGB Variations
Color information
#D55660 (or 0xD55660) is known color: Mandy. HEX triplet: D5, 56 and 60. RGB value is (213,86,96). Sum of RGB (Red+Green+Blue) = 213+86+96=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 86 (33.98% from 255 or 21.77% from 395); Blue value is 96 (37.89% from 255 or 24.30% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D55660 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55660 is #2AA99F. Grayscale: #7D7D7D. Windows color (decimal): -2795936 or 6313685. OLE color: 6313685.
HSL color Cylindrical-coordinate representation of color #D55660: hue angle of 355.28º degrees, saturation: 0.6, 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 #D55660 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 86 | 96 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.16 |
| HSL | 355.28º | 0.6% | 0.59% | - |
| HSV(B) | 355.28º | 0.6% | 0.84% | - |
| XYZ | 32.88 | 21.65 | 13.51 | - |
| YUV | 125.11 | 111.58 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 86 | 96 | 0 | 0.60 | 0.55 | 0.16 | 355.28 | 0.6 | 0.59 |
| Hex | D5 | 56 | 60 | 0 | 3C | 37 | 10 | 163 | 3C | 3B |
| Octal | 325 | 126 | 140 | 0 | 74 | 67 | 20 | 543 | 74 | 73 |
| Binary | 11010101 | 1010110 | 1100000 | 0 | 111100 | 110111 | 10000 | 101100011 | 111100 | 111011 |
Color Harmonies of #D55660
Complementary color
Monochromatic Colors of #D55660
Black with #D55660
Text Example
Text Example
White with #D55660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55660; }
p { color: rgb(213,86,96); }
H1.HeaderClassName
{
color: #D55660;
}
.AnyTagClassName
{
color: #D55660;
}
</style>
background-color css
<style>
a { background-color: #D55660; }
a { background-color: rgb(213,86,96); }
div.DivClassName
{
background-color: #D55660;
}
.BgClassName
{
background-color: #D55660;
}
</style>
border-color css
<style>
span { border-color: #D55660; }
span { border-color: rgb(213,86,96); }
td.TdClassName
{
border-color: #D55660;
}
.TagClassName
{
border-color: #D55660;
}
</style>