Shades of Charm #D2687B
Tints of Charm #D2687B
RGB
CMYK
RGB Variations
Color information
#D2687B (or 0xD2687B) is known color: Charm. HEX triplet: D2, 68 and 7B. RGB value is (210,104,123). Sum of RGB (Red+Green+Blue) = 210+104+123=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 104 (41.02% from 255 or 23.80% from 437); Blue value is 123 (48.44% from 255 or 28.15% from 437); Max value from RGB is 210 - color contains mainly: red. Hex color #D2687B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2687B is #2D9784. Grayscale: #898989. Windows color (decimal): -2987909 or 8087762. OLE color: 8087762.
HSL color Cylindrical-coordinate representation of color #D2687B: hue angle of 349.25º 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 #D2687B is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 104 | 123 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.18 |
| HSL | 349.25º | 0.54% | 0.62% | - |
| HSV(B) | 349.25º | 0.5% | 0.82% | - |
| XYZ | 35.1 | 25.03 | 21.72 | - |
| YUV | 137.86 | 119.62 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 104 | 123 | 0 | 0.50 | 0.41 | 0.18 | 349.25 | 0.54 | 0.62 |
| Hex | D2 | 68 | 7B | 0 | 32 | 29 | 12 | 15D | 36 | 3E |
| Octal | 322 | 150 | 173 | 0 | 62 | 51 | 22 | 535 | 66 | 76 |
| Binary | 11010010 | 1101000 | 1111011 | 0 | 110010 | 101001 | 10010 | 101011101 | 110110 | 111110 |
Color Harmonies of #D2687B
Complementary color
Monochromatic Colors of #D2687B
Black with #D2687B
Text Example
Text Example
White with #D2687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2687B; }
p { color: rgb(210,104,123); }
H1.HeaderClassName
{
color: #D2687B;
}
.AnyTagClassName
{
color: #D2687B;
}
</style>
background-color css
<style>
a { background-color: #D2687B; }
a { background-color: rgb(210,104,123); }
div.DivClassName
{
background-color: #D2687B;
}
.BgClassName
{
background-color: #D2687B;
}
</style>
border-color css
<style>
span { border-color: #D2687B; }
span { border-color: rgb(210,104,123); }
td.TdClassName
{
border-color: #D2687B;
}
.TagClassName
{
border-color: #D2687B;
}
</style>