Shades of Charm #D2687C
Tints of Charm #D2687C
RGB
CMYK
RGB Variations
Color information
#D2687C (or 0xD2687C) is known color: Charm. HEX triplet: D2, 68 and 7C. RGB value is (210,104,124). Sum of RGB (Red+Green+Blue) = 210+104+124=438 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.95% from 438); Green value is 104 (41.02% from 255 or 23.74% from 438); Blue value is 124 (48.83% from 255 or 28.31% from 438); Max value from RGB is 210 - color contains mainly: red. Hex color #D2687C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2687C is #2D9783. Grayscale: #8A8A8A. Windows color (decimal): -2987908 or 8153298. OLE color: 8153298.
HSL color Cylindrical-coordinate representation of color #D2687C: hue angle of 348.68º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D2687C is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 104 | 124 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.18 |
| HSL | 348.68º | 0.54% | 0.62% | - |
| HSV(B) | 348.68º | 0.5% | 0.82% | - |
| XYZ | 35.17 | 25.06 | 22.05 | - |
| YUV | 137.97 | 120.12 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 104 | 124 | 0 | 0.50 | 0.41 | 0.18 | 348.68 | 0.54 | 0.62 |
| Hex | D2 | 68 | 7C | 0 | 32 | 29 | 12 | 15D | 36 | 3E |
| Octal | 322 | 150 | 174 | 0 | 62 | 51 | 22 | 535 | 66 | 76 |
| Binary | 11010010 | 1101000 | 1111100 | 0 | 110010 | 101001 | 10010 | 101011101 | 110110 | 111110 |
Color Harmonies of #D2687C
Complementary color
Monochromatic Colors of #D2687C
Black with #D2687C
Text Example
Text Example
White with #D2687C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2687C; }
p { color: rgb(210,104,124); }
H1.HeaderClassName
{
color: #D2687C;
}
.AnyTagClassName
{
color: #D2687C;
}
</style>
background-color css
<style>
a { background-color: #D2687C; }
a { background-color: rgb(210,104,124); }
div.DivClassName
{
background-color: #D2687C;
}
.BgClassName
{
background-color: #D2687C;
}
</style>
border-color css
<style>
span { border-color: #D2687C; }
span { border-color: rgb(210,104,124); }
td.TdClassName
{
border-color: #D2687C;
}
.TagClassName
{
border-color: #D2687C;
}
</style>