Shades of Charm #D3687B
Tints of Charm #D3687B
RGB
CMYK
RGB Variations
Color information
#D3687B (or 0xD3687B) is known color: Charm. HEX triplet: D3, 68 and 7B. RGB value is (211,104,123). Sum of RGB (Red+Green+Blue) = 211+104+123=438 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.17% from 438); Green value is 104 (41.02% from 255 or 23.74% from 438); Blue value is 123 (48.44% from 255 or 28.08% from 438); Max value from RGB is 211 - color contains mainly: red. Hex color #D3687B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3687B is #2C9784. Grayscale: #8A8A8A. Windows color (decimal): -2922373 or 8087763. OLE color: 8087763.
HSL color Cylindrical-coordinate representation of color #D3687B: hue angle of 349.35º 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 #D3687B is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 104 | 123 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.17 |
| HSL | 349.35º | 0.55% | 0.62% | - |
| HSV(B) | 349.35º | 0.51% | 0.83% | - |
| XYZ | 35.39 | 25.18 | 21.73 | - |
| YUV | 138.16 | 119.45 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 104 | 123 | 0 | 0.51 | 0.42 | 0.17 | 349.35 | 0.55 | 0.62 |
| Hex | D3 | 68 | 7B | 0 | 33 | 2A | 11 | 15D | 37 | 3E |
| Octal | 323 | 150 | 173 | 0 | 63 | 52 | 21 | 535 | 67 | 76 |
| Binary | 11010011 | 1101000 | 1111011 | 0 | 110011 | 101010 | 10001 | 101011101 | 110111 | 111110 |
Color Harmonies of #D3687B
Complementary color
Monochromatic Colors of #D3687B
Black with #D3687B
Text Example
Text Example
White with #D3687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3687B; }
p { color: rgb(211,104,123); }
H1.HeaderClassName
{
color: #D3687B;
}
.AnyTagClassName
{
color: #D3687B;
}
</style>
background-color css
<style>
a { background-color: #D3687B; }
a { background-color: rgb(211,104,123); }
div.DivClassName
{
background-color: #D3687B;
}
.BgClassName
{
background-color: #D3687B;
}
</style>
border-color css
<style>
span { border-color: #D3687B; }
span { border-color: rgb(211,104,123); }
td.TdClassName
{
border-color: #D3687B;
}
.TagClassName
{
border-color: #D3687B;
}
</style>