Shades of Mandy #D16268
Tints of Mandy #D16268
RGB
CMYK
RGB Variations
Color information
#D16268 (or 0xD16268) is known color: Mandy. HEX triplet: D1, 62 and 68. RGB value is (209,98,104). Sum of RGB (Red+Green+Blue) = 209+98+104=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 98 (38.67% from 255 or 23.84% from 411); Blue value is 104 (41.02% from 255 or 25.30% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D16268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16268 is #2E9D97. Grayscale: #838383. Windows color (decimal): -3055000 or 6841041. OLE color: 6841041.
HSL color Cylindrical-coordinate representation of color #D16268: hue angle of 356.76º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D16268 is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 98 | 104 | - |
| CMYK | 0 | 0.53 | 0.50 | 0.18 |
| HSL | 356.76º | 0.55% | 0.6% | - |
| HSV(B) | 356.76º | 0.53% | 0.82% | - |
| XYZ | 33.16 | 23.29 | 15.84 | - |
| YUV | 131.87 | 112.27 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 98 | 104 | 0 | 0.53 | 0.50 | 0.18 | 356.76 | 0.55 | 0.6 |
| Hex | D1 | 62 | 68 | 0 | 35 | 32 | 12 | 165 | 37 | 3C |
| Octal | 321 | 142 | 150 | 0 | 65 | 62 | 22 | 545 | 67 | 74 |
| Binary | 11010001 | 1100010 | 1101000 | 0 | 110101 | 110010 | 10010 | 101100101 | 110111 | 111100 |
Color Harmonies of #D16268
Complementary color
Monochromatic Colors of #D16268
Black with #D16268
Text Example
Text Example
White with #D16268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16268; }
p { color: rgb(209,98,104); }
H1.HeaderClassName
{
color: #D16268;
}
.AnyTagClassName
{
color: #D16268;
}
</style>
background-color css
<style>
a { background-color: #D16268; }
a { background-color: rgb(209,98,104); }
div.DivClassName
{
background-color: #D16268;
}
.BgClassName
{
background-color: #D16268;
}
</style>
border-color css
<style>
span { border-color: #D16268; }
span { border-color: rgb(209,98,104); }
td.TdClassName
{
border-color: #D16268;
}
.TagClassName
{
border-color: #D16268;
}
</style>