Shades of Mandy #D45160
Tints of Mandy #D45160
RGB
CMYK
RGB Variations
Color information
#D45160 (or 0xD45160) is known color: Mandy. HEX triplet: D4, 51 and 60. RGB value is (212,81,96). Sum of RGB (Red+Green+Blue) = 212+81+96=389 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.50% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 212 - color contains mainly: red. Hex color #D45160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45160 is #2BAE9F. Grayscale: #797979. Windows color (decimal): -2862752 or 6312404. OLE color: 6312404.
HSL color Cylindrical-coordinate representation of color #D45160: hue angle of 353.13º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D45160 is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 81 | 96 | - |
| CMYK | 0 | 0.62 | 0.55 | 0.17 |
| HSL | 353.13º | 0.6% | 0.57% | - |
| HSV(B) | 353.13º | 0.62% | 0.83% | - |
| XYZ | 32.21 | 20.73 | 13.37 | - |
| YUV | 121.88 | 113.4 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 81 | 96 | 0 | 0.62 | 0.55 | 0.17 | 353.13 | 0.6 | 0.57 |
| Hex | D4 | 51 | 60 | 0 | 3E | 37 | 11 | 161 | 3C | 39 |
| Octal | 324 | 121 | 140 | 0 | 76 | 67 | 21 | 541 | 74 | 71 |
| Binary | 11010100 | 1010001 | 1100000 | 0 | 111110 | 110111 | 10001 | 101100001 | 111100 | 111001 |
Color Harmonies of #D45160
Complementary color
Monochromatic Colors of #D45160
Black with #D45160
Text Example
Text Example
White with #D45160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45160; }
p { color: rgb(212,81,96); }
H1.HeaderClassName
{
color: #D45160;
}
.AnyTagClassName
{
color: #D45160;
}
</style>
background-color css
<style>
a { background-color: #D45160; }
a { background-color: rgb(212,81,96); }
div.DivClassName
{
background-color: #D45160;
}
.BgClassName
{
background-color: #D45160;
}
</style>
border-color css
<style>
span { border-color: #D45160; }
span { border-color: rgb(212,81,96); }
td.TdClassName
{
border-color: #D45160;
}
.TagClassName
{
border-color: #D45160;
}
</style>