Shades of Mandy #D86166
Tints of Mandy #D86166
RGB
CMYK
RGB Variations
Color information
#D86166 (or 0xD86166) is known color: Mandy. HEX triplet: D8, 61 and 66. RGB value is (216,97,102). Sum of RGB (Red+Green+Blue) = 216+97+102=415 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.05% from 415); Green value is 97 (38.28% from 255 or 23.37% from 415); Blue value is 102 (40.23% from 255 or 24.58% from 415); Max value from RGB is 216 - color contains mainly: red. Hex color #D86166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86166 is #279E99. Grayscale: #858585. Windows color (decimal): -2596506 or 6709720. OLE color: 6709720.
HSL color Cylindrical-coordinate representation of color #D86166: hue angle of 357.48º 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 #D86166 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 97 | 102 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.15 |
| HSL | 357.48º | 0.6% | 0.61% | - |
| HSV(B) | 357.48º | 0.55% | 0.85% | - |
| XYZ | 34.99 | 24.11 | 15.38 | - |
| YUV | 133.15 | 110.42 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 97 | 102 | 0 | 0.55 | 0.53 | 0.15 | 357.48 | 0.6 | 0.61 |
| Hex | D8 | 61 | 66 | 0 | 37 | 35 | F | 165 | 3C | 3D |
| Octal | 330 | 141 | 146 | 0 | 67 | 65 | 17 | 545 | 74 | 75 |
| Binary | 11011000 | 1100001 | 1100110 | 0 | 110111 | 110101 | 1111 | 101100101 | 111100 | 111101 |
Color Harmonies of #D86166
Complementary color
Monochromatic Colors of #D86166
Black with #D86166
Text Example
Text Example
White with #D86166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86166; }
p { color: rgb(216,97,102); }
H1.HeaderClassName
{
color: #D86166;
}
.AnyTagClassName
{
color: #D86166;
}
</style>
background-color css
<style>
a { background-color: #D86166; }
a { background-color: rgb(216,97,102); }
div.DivClassName
{
background-color: #D86166;
}
.BgClassName
{
background-color: #D86166;
}
</style>
border-color css
<style>
span { border-color: #D86166; }
span { border-color: rgb(216,97,102); }
td.TdClassName
{
border-color: #D86166;
}
.TagClassName
{
border-color: #D86166;
}
</style>