Shades of Charm #D3767F
Tints of Charm #D3767F
RGB
CMYK
RGB Variations
Color information
#D3767F (or 0xD3767F) is known color: Charm. HEX triplet: D3, 76 and 7F. RGB value is (211,118,127). Sum of RGB (Red+Green+Blue) = 211+118+127=456 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.27% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 127 (50% from 255 or 27.85% from 456); Max value from RGB is 211 - color contains mainly: red. Hex color #D3767F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3767F is #2C8980. Grayscale: #929292. Windows color (decimal): -2918785 or 8353491. OLE color: 8353491.
HSL color Cylindrical-coordinate representation of color #D3767F: hue angle of 354.19º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D3767F is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 118 | 127 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.17 |
| HSL | 354.19º | 0.51% | 0.65% | - |
| HSV(B) | 354.19º | 0.44% | 0.83% | - |
| XYZ | 37.17 | 28.34 | 23.59 | - |
| YUV | 146.83 | 116.81 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 118 | 127 | 0 | 0.44 | 0.40 | 0.17 | 354.19 | 0.51 | 0.65 |
| Hex | D3 | 76 | 7F | 0 | 2C | 28 | 11 | 162 | 33 | 41 |
| Octal | 323 | 166 | 177 | 0 | 54 | 50 | 21 | 542 | 63 | 101 |
| Binary | 11010011 | 1110110 | 1111111 | 0 | 101100 | 101000 | 10001 | 101100010 | 110011 | 1000001 |
Color Harmonies of #D3767F
Complementary color
Monochromatic Colors of #D3767F
Black with #D3767F
Text Example
Text Example
White with #D3767F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3767F; }
p { color: rgb(211,118,127); }
H1.HeaderClassName
{
color: #D3767F;
}
.AnyTagClassName
{
color: #D3767F;
}
</style>
background-color css
<style>
a { background-color: #D3767F; }
a { background-color: rgb(211,118,127); }
div.DivClassName
{
background-color: #D3767F;
}
.BgClassName
{
background-color: #D3767F;
}
</style>
border-color css
<style>
span { border-color: #D3767F; }
span { border-color: rgb(211,118,127); }
td.TdClassName
{
border-color: #D3767F;
}
.TagClassName
{
border-color: #D3767F;
}
</style>