Shades of Mandy #D54057
Tints of Mandy #D54057
RGB
CMYK
RGB Variations
Color information
#D54057 (or 0xD54057) is known color: Mandy. HEX triplet: D5, 40 and 57. RGB value is (213,64,87). Sum of RGB (Red+Green+Blue) = 213+64+87=364 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.52% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 87 (34.38% from 255 or 23.90% from 364); Max value from RGB is 213 - color contains mainly: red. Hex color #D54057 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54057 is #2ABFA8. Grayscale: #6F6F6F. Windows color (decimal): -2801577 or 5718229. OLE color: 5718229.
HSL color Cylindrical-coordinate representation of color #D54057: hue angle of 350.74º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D54057 is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 64 | 87 | - |
| CMYK | 0 | 0.70 | 0.59 | 0.16 |
| HSL | 350.74º | 0.64% | 0.54% | - |
| HSV(B) | 350.74º | 0.7% | 0.84% | - |
| XYZ | 30.99 | 18.5 | 10.95 | - |
| YUV | 111.17 | 114.36 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 64 | 87 | 0 | 0.70 | 0.59 | 0.16 | 350.74 | 0.64 | 0.54 |
| Hex | D5 | 40 | 57 | 0 | 46 | 3B | 10 | 15F | 40 | 36 |
| Octal | 325 | 100 | 127 | 0 | 106 | 73 | 20 | 537 | 100 | 66 |
| Binary | 11010101 | 1000000 | 1010111 | 0 | 1000110 | 111011 | 10000 | 101011111 | 1000000 | 110110 |
Color Harmonies of #D54057
Complementary color
Monochromatic Colors of #D54057
Black with #D54057
Text Example
Text Example
White with #D54057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54057; }
p { color: rgb(213,64,87); }
H1.HeaderClassName
{
color: #D54057;
}
.AnyTagClassName
{
color: #D54057;
}
</style>
background-color css
<style>
a { background-color: #D54057; }
a { background-color: rgb(213,64,87); }
div.DivClassName
{
background-color: #D54057;
}
.BgClassName
{
background-color: #D54057;
}
</style>
border-color css
<style>
span { border-color: #D54057; }
span { border-color: rgb(213,64,87); }
td.TdClassName
{
border-color: #D54057;
}
.TagClassName
{
border-color: #D54057;
}
</style>