Shades of Mandy #D54C59
Tints of Mandy #D54C59
RGB
CMYK
RGB Variations
Color information
#D54C59 (or 0xD54C59) is known color: Mandy. HEX triplet: D5, 4C and 59. RGB value is (213,76,89). Sum of RGB (Red+Green+Blue) = 213+76+89=378 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.35% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 89 (35.16% from 255 or 23.54% from 378); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54C59 is #2AB3A6. Grayscale: #767676. Windows color (decimal): -2798503 or 5852373. OLE color: 5852373.
HSL color Cylindrical-coordinate representation of color #D54C59: hue angle of 354.31º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D54C59 is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 76 | 89 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.16 |
| HSL | 354.31º | 0.62% | 0.57% | - |
| HSV(B) | 354.31º | 0.64% | 0.84% | - |
| XYZ | 31.83 | 20.04 | 11.64 | - |
| YUV | 118.45 | 111.39 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 76 | 89 | 0 | 0.64 | 0.58 | 0.16 | 354.31 | 0.62 | 0.57 |
| Hex | D5 | 4C | 59 | 0 | 40 | 3A | 10 | 162 | 3E | 39 |
| Octal | 325 | 114 | 131 | 0 | 100 | 72 | 20 | 542 | 76 | 71 |
| Binary | 11010101 | 1001100 | 1011001 | 0 | 1000000 | 111010 | 10000 | 101100010 | 111110 | 111001 |
Color Harmonies of #D54C59
Complementary color
Monochromatic Colors of #D54C59
Black with #D54C59
Text Example
Text Example
White with #D54C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54C59; }
p { color: rgb(213,76,89); }
H1.HeaderClassName
{
color: #D54C59;
}
.AnyTagClassName
{
color: #D54C59;
}
</style>
background-color css
<style>
a { background-color: #D54C59; }
a { background-color: rgb(213,76,89); }
div.DivClassName
{
background-color: #D54C59;
}
.BgClassName
{
background-color: #D54C59;
}
</style>
border-color css
<style>
span { border-color: #D54C59; }
span { border-color: rgb(213,76,89); }
td.TdClassName
{
border-color: #D54C59;
}
.TagClassName
{
border-color: #D54C59;
}
</style>