Shades of Mandy #D45156
Tints of Mandy #D45156
RGB
CMYK
RGB Variations
Color information
#D45156 (or 0xD45156) is known color: Mandy. HEX triplet: D4, 51 and 56. RGB value is (212,81,86). Sum of RGB (Red+Green+Blue) = 212+81+86=379 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.94% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 86 (33.98% from 255 or 22.69% from 379); Max value from RGB is 212 - color contains mainly: red. Hex color #D45156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45156 is #2BAEA9. Grayscale: #787878. Windows color (decimal): -2862762 or 5657044. OLE color: 5657044.
HSL color Cylindrical-coordinate representation of color #D45156: hue angle of 357.71º 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 #D45156 is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 81 | 86 | - |
| CMYK | 0 | 0.62 | 0.59 | 0.17 |
| HSL | 357.71º | 0.6% | 0.57% | - |
| HSV(B) | 357.71º | 0.62% | 0.83% | - |
| XYZ | 31.77 | 20.55 | 11.1 | - |
| YUV | 120.74 | 108.4 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 81 | 86 | 0 | 0.62 | 0.59 | 0.17 | 357.71 | 0.6 | 0.57 |
| Hex | D4 | 51 | 56 | 0 | 3E | 3B | 11 | 166 | 3C | 39 |
| Octal | 324 | 121 | 126 | 0 | 76 | 73 | 21 | 546 | 74 | 71 |
| Binary | 11010100 | 1010001 | 1010110 | 0 | 111110 | 111011 | 10001 | 101100110 | 111100 | 111001 |
Color Harmonies of #D45156
Complementary color
Monochromatic Colors of #D45156
Black with #D45156
Text Example
Text Example
White with #D45156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45156; }
p { color: rgb(212,81,86); }
H1.HeaderClassName
{
color: #D45156;
}
.AnyTagClassName
{
color: #D45156;
}
</style>
background-color css
<style>
a { background-color: #D45156; }
a { background-color: rgb(212,81,86); }
div.DivClassName
{
background-color: #D45156;
}
.BgClassName
{
background-color: #D45156;
}
</style>
border-color css
<style>
span { border-color: #D45156; }
span { border-color: rgb(212,81,86); }
td.TdClassName
{
border-color: #D45156;
}
.TagClassName
{
border-color: #D45156;
}
</style>