Shades of Charm #D16D7B
Tints of Charm #D16D7B
RGB
CMYK
RGB Variations
Color information
#D16D7B (or 0xD16D7B) is known color: Charm. HEX triplet: D1, 6D and 7B. RGB value is (209,109,123). Sum of RGB (Red+Green+Blue) = 209+109+123=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 109 (42.97% from 255 or 24.72% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 209 - color contains mainly: red. Hex color #D16D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16D7B is #2E9284. Grayscale: #8C8C8C. Windows color (decimal): -3052165 or 8089041. OLE color: 8089041.
HSL color Cylindrical-coordinate representation of color #D16D7B: hue angle of 351.6º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D16D7B is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 109 | 123 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.18 |
| HSL | 351.6º | 0.52% | 0.62% | - |
| HSV(B) | 351.6º | 0.48% | 0.82% | - |
| XYZ | 35.34 | 25.92 | 21.88 | - |
| YUV | 140.5 | 118.13 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 109 | 123 | 0 | 0.48 | 0.41 | 0.18 | 351.6 | 0.52 | 0.62 |
| Hex | D1 | 6D | 7B | 0 | 30 | 29 | 12 | 160 | 34 | 3E |
| Octal | 321 | 155 | 173 | 0 | 60 | 51 | 22 | 540 | 64 | 76 |
| Binary | 11010001 | 1101101 | 1111011 | 0 | 110000 | 101001 | 10010 | 101100000 | 110100 | 111110 |
Color Harmonies of #D16D7B
Complementary color
Monochromatic Colors of #D16D7B
Black with #D16D7B
Text Example
Text Example
White with #D16D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16D7B; }
p { color: rgb(209,109,123); }
H1.HeaderClassName
{
color: #D16D7B;
}
.AnyTagClassName
{
color: #D16D7B;
}
</style>
background-color css
<style>
a { background-color: #D16D7B; }
a { background-color: rgb(209,109,123); }
div.DivClassName
{
background-color: #D16D7B;
}
.BgClassName
{
background-color: #D16D7B;
}
</style>
border-color css
<style>
span { border-color: #D16D7B; }
span { border-color: rgb(209,109,123); }
td.TdClassName
{
border-color: #D16D7B;
}
.TagClassName
{
border-color: #D16D7B;
}
</style>