Shades of Charm #D2697E
Tints of Charm #D2697E
RGB
CMYK
RGB Variations
Color information
#D2697E (or 0xD2697E) is known color: Charm. HEX triplet: D2, 69 and 7E. RGB value is (210,105,126). Sum of RGB (Red+Green+Blue) = 210+105+126=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 126 (49.61% from 255 or 28.57% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D2697E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2697E is #2D9681. Grayscale: #8A8A8A. Windows color (decimal): -2987650 or 8284626. OLE color: 8284626.
HSL color Cylindrical-coordinate representation of color #D2697E: hue angle of 348º 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 #D2697E is Cyan = 0, Magento = 0.50, Yellow = 0.4 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 105 | 126 | - |
| CMYK | 0 | 0.50 | 0.4 | 0.18 |
| HSL | 348º | 0.54% | 0.62% | - |
| HSV(B) | 348º | 0.5% | 0.82% | - |
| XYZ | 35.4 | 25.31 | 22.76 | - |
| YUV | 138.79 | 120.79 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 105 | 126 | 0 | 0.50 | 0.4 | 0.18 | 348 | 0.54 | 0.62 |
| Hex | D2 | 69 | 7E | 0 | 32 | 28 | 12 | 15C | 36 | 3E |
| Octal | 322 | 151 | 176 | 0 | 62 | 50 | 22 | 534 | 66 | 76 |
| Binary | 11010010 | 1101001 | 1111110 | 0 | 110010 | 101000 | 10010 | 101011100 | 110110 | 111110 |
Color Harmonies of #D2697E
Complementary color
Monochromatic Colors of #D2697E
Black with #D2697E
Text Example
Text Example
White with #D2697E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2697E; }
p { color: rgb(210,105,126); }
H1.HeaderClassName
{
color: #D2697E;
}
.AnyTagClassName
{
color: #D2697E;
}
</style>
background-color css
<style>
a { background-color: #D2697E; }
a { background-color: rgb(210,105,126); }
div.DivClassName
{
background-color: #D2697E;
}
.BgClassName
{
background-color: #D2697E;
}
</style>
border-color css
<style>
span { border-color: #D2697E; }
span { border-color: rgb(210,105,126); }
td.TdClassName
{
border-color: #D2697E;
}
.TagClassName
{
border-color: #D2697E;
}
</style>