Shades of Charm #D16B7E
Tints of Charm #D16B7E
RGB
CMYK
RGB Variations
Color information
#D16B7E (or 0xD16B7E) is known color: Charm. HEX triplet: D1, 6B and 7E. RGB value is (209,107,126). Sum of RGB (Red+Green+Blue) = 209+107+126=442 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.29% from 442); Green value is 107 (42.19% from 255 or 24.21% from 442); Blue value is 126 (49.61% from 255 or 28.51% from 442); Max value from RGB is 209 - color contains mainly: red. Hex color #D16B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16B7E is #2E9481. Grayscale: #8B8B8B. Windows color (decimal): -3052674 or 8285137. OLE color: 8285137.
HSL color Cylindrical-coordinate representation of color #D16B7E: hue angle of 348.82º 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 #D16B7E is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 107 | 126 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.18 |
| HSL | 348.82º | 0.53% | 0.62% | - |
| HSV(B) | 348.82º | 0.49% | 0.82% | - |
| XYZ | 35.32 | 25.58 | 22.81 | - |
| YUV | 139.66 | 120.29 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 107 | 126 | 0 | 0.49 | 0.40 | 0.18 | 348.82 | 0.53 | 0.62 |
| Hex | D1 | 6B | 7E | 0 | 31 | 28 | 12 | 15D | 35 | 3E |
| Octal | 321 | 153 | 176 | 0 | 61 | 50 | 22 | 535 | 65 | 76 |
| Binary | 11010001 | 1101011 | 1111110 | 0 | 110001 | 101000 | 10010 | 101011101 | 110101 | 111110 |
Color Harmonies of #D16B7E
Complementary color
Monochromatic Colors of #D16B7E
Black with #D16B7E
Text Example
Text Example
White with #D16B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16B7E; }
p { color: rgb(209,107,126); }
H1.HeaderClassName
{
color: #D16B7E;
}
.AnyTagClassName
{
color: #D16B7E;
}
</style>
background-color css
<style>
a { background-color: #D16B7E; }
a { background-color: rgb(209,107,126); }
div.DivClassName
{
background-color: #D16B7E;
}
.BgClassName
{
background-color: #D16B7E;
}
</style>
border-color css
<style>
span { border-color: #D16B7E; }
span { border-color: rgb(209,107,126); }
td.TdClassName
{
border-color: #D16B7E;
}
.TagClassName
{
border-color: #D16B7E;
}
</style>