Shades of Mandy #D86162
Tints of Mandy #D86162
RGB
CMYK
RGB Variations
Color information
#D86162 (or 0xD86162) is known color: Mandy. HEX triplet: D8, 61 and 62. RGB value is (216,97,98). Sum of RGB (Red+Green+Blue) = 216+97+98=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 97 (38.28% from 255 or 23.60% from 411); Blue value is 98 (38.67% from 255 or 23.84% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D86162 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86162 is #279E9D. Grayscale: #848484. Windows color (decimal): -2596510 or 6447576. OLE color: 6447576.
HSL color Cylindrical-coordinate representation of color #D86162: hue angle of 359.5º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D86162 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 97 | 98 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.15 |
| HSL | 359.5º | 0.6% | 0.61% | - |
| HSV(B) | 359.5º | 0.55% | 0.85% | - |
| XYZ | 34.8 | 24.03 | 14.36 | - |
| YUV | 132.7 | 108.42 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 97 | 98 | 0 | 0.55 | 0.55 | 0.15 | 359.5 | 0.6 | 0.61 |
| Hex | D8 | 61 | 62 | 0 | 37 | 37 | F | 167 | 3C | 3D |
| Octal | 330 | 141 | 142 | 0 | 67 | 67 | 17 | 547 | 74 | 75 |
| Binary | 11011000 | 1100001 | 1100010 | 0 | 110111 | 110111 | 1111 | 101100111 | 111100 | 111101 |
Color Harmonies of #D86162
Complementary color
Monochromatic Colors of #D86162
Black with #D86162
Text Example
Text Example
White with #D86162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86162; }
p { color: rgb(216,97,98); }
H1.HeaderClassName
{
color: #D86162;
}
.AnyTagClassName
{
color: #D86162;
}
</style>
background-color css
<style>
a { background-color: #D86162; }
a { background-color: rgb(216,97,98); }
div.DivClassName
{
background-color: #D86162;
}
.BgClassName
{
background-color: #D86162;
}
</style>
border-color css
<style>
span { border-color: #D86162; }
span { border-color: rgb(216,97,98); }
td.TdClassName
{
border-color: #D86162;
}
.TagClassName
{
border-color: #D86162;
}
</style>