Shades of Mandy #D54D58
Tints of Mandy #D54D58
RGB
CMYK
RGB Variations
Color information
#D54D58 (or 0xD54D58) is known color: Mandy. HEX triplet: D5, 4D and 58. RGB value is (213,77,88). Sum of RGB (Red+Green+Blue) = 213+77+88=378 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.35% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 88 (34.77% from 255 or 23.28% from 378); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54D58 is #2AB2A7. Grayscale: #777777. Windows color (decimal): -2798248 or 5787093. OLE color: 5787093.
HSL color Cylindrical-coordinate representation of color #D54D58: hue angle of 355.15º 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 #D54D58 is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 77 | 88 | - |
| CMYK | 0 | 0.64 | 0.59 | 0.16 |
| HSL | 355.15º | 0.62% | 0.57% | - |
| HSV(B) | 355.15º | 0.64% | 0.84% | - |
| XYZ | 31.86 | 20.16 | 11.44 | - |
| YUV | 118.92 | 110.56 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 77 | 88 | 0 | 0.64 | 0.59 | 0.16 | 355.15 | 0.62 | 0.57 |
| Hex | D5 | 4D | 58 | 0 | 40 | 3B | 10 | 163 | 3E | 39 |
| Octal | 325 | 115 | 130 | 0 | 100 | 73 | 20 | 543 | 76 | 71 |
| Binary | 11010101 | 1001101 | 1011000 | 0 | 1000000 | 111011 | 10000 | 101100011 | 111110 | 111001 |
Color Harmonies of #D54D58
Complementary color
Monochromatic Colors of #D54D58
Black with #D54D58
Text Example
Text Example
White with #D54D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54D58; }
p { color: rgb(213,77,88); }
H1.HeaderClassName
{
color: #D54D58;
}
.AnyTagClassName
{
color: #D54D58;
}
</style>
background-color css
<style>
a { background-color: #D54D58; }
a { background-color: rgb(213,77,88); }
div.DivClassName
{
background-color: #D54D58;
}
.BgClassName
{
background-color: #D54D58;
}
</style>
border-color css
<style>
span { border-color: #D54D58; }
span { border-color: rgb(213,77,88); }
td.TdClassName
{
border-color: #D54D58;
}
.TagClassName
{
border-color: #D54D58;
}
</style>