Shades of Charm #D3767D
Tints of Charm #D3767D
RGB
CMYK
RGB Variations
Color information
#D3767D (or 0xD3767D) is known color: Charm. HEX triplet: D3, 76 and 7D. RGB value is (211,118,125). Sum of RGB (Red+Green+Blue) = 211+118+125=454 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.48% from 454); Green value is 118 (46.48% from 255 or 25.99% from 454); Blue value is 125 (49.22% from 255 or 27.53% from 454); Max value from RGB is 211 - color contains mainly: red. Hex color #D3767D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3767D is #2C8982. Grayscale: #929292. Windows color (decimal): -2918787 or 8222419. OLE color: 8222419.
HSL color Cylindrical-coordinate representation of color #D3767D: hue angle of 355.48º 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 #D3767D is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 118 | 125 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.17 |
| HSL | 355.48º | 0.51% | 0.65% | - |
| HSV(B) | 355.48º | 0.44% | 0.83% | - |
| XYZ | 37.04 | 28.29 | 22.91 | - |
| YUV | 146.61 | 115.81 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 118 | 125 | 0 | 0.44 | 0.41 | 0.17 | 355.48 | 0.51 | 0.65 |
| Hex | D3 | 76 | 7D | 0 | 2C | 29 | 11 | 163 | 33 | 41 |
| Octal | 323 | 166 | 175 | 0 | 54 | 51 | 21 | 543 | 63 | 101 |
| Binary | 11010011 | 1110110 | 1111101 | 0 | 101100 | 101001 | 10001 | 101100011 | 110011 | 1000001 |
Color Harmonies of #D3767D
Complementary color
Monochromatic Colors of #D3767D
Black with #D3767D
Text Example
Text Example
White with #D3767D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3767D; }
p { color: rgb(211,118,125); }
H1.HeaderClassName
{
color: #D3767D;
}
.AnyTagClassName
{
color: #D3767D;
}
</style>
background-color css
<style>
a { background-color: #D3767D; }
a { background-color: rgb(211,118,125); }
div.DivClassName
{
background-color: #D3767D;
}
.BgClassName
{
background-color: #D3767D;
}
</style>
border-color css
<style>
span { border-color: #D3767D; }
span { border-color: rgb(211,118,125); }
td.TdClassName
{
border-color: #D3767D;
}
.TagClassName
{
border-color: #D3767D;
}
</style>