Shades of Charm #D2767D
Tints of Charm #D2767D
RGB
CMYK
RGB Variations
Color information
#D2767D (or 0xD2767D) is known color: Charm. HEX triplet: D2, 76 and 7D. RGB value is (210,118,125). Sum of RGB (Red+Green+Blue) = 210+118+125=453 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.36% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 210 - color contains mainly: red. Hex color #D2767D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2767D is #2D8982. Grayscale: #929292. Windows color (decimal): -2984323 or 8222418. OLE color: 8222418.
HSL color Cylindrical-coordinate representation of color #D2767D: hue angle of 355.43º 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 #D2767D is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 118 | 125 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.18 |
| HSL | 355.43º | 0.51% | 0.64% | - |
| HSV(B) | 355.43º | 0.44% | 0.82% | - |
| XYZ | 36.76 | 28.14 | 22.9 | - |
| YUV | 146.31 | 115.98 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 118 | 125 | 0 | 0.44 | 0.40 | 0.18 | 355.43 | 0.51 | 0.64 |
| Hex | D2 | 76 | 7D | 0 | 2C | 28 | 12 | 163 | 33 | 40 |
| Octal | 322 | 166 | 175 | 0 | 54 | 50 | 22 | 543 | 63 | 100 |
| Binary | 11010010 | 1110110 | 1111101 | 0 | 101100 | 101000 | 10010 | 101100011 | 110011 | 1000000 |
Color Harmonies of #D2767D
Complementary color
Monochromatic Colors of #D2767D
Black with #D2767D
Text Example
Text Example
White with #D2767D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2767D; }
p { color: rgb(210,118,125); }
H1.HeaderClassName
{
color: #D2767D;
}
.AnyTagClassName
{
color: #D2767D;
}
</style>
background-color css
<style>
a { background-color: #D2767D; }
a { background-color: rgb(210,118,125); }
div.DivClassName
{
background-color: #D2767D;
}
.BgClassName
{
background-color: #D2767D;
}
</style>
border-color css
<style>
span { border-color: #D2767D; }
span { border-color: rgb(210,118,125); }
td.TdClassName
{
border-color: #D2767D;
}
.TagClassName
{
border-color: #D2767D;
}
</style>