Shades of Mandy #D54A59
Tints of Mandy #D54A59
RGB
CMYK
RGB Variations
Color information
#D54A59 (or 0xD54A59) is known color: Mandy. HEX triplet: D5, 4A and 59. RGB value is (213,74,89). Sum of RGB (Red+Green+Blue) = 213+74+89=376 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.65% from 376); Green value is 74 (29.30% from 255 or 19.68% from 376); Blue value is 89 (35.16% from 255 or 23.67% from 376); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54A59 is #2AB5A6. Grayscale: #757575. Windows color (decimal): -2799015 or 5851861. OLE color: 5851861.
HSL color Cylindrical-coordinate representation of color #D54A59: hue angle of 353.53º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D54A59 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 89 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.16 |
| HSL | 353.53º | 0.62% | 0.56% | - |
| HSV(B) | 353.53º | 0.65% | 0.84% | - |
| XYZ | 31.69 | 19.76 | 11.6 | - |
| YUV | 117.27 | 112.05 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 89 | 0 | 0.65 | 0.58 | 0.16 | 353.53 | 0.62 | 0.56 |
| Hex | D5 | 4A | 59 | 0 | 41 | 3A | 10 | 162 | 3E | 38 |
| Octal | 325 | 112 | 131 | 0 | 101 | 72 | 20 | 542 | 76 | 70 |
| Binary | 11010101 | 1001010 | 1011001 | 0 | 1000001 | 111010 | 10000 | 101100010 | 111110 | 111000 |
Color Harmonies of #D54A59
Complementary color
Monochromatic Colors of #D54A59
Black with #D54A59
Text Example
Text Example
White with #D54A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54A59; }
p { color: rgb(213,74,89); }
H1.HeaderClassName
{
color: #D54A59;
}
.AnyTagClassName
{
color: #D54A59;
}
</style>
background-color css
<style>
a { background-color: #D54A59; }
a { background-color: rgb(213,74,89); }
div.DivClassName
{
background-color: #D54A59;
}
.BgClassName
{
background-color: #D54A59;
}
</style>
border-color css
<style>
span { border-color: #D54A59; }
span { border-color: rgb(213,74,89); }
td.TdClassName
{
border-color: #D54A59;
}
.TagClassName
{
border-color: #D54A59;
}
</style>