Shades of Charm #D3687E
Tints of Charm #D3687E
RGB
CMYK
RGB Variations
Color information
#D3687E (or 0xD3687E) is known color: Charm. HEX triplet: D3, 68 and 7E. RGB value is (211,104,126). Sum of RGB (Red+Green+Blue) = 211+104+126=441 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.85% from 441); Green value is 104 (41.02% from 255 or 23.58% from 441); Blue value is 126 (49.61% from 255 or 28.57% from 441); Max value from RGB is 211 - color contains mainly: red. Hex color #D3687E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3687E is #2C9781. Grayscale: #8A8A8A. Windows color (decimal): -2922370 or 8284371. OLE color: 8284371.
HSL color Cylindrical-coordinate representation of color #D3687E: hue angle of 347.66º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D3687E is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 104 | 126 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.17 |
| HSL | 347.66º | 0.55% | 0.62% | - |
| HSV(B) | 347.66º | 0.51% | 0.83% | - |
| XYZ | 35.58 | 25.26 | 22.74 | - |
| YUV | 138.5 | 120.95 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 104 | 126 | 0 | 0.51 | 0.40 | 0.17 | 347.66 | 0.55 | 0.62 |
| Hex | D3 | 68 | 7E | 0 | 33 | 28 | 11 | 15C | 37 | 3E |
| Octal | 323 | 150 | 176 | 0 | 63 | 50 | 21 | 534 | 67 | 76 |
| Binary | 11010011 | 1101000 | 1111110 | 0 | 110011 | 101000 | 10001 | 101011100 | 110111 | 111110 |
Color Harmonies of #D3687E
Complementary color
Monochromatic Colors of #D3687E
Black with #D3687E
Text Example
Text Example
White with #D3687E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3687E; }
p { color: rgb(211,104,126); }
H1.HeaderClassName
{
color: #D3687E;
}
.AnyTagClassName
{
color: #D3687E;
}
</style>
background-color css
<style>
a { background-color: #D3687E; }
a { background-color: rgb(211,104,126); }
div.DivClassName
{
background-color: #D3687E;
}
.BgClassName
{
background-color: #D3687E;
}
</style>
border-color css
<style>
span { border-color: #D3687E; }
span { border-color: rgb(211,104,126); }
td.TdClassName
{
border-color: #D3687E;
}
.TagClassName
{
border-color: #D3687E;
}
</style>