Shades of Mandy #D16265
Tints of Mandy #D16265
RGB
CMYK
RGB Variations
Color information
#D16265 (or 0xD16265) is known color: Mandy. HEX triplet: D1, 62 and 65. RGB value is (209,98,101). Sum of RGB (Red+Green+Blue) = 209+98+101=408 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.23% from 408); Green value is 98 (38.67% from 255 or 24.02% from 408); Blue value is 101 (39.84% from 255 or 24.75% from 408); Max value from RGB is 209 - color contains mainly: red. Hex color #D16265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16265 is #2E9D9A. Grayscale: #838383. Windows color (decimal): -3055003 or 6644433. OLE color: 6644433.
HSL color Cylindrical-coordinate representation of color #D16265: hue angle of 358.38º 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 #D16265 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 98 | 101 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.18 |
| HSL | 358.38º | 0.55% | 0.6% | - |
| HSV(B) | 358.38º | 0.53% | 0.82% | - |
| XYZ | 33.01 | 23.23 | 15.06 | - |
| YUV | 131.53 | 110.77 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 98 | 101 | 0 | 0.53 | 0.52 | 0.18 | 358.38 | 0.55 | 0.6 |
| Hex | D1 | 62 | 65 | 0 | 35 | 34 | 12 | 166 | 37 | 3C |
| Octal | 321 | 142 | 145 | 0 | 65 | 64 | 22 | 546 | 67 | 74 |
| Binary | 11010001 | 1100010 | 1100101 | 0 | 110101 | 110100 | 10010 | 101100110 | 110111 | 111100 |
Color Harmonies of #D16265
Complementary color
Monochromatic Colors of #D16265
Black with #D16265
Text Example
Text Example
White with #D16265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16265; }
p { color: rgb(209,98,101); }
H1.HeaderClassName
{
color: #D16265;
}
.AnyTagClassName
{
color: #D16265;
}
</style>
background-color css
<style>
a { background-color: #D16265; }
a { background-color: rgb(209,98,101); }
div.DivClassName
{
background-color: #D16265;
}
.BgClassName
{
background-color: #D16265;
}
</style>
border-color css
<style>
span { border-color: #D16265; }
span { border-color: rgb(209,98,101); }
td.TdClassName
{
border-color: #D16265;
}
.TagClassName
{
border-color: #D16265;
}
</style>