Shades of Mandy #D54C52
Tints of Mandy #D54C52
RGB
CMYK
RGB Variations
Color information
#D54C52 (or 0xD54C52) is known color: Mandy. HEX triplet: D5, 4C and 52. RGB value is (213,76,82). Sum of RGB (Red+Green+Blue) = 213+76+82=371 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.41% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54C52 is #2AB3AD. Grayscale: #757575. Windows color (decimal): -2798510 or 5393621. OLE color: 5393621.
HSL color Cylindrical-coordinate representation of color #D54C52: hue angle of 357.37º 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 #D54C52 is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 76 | 82 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.16 |
| HSL | 357.37º | 0.62% | 0.57% | - |
| HSV(B) | 357.37º | 0.64% | 0.84% | - |
| XYZ | 31.55 | 19.92 | 10.17 | - |
| YUV | 117.65 | 107.89 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 76 | 82 | 0 | 0.64 | 0.62 | 0.16 | 357.37 | 0.62 | 0.57 |
| Hex | D5 | 4C | 52 | 0 | 40 | 3E | 10 | 165 | 3E | 39 |
| Octal | 325 | 114 | 122 | 0 | 100 | 76 | 20 | 545 | 76 | 71 |
| Binary | 11010101 | 1001100 | 1010010 | 0 | 1000000 | 111110 | 10000 | 101100101 | 111110 | 111001 |
Color Harmonies of #D54C52
Complementary color
Monochromatic Colors of #D54C52
Black with #D54C52
Text Example
Text Example
White with #D54C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54C52; }
p { color: rgb(213,76,82); }
H1.HeaderClassName
{
color: #D54C52;
}
.AnyTagClassName
{
color: #D54C52;
}
</style>
background-color css
<style>
a { background-color: #D54C52; }
a { background-color: rgb(213,76,82); }
div.DivClassName
{
background-color: #D54C52;
}
.BgClassName
{
background-color: #D54C52;
}
</style>
border-color css
<style>
span { border-color: #D54C52; }
span { border-color: rgb(213,76,82); }
td.TdClassName
{
border-color: #D54C52;
}
.TagClassName
{
border-color: #D54C52;
}
</style>