Shades of Mandy #D54C54
Tints of Mandy #D54C54
RGB
CMYK
RGB Variations
Color information
#D54C54 (or 0xD54C54) is known color: Mandy. HEX triplet: D5, 4C and 54. RGB value is (213,76,84). Sum of RGB (Red+Green+Blue) = 213+76+84=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 76 (30.08% from 255 or 20.38% from 373); Blue value is 84 (33.20% from 255 or 22.52% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54C54 is #2AB3AB. Grayscale: #757575. Windows color (decimal): -2798508 or 5524693. OLE color: 5524693.
HSL color Cylindrical-coordinate representation of color #D54C54: hue angle of 356.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 #D54C54 is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 76 | 84 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.16 |
| HSL | 356.5º | 0.62% | 0.57% | - |
| HSV(B) | 356.5º | 0.64% | 0.84% | - |
| XYZ | 31.63 | 19.96 | 10.57 | - |
| YUV | 117.88 | 108.89 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 76 | 84 | 0 | 0.64 | 0.61 | 0.16 | 356.5 | 0.62 | 0.57 |
| Hex | D5 | 4C | 54 | 0 | 40 | 3D | 10 | 164 | 3E | 39 |
| Octal | 325 | 114 | 124 | 0 | 100 | 75 | 20 | 544 | 76 | 71 |
| Binary | 11010101 | 1001100 | 1010100 | 0 | 1000000 | 111101 | 10000 | 101100100 | 111110 | 111001 |
Color Harmonies of #D54C54
Complementary color
Monochromatic Colors of #D54C54
Black with #D54C54
Text Example
Text Example
White with #D54C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54C54; }
p { color: rgb(213,76,84); }
H1.HeaderClassName
{
color: #D54C54;
}
.AnyTagClassName
{
color: #D54C54;
}
</style>
background-color css
<style>
a { background-color: #D54C54; }
a { background-color: rgb(213,76,84); }
div.DivClassName
{
background-color: #D54C54;
}
.BgClassName
{
background-color: #D54C54;
}
</style>
border-color css
<style>
span { border-color: #D54C54; }
span { border-color: rgb(213,76,84); }
td.TdClassName
{
border-color: #D54C54;
}
.TagClassName
{
border-color: #D54C54;
}
</style>