Shades of Charm #D2687E
Tints of Charm #D2687E
RGB
CMYK
RGB Variations
Color information
#D2687E (or 0xD2687E) is known color: Charm. HEX triplet: D2, 68 and 7E. RGB value is (210,104,126). Sum of RGB (Red+Green+Blue) = 210+104+126=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 104 (41.02% from 255 or 23.64% from 440); Blue value is 126 (49.61% from 255 or 28.64% from 440); Max value from RGB is 210 - color contains mainly: red. Hex color #D2687E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2687E is #2D9781. Grayscale: #8A8A8A. Windows color (decimal): -2987906 or 8284370. OLE color: 8284370.
HSL color Cylindrical-coordinate representation of color #D2687E: hue angle of 347.55º 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 #D2687E is Cyan = 0, Magento = 0.50, Yellow = 0.4 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 104 | 126 | - |
| CMYK | 0 | 0.50 | 0.4 | 0.18 |
| HSL | 347.55º | 0.54% | 0.62% | - |
| HSV(B) | 347.55º | 0.5% | 0.82% | - |
| XYZ | 35.29 | 25.11 | 22.72 | - |
| YUV | 138.2 | 121.12 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 104 | 126 | 0 | 0.50 | 0.4 | 0.18 | 347.55 | 0.54 | 0.62 |
| Hex | D2 | 68 | 7E | 0 | 32 | 28 | 12 | 15C | 36 | 3E |
| Octal | 322 | 150 | 176 | 0 | 62 | 50 | 22 | 534 | 66 | 76 |
| Binary | 11010010 | 1101000 | 1111110 | 0 | 110010 | 101000 | 10010 | 101011100 | 110110 | 111110 |
Color Harmonies of #D2687E
Complementary color
Monochromatic Colors of #D2687E
Black with #D2687E
Text Example
Text Example
White with #D2687E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2687E; }
p { color: rgb(210,104,126); }
H1.HeaderClassName
{
color: #D2687E;
}
.AnyTagClassName
{
color: #D2687E;
}
</style>
background-color css
<style>
a { background-color: #D2687E; }
a { background-color: rgb(210,104,126); }
div.DivClassName
{
background-color: #D2687E;
}
.BgClassName
{
background-color: #D2687E;
}
</style>
border-color css
<style>
span { border-color: #D2687E; }
span { border-color: rgb(210,104,126); }
td.TdClassName
{
border-color: #D2687E;
}
.TagClassName
{
border-color: #D2687E;
}
</style>