Shades of Mandy #D45158
Tints of Mandy #D45158
RGB
CMYK
RGB Variations
Color information
#D45158 (or 0xD45158) is known color: Mandy. HEX triplet: D4, 51 and 58. RGB value is (212,81,88). Sum of RGB (Red+Green+Blue) = 212+81+88=381 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.64% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 88 (34.77% from 255 or 23.10% from 381); Max value from RGB is 212 - color contains mainly: red. Hex color #D45158 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45158 is #2BAEA7. Grayscale: #797979. Windows color (decimal): -2862760 or 5788116. OLE color: 5788116.
HSL color Cylindrical-coordinate representation of color #D45158: hue angle of 356.79º 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 #D45158 is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 81 | 88 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.17 |
| HSL | 356.79º | 0.6% | 0.57% | - |
| HSV(B) | 356.79º | 0.62% | 0.83% | - |
| XYZ | 31.86 | 20.59 | 11.53 | - |
| YUV | 120.97 | 109.4 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 81 | 88 | 0 | 0.62 | 0.58 | 0.17 | 356.79 | 0.6 | 0.57 |
| Hex | D4 | 51 | 58 | 0 | 3E | 3A | 11 | 165 | 3C | 39 |
| Octal | 324 | 121 | 130 | 0 | 76 | 72 | 21 | 545 | 74 | 71 |
| Binary | 11010100 | 1010001 | 1011000 | 0 | 111110 | 111010 | 10001 | 101100101 | 111100 | 111001 |
Color Harmonies of #D45158
Complementary color
Monochromatic Colors of #D45158
Black with #D45158
Text Example
Text Example
White with #D45158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45158; }
p { color: rgb(212,81,88); }
H1.HeaderClassName
{
color: #D45158;
}
.AnyTagClassName
{
color: #D45158;
}
</style>
background-color css
<style>
a { background-color: #D45158; }
a { background-color: rgb(212,81,88); }
div.DivClassName
{
background-color: #D45158;
}
.BgClassName
{
background-color: #D45158;
}
</style>
border-color css
<style>
span { border-color: #D45158; }
span { border-color: rgb(212,81,88); }
td.TdClassName
{
border-color: #D45158;
}
.TagClassName
{
border-color: #D45158;
}
</style>