Shades of Charm #D16C7D
Tints of Charm #D16C7D
RGB
CMYK
RGB Variations
Color information
#D16C7D (or 0xD16C7D) is known color: Charm. HEX triplet: D1, 6C and 7D. RGB value is (209,108,125). Sum of RGB (Red+Green+Blue) = 209+108+125=442 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.29% from 442); Green value is 108 (42.58% from 255 or 24.43% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 209 - color contains mainly: red. Hex color #D16C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16C7D is #2E9382. Grayscale: #8C8C8C. Windows color (decimal): -3052419 or 8219857. OLE color: 8219857.
HSL color Cylindrical-coordinate representation of color #D16C7D: hue angle of 349.9º 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 #D16C7D is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 108 | 125 | - |
| CMYK | 0 | 0.48 | 0.40 | 0.18 |
| HSL | 349.9º | 0.52% | 0.62% | - |
| HSV(B) | 349.9º | 0.48% | 0.82% | - |
| XYZ | 35.36 | 25.76 | 22.51 | - |
| YUV | 140.14 | 119.46 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 108 | 125 | 0 | 0.48 | 0.40 | 0.18 | 349.9 | 0.52 | 0.62 |
| Hex | D1 | 6C | 7D | 0 | 30 | 28 | 12 | 15E | 34 | 3E |
| Octal | 321 | 154 | 175 | 0 | 60 | 50 | 22 | 536 | 64 | 76 |
| Binary | 11010001 | 1101100 | 1111101 | 0 | 110000 | 101000 | 10010 | 101011110 | 110100 | 111110 |
Color Harmonies of #D16C7D
Complementary color
Monochromatic Colors of #D16C7D
Black with #D16C7D
Text Example
Text Example
White with #D16C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16C7D; }
p { color: rgb(209,108,125); }
H1.HeaderClassName
{
color: #D16C7D;
}
.AnyTagClassName
{
color: #D16C7D;
}
</style>
background-color css
<style>
a { background-color: #D16C7D; }
a { background-color: rgb(209,108,125); }
div.DivClassName
{
background-color: #D16C7D;
}
.BgClassName
{
background-color: #D16C7D;
}
</style>
border-color css
<style>
span { border-color: #D16C7D; }
span { border-color: rgb(209,108,125); }
td.TdClassName
{
border-color: #D16C7D;
}
.TagClassName
{
border-color: #D16C7D;
}
</style>