Shades of Mandy #D45657
Tints of Mandy #D45657
RGB
CMYK
RGB Variations
Color information
#D45657 (or 0xD45657) is known color: Mandy. HEX triplet: D4, 56 and 57. RGB value is (212,86,87). Sum of RGB (Red+Green+Blue) = 212+86+87=385 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.06% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 87 (34.38% from 255 or 22.60% from 385); Max value from RGB is 212 - color contains mainly: red. Hex color #D45657 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45657 is #2BA9A8. Grayscale: #7B7B7B. Windows color (decimal): -2861481 or 5723860. OLE color: 5723860.
HSL color Cylindrical-coordinate representation of color #D45657: hue angle of 359.52º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D45657 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 86 | 87 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.17 |
| HSL | 359.52º | 0.59% | 0.58% | - |
| HSV(B) | 359.52º | 0.59% | 0.83% | - |
| XYZ | 32.2 | 21.34 | 11.44 | - |
| YUV | 123.79 | 107.24 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 86 | 87 | 0 | 0.59 | 0.59 | 0.17 | 359.52 | 0.59 | 0.58 |
| Hex | D4 | 56 | 57 | 0 | 3B | 3B | 11 | 168 | 3B | 3A |
| Octal | 324 | 126 | 127 | 0 | 73 | 73 | 21 | 550 | 73 | 72 |
| Binary | 11010100 | 1010110 | 1010111 | 0 | 111011 | 111011 | 10001 | 101101000 | 111011 | 111010 |
Color Harmonies of #D45657
Complementary color
Monochromatic Colors of #D45657
Black with #D45657
Text Example
Text Example
White with #D45657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45657; }
p { color: rgb(212,86,87); }
H1.HeaderClassName
{
color: #D45657;
}
.AnyTagClassName
{
color: #D45657;
}
</style>
background-color css
<style>
a { background-color: #D45657; }
a { background-color: rgb(212,86,87); }
div.DivClassName
{
background-color: #D45657;
}
.BgClassName
{
background-color: #D45657;
}
</style>
border-color css
<style>
span { border-color: #D45657; }
span { border-color: rgb(212,86,87); }
td.TdClassName
{
border-color: #D45657;
}
.TagClassName
{
border-color: #D45657;
}
</style>