Shades of Mandy #D54F5E
Tints of Mandy #D54F5E
RGB
CMYK
RGB Variations
Color information
#D54F5E (or 0xD54F5E) is known color: Mandy. HEX triplet: D5, 4F and 5E. RGB value is (213,79,94). Sum of RGB (Red+Green+Blue) = 213+79+94=386 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.18% from 386); Green value is 79 (31.25% from 255 or 20.47% from 386); Blue value is 94 (37.11% from 255 or 24.35% from 386); Max value from RGB is 213 - color contains mainly: red. Hex color #D54F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54F5E is #2AB0A1. Grayscale: #787878. Windows color (decimal): -2797730 or 6180821. OLE color: 6180821.
HSL color Cylindrical-coordinate representation of color #D54F5E: hue angle of 353.28º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D54F5E is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 79 | 94 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.16 |
| HSL | 353.28º | 0.61% | 0.57% | - |
| HSV(B) | 353.28º | 0.63% | 0.84% | - |
| XYZ | 32.26 | 20.55 | 12.86 | - |
| YUV | 120.78 | 112.89 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 79 | 94 | 0 | 0.63 | 0.56 | 0.16 | 353.28 | 0.61 | 0.57 |
| Hex | D5 | 4F | 5E | 0 | 3F | 38 | 10 | 161 | 3D | 39 |
| Octal | 325 | 117 | 136 | 0 | 77 | 70 | 20 | 541 | 75 | 71 |
| Binary | 11010101 | 1001111 | 1011110 | 0 | 111111 | 111000 | 10000 | 101100001 | 111101 | 111001 |
Color Harmonies of #D54F5E
Complementary color
Monochromatic Colors of #D54F5E
Black with #D54F5E
Text Example
Text Example
White with #D54F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54F5E; }
p { color: rgb(213,79,94); }
H1.HeaderClassName
{
color: #D54F5E;
}
.AnyTagClassName
{
color: #D54F5E;
}
</style>
background-color css
<style>
a { background-color: #D54F5E; }
a { background-color: rgb(213,79,94); }
div.DivClassName
{
background-color: #D54F5E;
}
.BgClassName
{
background-color: #D54F5E;
}
</style>
border-color css
<style>
span { border-color: #D54F5E; }
span { border-color: rgb(213,79,94); }
td.TdClassName
{
border-color: #D54F5E;
}
.TagClassName
{
border-color: #D54F5E;
}
</style>