Shades of Mandy #D54D54
Tints of Mandy #D54D54
RGB
CMYK
RGB Variations
Color information
#D54D54 (or 0xD54D54) is known color: Mandy. HEX triplet: D5, 4D and 54. RGB value is (213,77,84). Sum of RGB (Red+Green+Blue) = 213+77+84=374 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.95% from 374); Green value is 77 (30.47% from 255 or 20.59% from 374); Blue value is 84 (33.20% from 255 or 22.46% from 374); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54D54 is #2AB2AB. Grayscale: #767676. Windows color (decimal): -2798252 or 5524949. OLE color: 5524949.
HSL color Cylindrical-coordinate representation of color #D54D54: hue angle of 356.91º 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 #D54D54 is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 77 | 84 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.16 |
| HSL | 356.91º | 0.62% | 0.57% | - |
| HSV(B) | 356.91º | 0.64% | 0.84% | - |
| XYZ | 31.69 | 20.09 | 10.6 | - |
| YUV | 118.46 | 108.56 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 77 | 84 | 0 | 0.64 | 0.61 | 0.16 | 356.91 | 0.62 | 0.57 |
| Hex | D5 | 4D | 54 | 0 | 40 | 3D | 10 | 165 | 3E | 39 |
| Octal | 325 | 115 | 124 | 0 | 100 | 75 | 20 | 545 | 76 | 71 |
| Binary | 11010101 | 1001101 | 1010100 | 0 | 1000000 | 111101 | 10000 | 101100101 | 111110 | 111001 |
Color Harmonies of #D54D54
Complementary color
Monochromatic Colors of #D54D54
Black with #D54D54
Text Example
Text Example
White with #D54D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54D54; }
p { color: rgb(213,77,84); }
H1.HeaderClassName
{
color: #D54D54;
}
.AnyTagClassName
{
color: #D54D54;
}
</style>
background-color css
<style>
a { background-color: #D54D54; }
a { background-color: rgb(213,77,84); }
div.DivClassName
{
background-color: #D54D54;
}
.BgClassName
{
background-color: #D54D54;
}
</style>
border-color css
<style>
span { border-color: #D54D54; }
span { border-color: rgb(213,77,84); }
td.TdClassName
{
border-color: #D54D54;
}
.TagClassName
{
border-color: #D54D54;
}
</style>