Shades of Mandy #D55657
Tints of Mandy #D55657
RGB
CMYK
RGB Variations
Color information
#D55657 (or 0xD55657) is known color: Mandy. HEX triplet: D5, 56 and 57. RGB value is (213,86,87). Sum of RGB (Red+Green+Blue) = 213+86+87=386 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.18% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 87 (34.38% from 255 or 22.54% from 386); Max value from RGB is 213 - color contains mainly: red. Hex color #D55657 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55657 is #2AA9A8. Grayscale: #7C7C7C. Windows color (decimal): -2795945 or 5723861. OLE color: 5723861.
HSL color Cylindrical-coordinate representation of color #D55657: hue angle of 359.53º 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 #D55657 is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 86 | 87 | - |
| CMYK | 0 | 0.60 | 0.59 | 0.16 |
| HSL | 359.53º | 0.6% | 0.59% | - |
| HSV(B) | 359.53º | 0.6% | 0.84% | - |
| XYZ | 32.49 | 21.49 | 11.45 | - |
| YUV | 124.09 | 107.08 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 86 | 87 | 0 | 0.60 | 0.59 | 0.16 | 359.53 | 0.6 | 0.59 |
| Hex | D5 | 56 | 57 | 0 | 3C | 3B | 10 | 168 | 3C | 3B |
| Octal | 325 | 126 | 127 | 0 | 74 | 73 | 20 | 550 | 74 | 73 |
| Binary | 11010101 | 1010110 | 1010111 | 0 | 111100 | 111011 | 10000 | 101101000 | 111100 | 111011 |
Color Harmonies of #D55657
Complementary color
Monochromatic Colors of #D55657
Black with #D55657
Text Example
Text Example
White with #D55657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55657; }
p { color: rgb(213,86,87); }
H1.HeaderClassName
{
color: #D55657;
}
.AnyTagClassName
{
color: #D55657;
}
</style>
background-color css
<style>
a { background-color: #D55657; }
a { background-color: rgb(213,86,87); }
div.DivClassName
{
background-color: #D55657;
}
.BgClassName
{
background-color: #D55657;
}
</style>
border-color css
<style>
span { border-color: #D55657; }
span { border-color: rgb(213,86,87); }
td.TdClassName
{
border-color: #D55657;
}
.TagClassName
{
border-color: #D55657;
}
</style>