Shades of Charm #D2767F
Tints of Charm #D2767F
RGB
CMYK
RGB Variations
Color information
#D2767F (or 0xD2767F) is known color: Charm. HEX triplet: D2, 76 and 7F. RGB value is (210,118,127). Sum of RGB (Red+Green+Blue) = 210+118+127=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 118 (46.48% from 255 or 25.93% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 210 - color contains mainly: red. Hex color #D2767F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2767F is #2D8980. Grayscale: #929292. Windows color (decimal): -2984321 or 8353490. OLE color: 8353490.
HSL color Cylindrical-coordinate representation of color #D2767F: hue angle of 354.13º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D2767F is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 118 | 127 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.18 |
| HSL | 354.13º | 0.51% | 0.64% | - |
| HSV(B) | 354.13º | 0.44% | 0.82% | - |
| XYZ | 36.89 | 28.19 | 23.58 | - |
| YUV | 146.53 | 116.98 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 118 | 127 | 0 | 0.44 | 0.40 | 0.18 | 354.13 | 0.51 | 0.64 |
| Hex | D2 | 76 | 7F | 0 | 2C | 28 | 12 | 162 | 33 | 40 |
| Octal | 322 | 166 | 177 | 0 | 54 | 50 | 22 | 542 | 63 | 100 |
| Binary | 11010010 | 1110110 | 1111111 | 0 | 101100 | 101000 | 10010 | 101100010 | 110011 | 1000000 |
Color Harmonies of #D2767F
Complementary color
Monochromatic Colors of #D2767F
Black with #D2767F
Text Example
Text Example
White with #D2767F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2767F; }
p { color: rgb(210,118,127); }
H1.HeaderClassName
{
color: #D2767F;
}
.AnyTagClassName
{
color: #D2767F;
}
</style>
background-color css
<style>
a { background-color: #D2767F; }
a { background-color: rgb(210,118,127); }
div.DivClassName
{
background-color: #D2767F;
}
.BgClassName
{
background-color: #D2767F;
}
</style>
border-color css
<style>
span { border-color: #D2767F; }
span { border-color: rgb(210,118,127); }
td.TdClassName
{
border-color: #D2767F;
}
.TagClassName
{
border-color: #D2767F;
}
</style>