Shades of Mandy #D86266
Tints of Mandy #D86266
RGB
CMYK
RGB Variations
Color information
#D86266 (or 0xD86266) is known color: Mandy. HEX triplet: D8, 62 and 66. RGB value is (216,98,102). Sum of RGB (Red+Green+Blue) = 216+98+102=416 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.92% from 416); Green value is 98 (38.67% from 255 or 23.56% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 216 - color contains mainly: red. Hex color #D86266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86266 is #279D99. Grayscale: #858585. Windows color (decimal): -2596250 or 6709976. OLE color: 6709976.
HSL color Cylindrical-coordinate representation of color #D86266: hue angle of 357.97º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D86266 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 98 | 102 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.15 |
| HSL | 357.97º | 0.6% | 0.62% | - |
| HSV(B) | 357.97º | 0.55% | 0.85% | - |
| XYZ | 35.08 | 24.29 | 15.41 | - |
| YUV | 133.74 | 110.09 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 98 | 102 | 0 | 0.55 | 0.53 | 0.15 | 357.97 | 0.6 | 0.62 |
| Hex | D8 | 62 | 66 | 0 | 37 | 35 | F | 166 | 3C | 3E |
| Octal | 330 | 142 | 146 | 0 | 67 | 65 | 17 | 546 | 74 | 76 |
| Binary | 11011000 | 1100010 | 1100110 | 0 | 110111 | 110101 | 1111 | 101100110 | 111100 | 111110 |
Color Harmonies of #D86266
Complementary color
Monochromatic Colors of #D86266
Black with #D86266
Text Example
Text Example
White with #D86266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86266; }
p { color: rgb(216,98,102); }
H1.HeaderClassName
{
color: #D86266;
}
.AnyTagClassName
{
color: #D86266;
}
</style>
background-color css
<style>
a { background-color: #D86266; }
a { background-color: rgb(216,98,102); }
div.DivClassName
{
background-color: #D86266;
}
.BgClassName
{
background-color: #D86266;
}
</style>
border-color css
<style>
span { border-color: #D86266; }
span { border-color: rgb(216,98,102); }
td.TdClassName
{
border-color: #D86266;
}
.TagClassName
{
border-color: #D86266;
}
</style>