Shades of Mandy #D45162
Tints of Mandy #D45162
RGB
CMYK
RGB Variations
Color information
#D45162 (or 0xD45162) is known color: Mandy. HEX triplet: D4, 51 and 62. RGB value is (212,81,98). Sum of RGB (Red+Green+Blue) = 212+81+98=391 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.22% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 98 (38.67% from 255 or 25.06% from 391); Max value from RGB is 212 - color contains mainly: red. Hex color #D45162 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45162 is #2BAE9D. Grayscale: #7A7A7A. Windows color (decimal): -2862750 or 6443476. OLE color: 6443476.
HSL color Cylindrical-coordinate representation of color #D45162: hue angle of 352.21º 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 #D45162 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 81 | 98 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.17 |
| HSL | 352.21º | 0.6% | 0.57% | - |
| HSV(B) | 352.21º | 0.62% | 0.83% | - |
| XYZ | 32.3 | 20.76 | 13.86 | - |
| YUV | 122.11 | 114.4 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 81 | 98 | 0 | 0.62 | 0.54 | 0.17 | 352.21 | 0.6 | 0.57 |
| Hex | D4 | 51 | 62 | 0 | 3E | 36 | 11 | 160 | 3C | 39 |
| Octal | 324 | 121 | 142 | 0 | 76 | 66 | 21 | 540 | 74 | 71 |
| Binary | 11010100 | 1010001 | 1100010 | 0 | 111110 | 110110 | 10001 | 101100000 | 111100 | 111001 |
Color Harmonies of #D45162
Complementary color
Monochromatic Colors of #D45162
Black with #D45162
Text Example
Text Example
White with #D45162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45162; }
p { color: rgb(212,81,98); }
H1.HeaderClassName
{
color: #D45162;
}
.AnyTagClassName
{
color: #D45162;
}
</style>
background-color css
<style>
a { background-color: #D45162; }
a { background-color: rgb(212,81,98); }
div.DivClassName
{
background-color: #D45162;
}
.BgClassName
{
background-color: #D45162;
}
</style>
border-color css
<style>
span { border-color: #D45162; }
span { border-color: rgb(212,81,98); }
td.TdClassName
{
border-color: #D45162;
}
.TagClassName
{
border-color: #D45162;
}
</style>