Shades of Mandy #D16568
Tints of Mandy #D16568
RGB
CMYK
RGB Variations
Color information
#D16568 (or 0xD16568) is known color: Mandy. HEX triplet: D1, 65 and 68. RGB value is (209,101,104). Sum of RGB (Red+Green+Blue) = 209+101+104=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 104 (41.02% from 255 or 25.12% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D16568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16568 is #2E9A97. Grayscale: #858585. Windows color (decimal): -3054232 or 6841809. OLE color: 6841809.
HSL color Cylindrical-coordinate representation of color #D16568: hue angle of 358.33º 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 #D16568 is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 101 | 104 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.18 |
| HSL | 358.33º | 0.54% | 0.61% | - |
| HSV(B) | 358.33º | 0.52% | 0.82% | - |
| XYZ | 33.45 | 23.86 | 15.94 | - |
| YUV | 133.63 | 111.28 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 101 | 104 | 0 | 0.52 | 0.50 | 0.18 | 358.33 | 0.54 | 0.61 |
| Hex | D1 | 65 | 68 | 0 | 34 | 32 | 12 | 166 | 36 | 3D |
| Octal | 321 | 145 | 150 | 0 | 64 | 62 | 22 | 546 | 66 | 75 |
| Binary | 11010001 | 1100101 | 1101000 | 0 | 110100 | 110010 | 10010 | 101100110 | 110110 | 111101 |
Color Harmonies of #D16568
Complementary color
Monochromatic Colors of #D16568
Black with #D16568
Text Example
Text Example
White with #D16568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16568; }
p { color: rgb(209,101,104); }
H1.HeaderClassName
{
color: #D16568;
}
.AnyTagClassName
{
color: #D16568;
}
</style>
background-color css
<style>
a { background-color: #D16568; }
a { background-color: rgb(209,101,104); }
div.DivClassName
{
background-color: #D16568;
}
.BgClassName
{
background-color: #D16568;
}
</style>
border-color css
<style>
span { border-color: #D16568; }
span { border-color: rgb(209,101,104); }
td.TdClassName
{
border-color: #D16568;
}
.TagClassName
{
border-color: #D16568;
}
</style>