Shades of Charm #D2687D
Tints of Charm #D2687D
RGB
CMYK
RGB Variations
Color information
#D2687D (or 0xD2687D) is known color: Charm. HEX triplet: D2, 68 and 7D. RGB value is (210,104,125). Sum of RGB (Red+Green+Blue) = 210+104+125=439 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.84% from 439); Green value is 104 (41.02% from 255 or 23.69% from 439); Blue value is 125 (49.22% from 255 or 28.47% from 439); Max value from RGB is 210 - color contains mainly: red. Hex color #D2687D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2687D is #2D9782. Grayscale: #8A8A8A. Windows color (decimal): -2987907 or 8218834. OLE color: 8218834.
HSL color Cylindrical-coordinate representation of color #D2687D: hue angle of 348.11º 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 #D2687D is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 104 | 125 | - |
| CMYK | 0 | 0.50 | 0.40 | 0.18 |
| HSL | 348.11º | 0.54% | 0.62% | - |
| HSV(B) | 348.11º | 0.5% | 0.82% | - |
| XYZ | 35.23 | 25.08 | 22.39 | - |
| YUV | 138.09 | 120.62 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 104 | 125 | 0 | 0.50 | 0.40 | 0.18 | 348.11 | 0.54 | 0.62 |
| Hex | D2 | 68 | 7D | 0 | 32 | 28 | 12 | 15C | 36 | 3E |
| Octal | 322 | 150 | 175 | 0 | 62 | 50 | 22 | 534 | 66 | 76 |
| Binary | 11010010 | 1101000 | 1111101 | 0 | 110010 | 101000 | 10010 | 101011100 | 110110 | 111110 |
Color Harmonies of #D2687D
Complementary color
Monochromatic Colors of #D2687D
Black with #D2687D
Text Example
Text Example
White with #D2687D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2687D; }
p { color: rgb(210,104,125); }
H1.HeaderClassName
{
color: #D2687D;
}
.AnyTagClassName
{
color: #D2687D;
}
</style>
background-color css
<style>
a { background-color: #D2687D; }
a { background-color: rgb(210,104,125); }
div.DivClassName
{
background-color: #D2687D;
}
.BgClassName
{
background-color: #D2687D;
}
</style>
border-color css
<style>
span { border-color: #D2687D; }
span { border-color: rgb(210,104,125); }
td.TdClassName
{
border-color: #D2687D;
}
.TagClassName
{
border-color: #D2687D;
}
</style>