Shades of Mandy #D16061
Tints of Mandy #D16061
RGB
CMYK
RGB Variations
Color information
#D16061 (or 0xD16061) is known color: Mandy. HEX triplet: D1, 60 and 61. RGB value is (209,96,97). Sum of RGB (Red+Green+Blue) = 209+96+97=402 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.99% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 97 (38.28% from 255 or 24.13% from 402); Max value from RGB is 209 - color contains mainly: red. Hex color #D16061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16061 is #2E9F9E. Grayscale: #828282. Windows color (decimal): -3055519 or 6381777. OLE color: 6381777.
HSL color Cylindrical-coordinate representation of color #D16061: hue angle of 359.47º 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 #D16061 is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 96 | 97 | - |
| CMYK | 0 | 0.54 | 0.54 | 0.18 |
| HSL | 359.47º | 0.55% | 0.6% | - |
| HSV(B) | 359.47º | 0.54% | 0.82% | - |
| XYZ | 32.64 | 22.78 | 13.99 | - |
| YUV | 129.9 | 109.44 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 96 | 97 | 0 | 0.54 | 0.54 | 0.18 | 359.47 | 0.55 | 0.6 |
| Hex | D1 | 60 | 61 | 0 | 36 | 36 | 12 | 167 | 37 | 3C |
| Octal | 321 | 140 | 141 | 0 | 66 | 66 | 22 | 547 | 67 | 74 |
| Binary | 11010001 | 1100000 | 1100001 | 0 | 110110 | 110110 | 10010 | 101100111 | 110111 | 111100 |
Color Harmonies of #D16061
Complementary color
Monochromatic Colors of #D16061
Black with #D16061
Text Example
Text Example
White with #D16061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16061; }
p { color: rgb(209,96,97); }
H1.HeaderClassName
{
color: #D16061;
}
.AnyTagClassName
{
color: #D16061;
}
</style>
background-color css
<style>
a { background-color: #D16061; }
a { background-color: rgb(209,96,97); }
div.DivClassName
{
background-color: #D16061;
}
.BgClassName
{
background-color: #D16061;
}
</style>
border-color css
<style>
span { border-color: #D16061; }
span { border-color: rgb(209,96,97); }
td.TdClassName
{
border-color: #D16061;
}
.TagClassName
{
border-color: #D16061;
}
</style>