Shades of Mandy #D45060
Tints of Mandy #D45060
RGB
CMYK
RGB Variations
Color information
#D45060 (or 0xD45060) is known color: Mandy. HEX triplet: D4, 50 and 60. RGB value is (212,80,96). Sum of RGB (Red+Green+Blue) = 212+80+96=388 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.64% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 96 (37.89% from 255 or 24.74% from 388); Max value from RGB is 212 - color contains mainly: red. Hex color #D45060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45060 is #2BAF9F. Grayscale: #797979. Windows color (decimal): -2863008 or 6312148. OLE color: 6312148.
HSL color Cylindrical-coordinate representation of color #D45060: hue angle of 352.73º degrees, saturation: 0.61, 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 #D45060 is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 80 | 96 | - |
| CMYK | 0 | 0.62 | 0.55 | 0.17 |
| HSL | 352.73º | 0.61% | 0.57% | - |
| HSV(B) | 352.73º | 0.62% | 0.83% | - |
| XYZ | 32.13 | 20.58 | 13.34 | - |
| YUV | 121.29 | 113.73 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 80 | 96 | 0 | 0.62 | 0.55 | 0.17 | 352.73 | 0.61 | 0.57 |
| Hex | D4 | 50 | 60 | 0 | 3E | 37 | 11 | 161 | 3D | 39 |
| Octal | 324 | 120 | 140 | 0 | 76 | 67 | 21 | 541 | 75 | 71 |
| Binary | 11010100 | 1010000 | 1100000 | 0 | 111110 | 110111 | 10001 | 101100001 | 111101 | 111001 |
Color Harmonies of #D45060
Complementary color
Monochromatic Colors of #D45060
Black with #D45060
Text Example
Text Example
White with #D45060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45060; }
p { color: rgb(212,80,96); }
H1.HeaderClassName
{
color: #D45060;
}
.AnyTagClassName
{
color: #D45060;
}
</style>
background-color css
<style>
a { background-color: #D45060; }
a { background-color: rgb(212,80,96); }
div.DivClassName
{
background-color: #D45060;
}
.BgClassName
{
background-color: #D45060;
}
</style>
border-color css
<style>
span { border-color: #D45060; }
span { border-color: rgb(212,80,96); }
td.TdClassName
{
border-color: #D45060;
}
.TagClassName
{
border-color: #D45060;
}
</style>