Shades of Mandy #D16163
Tints of Mandy #D16163
RGB
CMYK
RGB Variations
Color information
#D16163 (or 0xD16163) is known color: Mandy. HEX triplet: D1, 61 and 63. RGB value is (209,97,99). Sum of RGB (Red+Green+Blue) = 209+97+99=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 97 (38.28% from 255 or 23.95% from 405); Blue value is 99 (39.06% from 255 or 24.44% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D16163 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16163 is #2E9E9C. Grayscale: #828282. Windows color (decimal): -3055261 or 6513105. OLE color: 6513105.
HSL color Cylindrical-coordinate representation of color #D16163: hue angle of 358.93º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D16163 is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 97 | 99 | - |
| CMYK | 0 | 0.54 | 0.53 | 0.18 |
| HSL | 358.93º | 0.55% | 0.6% | - |
| HSV(B) | 358.93º | 0.54% | 0.82% | - |
| XYZ | 32.82 | 23.01 | 14.52 | - |
| YUV | 130.72 | 110.11 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 97 | 99 | 0 | 0.54 | 0.53 | 0.18 | 358.93 | 0.55 | 0.6 |
| Hex | D1 | 61 | 63 | 0 | 36 | 35 | 12 | 167 | 37 | 3C |
| Octal | 321 | 141 | 143 | 0 | 66 | 65 | 22 | 547 | 67 | 74 |
| Binary | 11010001 | 1100001 | 1100011 | 0 | 110110 | 110101 | 10010 | 101100111 | 110111 | 111100 |
Color Harmonies of #D16163
Complementary color
Monochromatic Colors of #D16163
Black with #D16163
Text Example
Text Example
White with #D16163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16163; }
p { color: rgb(209,97,99); }
H1.HeaderClassName
{
color: #D16163;
}
.AnyTagClassName
{
color: #D16163;
}
</style>
background-color css
<style>
a { background-color: #D16163; }
a { background-color: rgb(209,97,99); }
div.DivClassName
{
background-color: #D16163;
}
.BgClassName
{
background-color: #D16163;
}
</style>
border-color css
<style>
span { border-color: #D16163; }
span { border-color: rgb(209,97,99); }
td.TdClassName
{
border-color: #D16163;
}
.TagClassName
{
border-color: #D16163;
}
</style>