Shades of Mandy #D16267
Tints of Mandy #D16267
RGB
CMYK
RGB Variations
Color information
#D16267 (or 0xD16267) is known color: Mandy. HEX triplet: D1, 62 and 67. RGB value is (209,98,103). Sum of RGB (Red+Green+Blue) = 209+98+103=410 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.98% from 410); Green value is 98 (38.67% from 255 or 23.90% from 410); Blue value is 103 (40.62% from 255 or 25.12% from 410); Max value from RGB is 209 - color contains mainly: red. Hex color #D16267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16267 is #2E9D98. Grayscale: #838383. Windows color (decimal): -3055001 or 6775505. OLE color: 6775505.
HSL color Cylindrical-coordinate representation of color #D16267: hue angle of 357.3º 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 #D16267 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 98 | 103 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.18 |
| HSL | 357.3º | 0.55% | 0.6% | - |
| HSV(B) | 357.3º | 0.53% | 0.82% | - |
| XYZ | 33.11 | 23.27 | 15.58 | - |
| YUV | 131.76 | 111.77 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 98 | 103 | 0 | 0.53 | 0.51 | 0.18 | 357.3 | 0.55 | 0.6 |
| Hex | D1 | 62 | 67 | 0 | 35 | 33 | 12 | 165 | 37 | 3C |
| Octal | 321 | 142 | 147 | 0 | 65 | 63 | 22 | 545 | 67 | 74 |
| Binary | 11010001 | 1100010 | 1100111 | 0 | 110101 | 110011 | 10010 | 101100101 | 110111 | 111100 |
Color Harmonies of #D16267
Complementary color
Monochromatic Colors of #D16267
Black with #D16267
Text Example
Text Example
White with #D16267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16267; }
p { color: rgb(209,98,103); }
H1.HeaderClassName
{
color: #D16267;
}
.AnyTagClassName
{
color: #D16267;
}
</style>
background-color css
<style>
a { background-color: #D16267; }
a { background-color: rgb(209,98,103); }
div.DivClassName
{
background-color: #D16267;
}
.BgClassName
{
background-color: #D16267;
}
</style>
border-color css
<style>
span { border-color: #D16267; }
span { border-color: rgb(209,98,103); }
td.TdClassName
{
border-color: #D16267;
}
.TagClassName
{
border-color: #D16267;
}
</style>