Shades of Charm #D1687F
Tints of Charm #D1687F
RGB
CMYK
RGB Variations
Color information
#D1687F (or 0xD1687F) is known color: Charm. HEX triplet: D1, 68 and 7F. RGB value is (209,104,127). Sum of RGB (Red+Green+Blue) = 209+104+127=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 104 (41.02% from 255 or 23.64% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 209 - color contains mainly: red. Hex color #D1687F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1687F is #2E9780. Grayscale: #8A8A8A. Windows color (decimal): -3053441 or 8349905. OLE color: 8349905.
HSL color Cylindrical-coordinate representation of color #D1687F: hue angle of 346.86º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D1687F is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 104 | 127 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.18 |
| HSL | 346.86º | 0.53% | 0.61% | - |
| HSV(B) | 346.86º | 0.5% | 0.82% | - |
| XYZ | 35.08 | 24.99 | 23.05 | - |
| YUV | 138.02 | 121.79 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 104 | 127 | 0 | 0.50 | 0.39 | 0.18 | 346.86 | 0.53 | 0.61 |
| Hex | D1 | 68 | 7F | 0 | 32 | 27 | 12 | 15B | 35 | 3D |
| Octal | 321 | 150 | 177 | 0 | 62 | 47 | 22 | 533 | 65 | 75 |
| Binary | 11010001 | 1101000 | 1111111 | 0 | 110010 | 100111 | 10010 | 101011011 | 110101 | 111101 |
Color Harmonies of #D1687F
Complementary color
Monochromatic Colors of #D1687F
Black with #D1687F
Text Example
Text Example
White with #D1687F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1687F; }
p { color: rgb(209,104,127); }
H1.HeaderClassName
{
color: #D1687F;
}
.AnyTagClassName
{
color: #D1687F;
}
</style>
background-color css
<style>
a { background-color: #D1687F; }
a { background-color: rgb(209,104,127); }
div.DivClassName
{
background-color: #D1687F;
}
.BgClassName
{
background-color: #D1687F;
}
</style>
border-color css
<style>
span { border-color: #D1687F; }
span { border-color: rgb(209,104,127); }
td.TdClassName
{
border-color: #D1687F;
}
.TagClassName
{
border-color: #D1687F;
}
</style>