Shades of Mandy #D25162
Tints of Mandy #D25162
RGB
CMYK
RGB Variations
Color information
#D25162 (or 0xD25162) is known color: Mandy. HEX triplet: D2, 51 and 62. RGB value is (210,81,98). Sum of RGB (Red+Green+Blue) = 210+81+98=389 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.98% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 98 (38.67% from 255 or 25.19% from 389); Max value from RGB is 210 - color contains mainly: red. Hex color #D25162 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25162 is #2DAE9D. Grayscale: #797979. Windows color (decimal): -2993822 or 6443474. OLE color: 6443474.
HSL color Cylindrical-coordinate representation of color #D25162: hue angle of 352.09º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D25162 is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 81 | 98 | - |
| CMYK | 0 | 0.61 | 0.53 | 0.18 |
| HSL | 352.09º | 0.59% | 0.57% | - |
| HSV(B) | 352.09º | 0.61% | 0.82% | - |
| XYZ | 31.73 | 20.47 | 13.83 | - |
| YUV | 121.51 | 114.74 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 81 | 98 | 0 | 0.61 | 0.53 | 0.18 | 352.09 | 0.59 | 0.57 |
| Hex | D2 | 51 | 62 | 0 | 3D | 35 | 12 | 160 | 3B | 39 |
| Octal | 322 | 121 | 142 | 0 | 75 | 65 | 22 | 540 | 73 | 71 |
| Binary | 11010010 | 1010001 | 1100010 | 0 | 111101 | 110101 | 10010 | 101100000 | 111011 | 111001 |
Color Harmonies of #D25162
Complementary color
Monochromatic Colors of #D25162
Black with #D25162
Text Example
Text Example
White with #D25162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25162; }
p { color: rgb(210,81,98); }
H1.HeaderClassName
{
color: #D25162;
}
.AnyTagClassName
{
color: #D25162;
}
</style>
background-color css
<style>
a { background-color: #D25162; }
a { background-color: rgb(210,81,98); }
div.DivClassName
{
background-color: #D25162;
}
.BgClassName
{
background-color: #D25162;
}
</style>
border-color css
<style>
span { border-color: #D25162; }
span { border-color: rgb(210,81,98); }
td.TdClassName
{
border-color: #D25162;
}
.TagClassName
{
border-color: #D25162;
}
</style>