Shades of Mandy #D16066
Tints of Mandy #D16066
RGB
CMYK
RGB Variations
Color information
#D16066 (or 0xD16066) is known color: Mandy. HEX triplet: D1, 60 and 66. RGB value is (209,96,102). Sum of RGB (Red+Green+Blue) = 209+96+102=407 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.35% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 102 (40.23% from 255 or 25.06% from 407); Max value from RGB is 209 - color contains mainly: red. Hex color #D16066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16066 is #2E9F99. Grayscale: #828282. Windows color (decimal): -3055514 or 6709457. OLE color: 6709457.
HSL color Cylindrical-coordinate representation of color #D16066: hue angle of 356.81º 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 #D16066 is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 96 | 102 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.18 |
| HSL | 356.81º | 0.55% | 0.6% | - |
| HSV(B) | 356.81º | 0.54% | 0.82% | - |
| XYZ | 32.88 | 22.88 | 15.25 | - |
| YUV | 130.47 | 111.94 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 96 | 102 | 0 | 0.54 | 0.51 | 0.18 | 356.81 | 0.55 | 0.6 |
| Hex | D1 | 60 | 66 | 0 | 36 | 33 | 12 | 165 | 37 | 3C |
| Octal | 321 | 140 | 146 | 0 | 66 | 63 | 22 | 545 | 67 | 74 |
| Binary | 11010001 | 1100000 | 1100110 | 0 | 110110 | 110011 | 10010 | 101100101 | 110111 | 111100 |
Color Harmonies of #D16066
Complementary color
Monochromatic Colors of #D16066
Black with #D16066
Text Example
Text Example
White with #D16066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16066; }
p { color: rgb(209,96,102); }
H1.HeaderClassName
{
color: #D16066;
}
.AnyTagClassName
{
color: #D16066;
}
</style>
background-color css
<style>
a { background-color: #D16066; }
a { background-color: rgb(209,96,102); }
div.DivClassName
{
background-color: #D16066;
}
.BgClassName
{
background-color: #D16066;
}
</style>
border-color css
<style>
span { border-color: #D16066; }
span { border-color: rgb(209,96,102); }
td.TdClassName
{
border-color: #D16066;
}
.TagClassName
{
border-color: #D16066;
}
</style>