Shades of Mandy #D96166
Tints of Mandy #D96166
RGB
CMYK
RGB Variations
Color information
#D96166 (or 0xD96166) is known color: Mandy. HEX triplet: D9, 61 and 66. RGB value is (217,97,102). Sum of RGB (Red+Green+Blue) = 217+97+102=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D96166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96166 is #269E99. Grayscale: #858585. Windows color (decimal): -2530970 or 6709721. OLE color: 6709721.
HSL color Cylindrical-coordinate representation of color #D96166: hue angle of 357.5º degrees, saturation: 0.61, 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 #D96166 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 97 | 102 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.15 |
| HSL | 357.5º | 0.61% | 0.62% | - |
| HSV(B) | 357.5º | 0.55% | 0.85% | - |
| XYZ | 35.29 | 24.26 | 15.39 | - |
| YUV | 133.45 | 110.26 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 97 | 102 | 0 | 0.55 | 0.53 | 0.15 | 357.5 | 0.61 | 0.62 |
| Hex | D9 | 61 | 66 | 0 | 37 | 35 | F | 166 | 3D | 3E |
| Octal | 331 | 141 | 146 | 0 | 67 | 65 | 17 | 546 | 75 | 76 |
| Binary | 11011001 | 1100001 | 1100110 | 0 | 110111 | 110101 | 1111 | 101100110 | 111101 | 111110 |
Color Harmonies of #D96166
Complementary color
Monochromatic Colors of #D96166
Black with #D96166
Text Example
Text Example
White with #D96166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96166; }
p { color: rgb(217,97,102); }
H1.HeaderClassName
{
color: #D96166;
}
.AnyTagClassName
{
color: #D96166;
}
</style>
background-color css
<style>
a { background-color: #D96166; }
a { background-color: rgb(217,97,102); }
div.DivClassName
{
background-color: #D96166;
}
.BgClassName
{
background-color: #D96166;
}
</style>
border-color css
<style>
span { border-color: #D96166; }
span { border-color: rgb(217,97,102); }
td.TdClassName
{
border-color: #D96166;
}
.TagClassName
{
border-color: #D96166;
}
</style>