Shades of Mandy #D54757
Tints of Mandy #D54757
RGB
CMYK
RGB Variations
Color information
#D54757 (or 0xD54757) is known color: Mandy. HEX triplet: D5, 47 and 57. RGB value is (213,71,87). Sum of RGB (Red+Green+Blue) = 213+71+87=371 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.41% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 87 (34.38% from 255 or 23.45% from 371); Max value from RGB is 213 - color contains mainly: red. Hex color #D54757 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54757 is #2AB8A8. Grayscale: #737373. Windows color (decimal): -2799785 or 5720021. OLE color: 5720021.
HSL color Cylindrical-coordinate representation of color #D54757: hue angle of 353.24º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D54757 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 71 | 87 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.16 |
| HSL | 353.24º | 0.63% | 0.56% | - |
| HSV(B) | 353.24º | 0.67% | 0.84% | - |
| XYZ | 31.41 | 19.34 | 11.09 | - |
| YUV | 115.28 | 112.04 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 71 | 87 | 0 | 0.67 | 0.59 | 0.16 | 353.24 | 0.63 | 0.56 |
| Hex | D5 | 47 | 57 | 0 | 43 | 3B | 10 | 161 | 3F | 38 |
| Octal | 325 | 107 | 127 | 0 | 103 | 73 | 20 | 541 | 77 | 70 |
| Binary | 11010101 | 1000111 | 1010111 | 0 | 1000011 | 111011 | 10000 | 101100001 | 111111 | 111000 |
Color Harmonies of #D54757
Complementary color
Monochromatic Colors of #D54757
Black with #D54757
Text Example
Text Example
White with #D54757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54757; }
p { color: rgb(213,71,87); }
H1.HeaderClassName
{
color: #D54757;
}
.AnyTagClassName
{
color: #D54757;
}
</style>
background-color css
<style>
a { background-color: #D54757; }
a { background-color: rgb(213,71,87); }
div.DivClassName
{
background-color: #D54757;
}
.BgClassName
{
background-color: #D54757;
}
</style>
border-color css
<style>
span { border-color: #D54757; }
span { border-color: rgb(213,71,87); }
td.TdClassName
{
border-color: #D54757;
}
.TagClassName
{
border-color: #D54757;
}
</style>