Shades of Mandy #D16668
Tints of Mandy #D16668
RGB
CMYK
RGB Variations
Color information
#D16668 (or 0xD16668) is known color: Mandy. HEX triplet: D1, 66 and 68. RGB value is (209,102,104). Sum of RGB (Red+Green+Blue) = 209+102+104=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 102 (40.23% from 255 or 24.58% from 415); Blue value is 104 (41.02% from 255 or 25.06% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D16668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16668 is #2E9997. Grayscale: #868686. Windows color (decimal): -3053976 or 6842065. OLE color: 6842065.
HSL color Cylindrical-coordinate representation of color #D16668: hue angle of 358.88º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D16668 is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 102 | 104 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.18 |
| HSL | 358.88º | 0.54% | 0.61% | - |
| HSV(B) | 358.88º | 0.51% | 0.82% | - |
| XYZ | 33.54 | 24.06 | 15.97 | - |
| YUV | 134.22 | 110.95 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 102 | 104 | 0 | 0.51 | 0.50 | 0.18 | 358.88 | 0.54 | 0.61 |
| Hex | D1 | 66 | 68 | 0 | 33 | 32 | 12 | 167 | 36 | 3D |
| Octal | 321 | 146 | 150 | 0 | 63 | 62 | 22 | 547 | 66 | 75 |
| Binary | 11010001 | 1100110 | 1101000 | 0 | 110011 | 110010 | 10010 | 101100111 | 110110 | 111101 |
Color Harmonies of #D16668
Complementary color
Monochromatic Colors of #D16668
Black with #D16668
Text Example
Text Example
White with #D16668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16668; }
p { color: rgb(209,102,104); }
H1.HeaderClassName
{
color: #D16668;
}
.AnyTagClassName
{
color: #D16668;
}
</style>
background-color css
<style>
a { background-color: #D16668; }
a { background-color: rgb(209,102,104); }
div.DivClassName
{
background-color: #D16668;
}
.BgClassName
{
background-color: #D16668;
}
</style>
border-color css
<style>
span { border-color: #D16668; }
span { border-color: rgb(209,102,104); }
td.TdClassName
{
border-color: #D16668;
}
.TagClassName
{
border-color: #D16668;
}
</style>