Shades of Charm #D3787F
Tints of Charm #D3787F
RGB
CMYK
RGB Variations
Color information
#D3787F (or 0xD3787F) is known color: Charm. HEX triplet: D3, 78 and 7F. RGB value is (211,120,127). Sum of RGB (Red+Green+Blue) = 211+120+127=458 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.07% from 458); Green value is 120 (47.27% from 255 or 26.20% from 458); Blue value is 127 (50% from 255 or 27.73% from 458); Max value from RGB is 211 - color contains mainly: red. Hex color #D3787F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3787F is #2C8780. Grayscale: #949494. Windows color (decimal): -2918273 or 8354003. OLE color: 8354003.
HSL color Cylindrical-coordinate representation of color #D3787F: hue angle of 355.38º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D3787F is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 120 | 127 | - |
| CMYK | 0 | 0.43 | 0.40 | 0.17 |
| HSL | 355.38º | 0.51% | 0.65% | - |
| HSV(B) | 355.38º | 0.43% | 0.83% | - |
| XYZ | 37.41 | 28.81 | 23.67 | - |
| YUV | 148.01 | 116.15 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 120 | 127 | 0 | 0.43 | 0.40 | 0.17 | 355.38 | 0.51 | 0.65 |
| Hex | D3 | 78 | 7F | 0 | 2B | 28 | 11 | 163 | 33 | 41 |
| Octal | 323 | 170 | 177 | 0 | 53 | 50 | 21 | 543 | 63 | 101 |
| Binary | 11010011 | 1111000 | 1111111 | 0 | 101011 | 101000 | 10001 | 101100011 | 110011 | 1000001 |
Color Harmonies of #D3787F
Complementary color
Monochromatic Colors of #D3787F
Black with #D3787F
Text Example
Text Example
White with #D3787F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3787F; }
p { color: rgb(211,120,127); }
H1.HeaderClassName
{
color: #D3787F;
}
.AnyTagClassName
{
color: #D3787F;
}
</style>
background-color css
<style>
a { background-color: #D3787F; }
a { background-color: rgb(211,120,127); }
div.DivClassName
{
background-color: #D3787F;
}
.BgClassName
{
background-color: #D3787F;
}
</style>
border-color css
<style>
span { border-color: #D3787F; }
span { border-color: rgb(211,120,127); }
td.TdClassName
{
border-color: #D3787F;
}
.TagClassName
{
border-color: #D3787F;
}
</style>