Shades of Mandy #D54D5E
Tints of Mandy #D54D5E
RGB
CMYK
RGB Variations
Color information
#D54D5E (or 0xD54D5E) is known color: Mandy. HEX triplet: D5, 4D and 5E. RGB value is (213,77,94). Sum of RGB (Red+Green+Blue) = 213+77+94=384 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.47% from 384); Green value is 77 (30.47% from 255 or 20.05% from 384); Blue value is 94 (37.11% from 255 or 24.48% from 384); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54D5E is #2AB2A1. Grayscale: #777777. Windows color (decimal): -2798242 or 6180309. OLE color: 6180309.
HSL color Cylindrical-coordinate representation of color #D54D5E: hue angle of 352.5º 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 #D54D5E is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 77 | 94 | - |
| CMYK | 0 | 0.64 | 0.56 | 0.16 |
| HSL | 352.5º | 0.62% | 0.57% | - |
| HSV(B) | 352.5º | 0.64% | 0.84% | - |
| XYZ | 32.11 | 20.26 | 12.81 | - |
| YUV | 119.6 | 113.56 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 77 | 94 | 0 | 0.64 | 0.56 | 0.16 | 352.5 | 0.62 | 0.57 |
| Hex | D5 | 4D | 5E | 0 | 40 | 38 | 10 | 160 | 3E | 39 |
| Octal | 325 | 115 | 136 | 0 | 100 | 70 | 20 | 540 | 76 | 71 |
| Binary | 11010101 | 1001101 | 1011110 | 0 | 1000000 | 111000 | 10000 | 101100000 | 111110 | 111001 |
Color Harmonies of #D54D5E
Complementary color
Monochromatic Colors of #D54D5E
Black with #D54D5E
Text Example
Text Example
White with #D54D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54D5E; }
p { color: rgb(213,77,94); }
H1.HeaderClassName
{
color: #D54D5E;
}
.AnyTagClassName
{
color: #D54D5E;
}
</style>
background-color css
<style>
a { background-color: #D54D5E; }
a { background-color: rgb(213,77,94); }
div.DivClassName
{
background-color: #D54D5E;
}
.BgClassName
{
background-color: #D54D5E;
}
</style>
border-color css
<style>
span { border-color: #D54D5E; }
span { border-color: rgb(213,77,94); }
td.TdClassName
{
border-color: #D54D5E;
}
.TagClassName
{
border-color: #D54D5E;
}
</style>