Shades of Mandy #D46166
Tints of Mandy #D46166
RGB
CMYK
RGB Variations
Color information
#D46166 (or 0xD46166) is known color: Mandy. HEX triplet: D4, 61 and 66. RGB value is (212,97,102). Sum of RGB (Red+Green+Blue) = 212+97+102=411 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.58% from 411); Green value is 97 (38.28% from 255 or 23.60% from 411); Blue value is 102 (40.23% from 255 or 24.82% from 411); Max value from RGB is 212 - color contains mainly: red. Hex color #D46166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46166 is #2B9E99. Grayscale: #848484. Windows color (decimal): -2858650 or 6709716. OLE color: 6709716.
HSL color Cylindrical-coordinate representation of color #D46166: hue angle of 357.39º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D46166 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 97 | 102 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.17 |
| HSL | 357.39º | 0.57% | 0.61% | - |
| HSV(B) | 357.39º | 0.54% | 0.83% | - |
| XYZ | 33.82 | 23.51 | 15.32 | - |
| YUV | 131.96 | 111.1 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 97 | 102 | 0 | 0.54 | 0.52 | 0.17 | 357.39 | 0.57 | 0.61 |
| Hex | D4 | 61 | 66 | 0 | 36 | 34 | 11 | 165 | 39 | 3D |
| Octal | 324 | 141 | 146 | 0 | 66 | 64 | 21 | 545 | 71 | 75 |
| Binary | 11010100 | 1100001 | 1100110 | 0 | 110110 | 110100 | 10001 | 101100101 | 111001 | 111101 |
Color Harmonies of #D46166
Complementary color
Monochromatic Colors of #D46166
Black with #D46166
Text Example
Text Example
White with #D46166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46166; }
p { color: rgb(212,97,102); }
H1.HeaderClassName
{
color: #D46166;
}
.AnyTagClassName
{
color: #D46166;
}
</style>
background-color css
<style>
a { background-color: #D46166; }
a { background-color: rgb(212,97,102); }
div.DivClassName
{
background-color: #D46166;
}
.BgClassName
{
background-color: #D46166;
}
</style>
border-color css
<style>
span { border-color: #D46166; }
span { border-color: rgb(212,97,102); }
td.TdClassName
{
border-color: #D46166;
}
.TagClassName
{
border-color: #D46166;
}
</style>