Shades of Mandy #D54D5F
Tints of Mandy #D54D5F
RGB
CMYK
RGB Variations
Color information
#D54D5F (or 0xD54D5F) is known color: Mandy. HEX triplet: D5, 4D and 5F. RGB value is (213,77,95). Sum of RGB (Red+Green+Blue) = 213+77+95=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 77 (30.47% from 255 or 20% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54D5F is #2AB2A0. Grayscale: #777777. Windows color (decimal): -2798241 or 6245845. OLE color: 6245845.
HSL color Cylindrical-coordinate representation of color #D54D5F: hue angle of 352.06º 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 #D54D5F is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 77 | 95 | - |
| CMYK | 0 | 0.64 | 0.55 | 0.16 |
| HSL | 352.06º | 0.62% | 0.57% | - |
| HSV(B) | 352.06º | 0.64% | 0.84% | - |
| XYZ | 32.16 | 20.28 | 13.05 | - |
| YUV | 119.72 | 114.06 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 77 | 95 | 0 | 0.64 | 0.55 | 0.16 | 352.06 | 0.62 | 0.57 |
| Hex | D5 | 4D | 5F | 0 | 40 | 37 | 10 | 160 | 3E | 39 |
| Octal | 325 | 115 | 137 | 0 | 100 | 67 | 20 | 540 | 76 | 71 |
| Binary | 11010101 | 1001101 | 1011111 | 0 | 1000000 | 110111 | 10000 | 101100000 | 111110 | 111001 |
Color Harmonies of #D54D5F
Complementary color
Monochromatic Colors of #D54D5F
Black with #D54D5F
Text Example
Text Example
White with #D54D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54D5F; }
p { color: rgb(213,77,95); }
H1.HeaderClassName
{
color: #D54D5F;
}
.AnyTagClassName
{
color: #D54D5F;
}
</style>
background-color css
<style>
a { background-color: #D54D5F; }
a { background-color: rgb(213,77,95); }
div.DivClassName
{
background-color: #D54D5F;
}
.BgClassName
{
background-color: #D54D5F;
}
</style>
border-color css
<style>
span { border-color: #D54D5F; }
span { border-color: rgb(213,77,95); }
td.TdClassName
{
border-color: #D54D5F;
}
.TagClassName
{
border-color: #D54D5F;
}
</style>