Shades of Mandy #D16567
Tints of Mandy #D16567
RGB
CMYK
RGB Variations
Color information
#D16567 (or 0xD16567) is known color: Mandy. HEX triplet: D1, 65 and 67. RGB value is (209,101,103). Sum of RGB (Red+Green+Blue) = 209+101+103=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 101 (39.84% from 255 or 24.46% from 413); Blue value is 103 (40.62% from 255 or 24.94% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D16567 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16567 is #2E9A98. Grayscale: #858585. Windows color (decimal): -3054233 or 6776273. OLE color: 6776273.
HSL color Cylindrical-coordinate representation of color #D16567: hue angle of 358.89º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D16567 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 101 | 103 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.18 |
| HSL | 358.89º | 0.54% | 0.61% | - |
| HSV(B) | 358.89º | 0.52% | 0.82% | - |
| XYZ | 33.4 | 23.84 | 15.67 | - |
| YUV | 133.52 | 110.78 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 101 | 103 | 0 | 0.52 | 0.51 | 0.18 | 358.89 | 0.54 | 0.61 |
| Hex | D1 | 65 | 67 | 0 | 34 | 33 | 12 | 167 | 36 | 3D |
| Octal | 321 | 145 | 147 | 0 | 64 | 63 | 22 | 547 | 66 | 75 |
| Binary | 11010001 | 1100101 | 1100111 | 0 | 110100 | 110011 | 10010 | 101100111 | 110110 | 111101 |
Color Harmonies of #D16567
Complementary color
Monochromatic Colors of #D16567
Black with #D16567
Text Example
Text Example
White with #D16567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16567; }
p { color: rgb(209,101,103); }
H1.HeaderClassName
{
color: #D16567;
}
.AnyTagClassName
{
color: #D16567;
}
</style>
background-color css
<style>
a { background-color: #D16567; }
a { background-color: rgb(209,101,103); }
div.DivClassName
{
background-color: #D16567;
}
.BgClassName
{
background-color: #D16567;
}
</style>
border-color css
<style>
span { border-color: #D16567; }
span { border-color: rgb(209,101,103); }
td.TdClassName
{
border-color: #D16567;
}
.TagClassName
{
border-color: #D16567;
}
</style>