Shades of Mandy #D16365
Tints of Mandy #D16365
RGB
CMYK
RGB Variations
Color information
#D16365 (or 0xD16365) is known color: Mandy. HEX triplet: D1, 63 and 65. RGB value is (209,99,101). Sum of RGB (Red+Green+Blue) = 209+99+101=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 99 (39.06% from 255 or 24.21% from 409); Blue value is 101 (39.84% from 255 or 24.69% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D16365 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16365 is #2E9C9A. Grayscale: #848484. Windows color (decimal): -3054747 or 6644689. OLE color: 6644689.
HSL color Cylindrical-coordinate representation of color #D16365: hue angle of 358.91º degrees, saturation: 0.54, 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 #D16365 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 99 | 101 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.18 |
| HSL | 358.91º | 0.54% | 0.6% | - |
| HSV(B) | 358.91º | 0.53% | 0.82% | - |
| XYZ | 33.11 | 23.42 | 15.09 | - |
| YUV | 132.12 | 110.44 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 99 | 101 | 0 | 0.53 | 0.52 | 0.18 | 358.91 | 0.54 | 0.6 |
| Hex | D1 | 63 | 65 | 0 | 35 | 34 | 12 | 167 | 36 | 3C |
| Octal | 321 | 143 | 145 | 0 | 65 | 64 | 22 | 547 | 66 | 74 |
| Binary | 11010001 | 1100011 | 1100101 | 0 | 110101 | 110100 | 10010 | 101100111 | 110110 | 111100 |
Color Harmonies of #D16365
Complementary color
Monochromatic Colors of #D16365
Black with #D16365
Text Example
Text Example
White with #D16365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16365; }
p { color: rgb(209,99,101); }
H1.HeaderClassName
{
color: #D16365;
}
.AnyTagClassName
{
color: #D16365;
}
</style>
background-color css
<style>
a { background-color: #D16365; }
a { background-color: rgb(209,99,101); }
div.DivClassName
{
background-color: #D16365;
}
.BgClassName
{
background-color: #D16365;
}
</style>
border-color css
<style>
span { border-color: #D16365; }
span { border-color: rgb(209,99,101); }
td.TdClassName
{
border-color: #D16365;
}
.TagClassName
{
border-color: #D16365;
}
</style>