Shades of Charm #D16A7B
Tints of Charm #D16A7B
RGB
CMYK
RGB Variations
Color information
#D16A7B (or 0xD16A7B) is known color: Charm. HEX triplet: D1, 6A and 7B. RGB value is (209,106,123). Sum of RGB (Red+Green+Blue) = 209+106+123=438 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.72% from 438); Green value is 106 (41.80% from 255 or 24.20% from 438); Blue value is 123 (48.44% from 255 or 28.08% from 438); Max value from RGB is 209 - color contains mainly: red. Hex color #D16A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16A7B is #2E9584. Grayscale: #8A8A8A. Windows color (decimal): -3052933 or 8088273. OLE color: 8088273.
HSL color Cylindrical-coordinate representation of color #D16A7B: hue angle of 350.1º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D16A7B is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 106 | 123 | - |
| CMYK | 0 | 0.49 | 0.41 | 0.18 |
| HSL | 350.1º | 0.53% | 0.62% | - |
| HSV(B) | 350.1º | 0.49% | 0.82% | - |
| XYZ | 35.02 | 25.29 | 21.78 | - |
| YUV | 138.74 | 119.12 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 106 | 123 | 0 | 0.49 | 0.41 | 0.18 | 350.1 | 0.53 | 0.62 |
| Hex | D1 | 6A | 7B | 0 | 31 | 29 | 12 | 15E | 35 | 3E |
| Octal | 321 | 152 | 173 | 0 | 61 | 51 | 22 | 536 | 65 | 76 |
| Binary | 11010001 | 1101010 | 1111011 | 0 | 110001 | 101001 | 10010 | 101011110 | 110101 | 111110 |
Color Harmonies of #D16A7B
Complementary color
Monochromatic Colors of #D16A7B
Black with #D16A7B
Text Example
Text Example
White with #D16A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16A7B; }
p { color: rgb(209,106,123); }
H1.HeaderClassName
{
color: #D16A7B;
}
.AnyTagClassName
{
color: #D16A7B;
}
</style>
background-color css
<style>
a { background-color: #D16A7B; }
a { background-color: rgb(209,106,123); }
div.DivClassName
{
background-color: #D16A7B;
}
.BgClassName
{
background-color: #D16A7B;
}
</style>
border-color css
<style>
span { border-color: #D16A7B; }
span { border-color: rgb(209,106,123); }
td.TdClassName
{
border-color: #D16A7B;
}
.TagClassName
{
border-color: #D16A7B;
}
</style>