Shades of Mandy #D54056
Tints of Mandy #D54056
RGB
CMYK
RGB Variations
Color information
#D54056 (or 0xD54056) is known color: Mandy. HEX triplet: D5, 40 and 56. RGB value is (213,64,86). Sum of RGB (Red+Green+Blue) = 213+64+86=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 86 (33.98% from 255 or 23.69% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D54056 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54056 is #2ABFA9. Grayscale: #6F6F6F. Windows color (decimal): -2801578 or 5652693. OLE color: 5652693.
HSL color Cylindrical-coordinate representation of color #D54056: hue angle of 351.14º 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 #D54056 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 64 | 86 | - |
| CMYK | 0 | 0.70 | 0.60 | 0.16 |
| HSL | 351.14º | 0.64% | 0.54% | - |
| HSV(B) | 351.14º | 0.7% | 0.84% | - |
| XYZ | 30.95 | 18.48 | 10.74 | - |
| YUV | 111.06 | 113.86 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 64 | 86 | 0 | 0.70 | 0.60 | 0.16 | 351.14 | 0.64 | 0.54 |
| Hex | D5 | 40 | 56 | 0 | 46 | 3C | 10 | 15F | 40 | 36 |
| Octal | 325 | 100 | 126 | 0 | 106 | 74 | 20 | 537 | 100 | 66 |
| Binary | 11010101 | 1000000 | 1010110 | 0 | 1000110 | 111100 | 10000 | 101011111 | 1000000 | 110110 |
Color Harmonies of #D54056
Complementary color
Monochromatic Colors of #D54056
Black with #D54056
Text Example
Text Example
White with #D54056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54056; }
p { color: rgb(213,64,86); }
H1.HeaderClassName
{
color: #D54056;
}
.AnyTagClassName
{
color: #D54056;
}
</style>
background-color css
<style>
a { background-color: #D54056; }
a { background-color: rgb(213,64,86); }
div.DivClassName
{
background-color: #D54056;
}
.BgClassName
{
background-color: #D54056;
}
</style>
border-color css
<style>
span { border-color: #D54056; }
span { border-color: rgb(213,64,86); }
td.TdClassName
{
border-color: #D54056;
}
.TagClassName
{
border-color: #D54056;
}
</style>