Shades of Mandy #D54E62
Tints of Mandy #D54E62
RGB
CMYK
RGB Variations
Color information
#D54E62 (or 0xD54E62) is known color: Mandy. HEX triplet: D5, 4E and 62. RGB value is (213,78,98). Sum of RGB (Red+Green+Blue) = 213+78+98=389 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.76% from 389); Green value is 78 (30.86% from 255 or 20.05% from 389); Blue value is 98 (38.67% from 255 or 25.19% from 389); Max value from RGB is 213 - color contains mainly: red. Hex color #D54E62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54E62 is #2AB19D. Grayscale: #787878. Windows color (decimal): -2797982 or 6442709. OLE color: 6442709.
HSL color Cylindrical-coordinate representation of color #D54E62: hue angle of 351.11º degrees, saturation: 0.62, 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 #D54E62 is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 78 | 98 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.16 |
| HSL | 351.11º | 0.62% | 0.57% | - |
| HSV(B) | 351.11º | 0.63% | 0.84% | - |
| XYZ | 32.37 | 20.48 | 13.8 | - |
| YUV | 120.65 | 115.23 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 78 | 98 | 0 | 0.63 | 0.54 | 0.16 | 351.11 | 0.62 | 0.57 |
| Hex | D5 | 4E | 62 | 0 | 3F | 36 | 10 | 15F | 3E | 39 |
| Octal | 325 | 116 | 142 | 0 | 77 | 66 | 20 | 537 | 76 | 71 |
| Binary | 11010101 | 1001110 | 1100010 | 0 | 111111 | 110110 | 10000 | 101011111 | 111110 | 111001 |
Color Harmonies of #D54E62
Complementary color
Monochromatic Colors of #D54E62
Black with #D54E62
Text Example
Text Example
White with #D54E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54E62; }
p { color: rgb(213,78,98); }
H1.HeaderClassName
{
color: #D54E62;
}
.AnyTagClassName
{
color: #D54E62;
}
</style>
background-color css
<style>
a { background-color: #D54E62; }
a { background-color: rgb(213,78,98); }
div.DivClassName
{
background-color: #D54E62;
}
.BgClassName
{
background-color: #D54E62;
}
</style>
border-color css
<style>
span { border-color: #D54E62; }
span { border-color: rgb(213,78,98); }
td.TdClassName
{
border-color: #D54E62;
}
.TagClassName
{
border-color: #D54E62;
}
</style>