Shades of Mandy #D16063
Tints of Mandy #D16063
RGB
CMYK
RGB Variations
Color information
#D16063 (or 0xD16063) is known color: Mandy. HEX triplet: D1, 60 and 63. RGB value is (209,96,99). Sum of RGB (Red+Green+Blue) = 209+96+99=404 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.73% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 99 (39.06% from 255 or 24.50% from 404); Max value from RGB is 209 - color contains mainly: red. Hex color #D16063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16063 is #2E9F9C. Grayscale: #828282. Windows color (decimal): -3055517 or 6512849. OLE color: 6512849.
HSL color Cylindrical-coordinate representation of color #D16063: hue angle of 358.41º 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 #D16063 is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 96 | 99 | - |
| CMYK | 0 | 0.54 | 0.53 | 0.18 |
| HSL | 358.41º | 0.55% | 0.6% | - |
| HSV(B) | 358.41º | 0.54% | 0.82% | - |
| XYZ | 32.73 | 22.82 | 14.48 | - |
| YUV | 130.13 | 110.44 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 96 | 99 | 0 | 0.54 | 0.53 | 0.18 | 358.41 | 0.55 | 0.6 |
| Hex | D1 | 60 | 63 | 0 | 36 | 35 | 12 | 166 | 37 | 3C |
| Octal | 321 | 140 | 143 | 0 | 66 | 65 | 22 | 546 | 67 | 74 |
| Binary | 11010001 | 1100000 | 1100011 | 0 | 110110 | 110101 | 10010 | 101100110 | 110111 | 111100 |
Color Harmonies of #D16063
Complementary color
Monochromatic Colors of #D16063
Black with #D16063
Text Example
Text Example
White with #D16063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16063; }
p { color: rgb(209,96,99); }
H1.HeaderClassName
{
color: #D16063;
}
.AnyTagClassName
{
color: #D16063;
}
</style>
background-color css
<style>
a { background-color: #D16063; }
a { background-color: rgb(209,96,99); }
div.DivClassName
{
background-color: #D16063;
}
.BgClassName
{
background-color: #D16063;
}
</style>
border-color css
<style>
span { border-color: #D16063; }
span { border-color: rgb(209,96,99); }
td.TdClassName
{
border-color: #D16063;
}
.TagClassName
{
border-color: #D16063;
}
</style>