Shades of Charm #D2797D
Tints of Charm #D2797D
RGB
CMYK
RGB Variations
Color information
#D2797D (or 0xD2797D) is known color: Charm. HEX triplet: D2, 79 and 7D. RGB value is (210,121,125). Sum of RGB (Red+Green+Blue) = 210+121+125=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 121 (47.66% from 255 or 26.54% from 456); Blue value is 125 (49.22% from 255 or 27.41% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D2797D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2797D is #2D8682. Grayscale: #949494. Windows color (decimal): -2983555 or 8223186. OLE color: 8223186.
HSL color Cylindrical-coordinate representation of color #D2797D: hue angle of 357.3º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D2797D is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 121 | 125 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.18 |
| HSL | 357.3º | 0.5% | 0.65% | - |
| HSV(B) | 357.3º | 0.42% | 0.82% | - |
| XYZ | 37.12 | 28.86 | 23.02 | - |
| YUV | 148.07 | 114.99 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 121 | 125 | 0 | 0.42 | 0.40 | 0.18 | 357.3 | 0.5 | 0.65 |
| Hex | D2 | 79 | 7D | 0 | 2A | 28 | 12 | 165 | 32 | 41 |
| Octal | 322 | 171 | 175 | 0 | 52 | 50 | 22 | 545 | 62 | 101 |
| Binary | 11010010 | 1111001 | 1111101 | 0 | 101010 | 101000 | 10010 | 101100101 | 110010 | 1000001 |
Color Harmonies of #D2797D
Complementary color
Monochromatic Colors of #D2797D
Black with #D2797D
Text Example
Text Example
White with #D2797D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2797D; }
p { color: rgb(210,121,125); }
H1.HeaderClassName
{
color: #D2797D;
}
.AnyTagClassName
{
color: #D2797D;
}
</style>
background-color css
<style>
a { background-color: #D2797D; }
a { background-color: rgb(210,121,125); }
div.DivClassName
{
background-color: #D2797D;
}
.BgClassName
{
background-color: #D2797D;
}
</style>
border-color css
<style>
span { border-color: #D2797D; }
span { border-color: rgb(210,121,125); }
td.TdClassName
{
border-color: #D2797D;
}
.TagClassName
{
border-color: #D2797D;
}
</style>