Shades of Mandy #D45559
Tints of Mandy #D45559
RGB
CMYK
RGB Variations
Color information
#D45559 (or 0xD45559) is known color: Mandy. HEX triplet: D4, 55 and 59. RGB value is (212,85,89). Sum of RGB (Red+Green+Blue) = 212+85+89=386 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.92% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 89 (35.16% from 255 or 23.06% from 386); Max value from RGB is 212 - color contains mainly: red. Hex color #D45559 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45559 is #2BAAA6. Grayscale: #7B7B7B. Windows color (decimal): -2861735 or 5854676. OLE color: 5854676.
HSL color Cylindrical-coordinate representation of color #D45559: hue angle of 358.11º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D45559 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 85 | 89 | - |
| CMYK | 0 | 0.60 | 0.58 | 0.17 |
| HSL | 358.11º | 0.6% | 0.58% | - |
| HSV(B) | 358.11º | 0.6% | 0.83% | - |
| XYZ | 32.2 | 21.22 | 11.85 | - |
| YUV | 123.43 | 108.58 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 85 | 89 | 0 | 0.60 | 0.58 | 0.17 | 358.11 | 0.6 | 0.58 |
| Hex | D4 | 55 | 59 | 0 | 3C | 3A | 11 | 166 | 3C | 3A |
| Octal | 324 | 125 | 131 | 0 | 74 | 72 | 21 | 546 | 74 | 72 |
| Binary | 11010100 | 1010101 | 1011001 | 0 | 111100 | 111010 | 10001 | 101100110 | 111100 | 111010 |
Color Harmonies of #D45559
Complementary color
Monochromatic Colors of #D45559
Black with #D45559
Text Example
Text Example
White with #D45559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45559; }
p { color: rgb(212,85,89); }
H1.HeaderClassName
{
color: #D45559;
}
.AnyTagClassName
{
color: #D45559;
}
</style>
background-color css
<style>
a { background-color: #D45559; }
a { background-color: rgb(212,85,89); }
div.DivClassName
{
background-color: #D45559;
}
.BgClassName
{
background-color: #D45559;
}
</style>
border-color css
<style>
span { border-color: #D45559; }
span { border-color: rgb(212,85,89); }
td.TdClassName
{
border-color: #D45559;
}
.TagClassName
{
border-color: #D45559;
}
</style>