Shades of Charm #D3697D
Tints of Charm #D3697D
RGB
CMYK
RGB Variations
Color information
#D3697D (or 0xD3697D) is known color: Charm. HEX triplet: D3, 69 and 7D. RGB value is (211,105,125). Sum of RGB (Red+Green+Blue) = 211+105+125=441 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.85% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 211 - color contains mainly: red. Hex color #D3697D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3697D is #2C9682. Grayscale: #8B8B8B. Windows color (decimal): -2922115 or 8219091. OLE color: 8219091.
HSL color Cylindrical-coordinate representation of color #D3697D: hue angle of 348.68º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D3697D is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 105 | 125 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.17 |
| HSL | 348.68º | 0.55% | 0.62% | - |
| HSV(B) | 348.68º | 0.5% | 0.83% | - |
| XYZ | 35.62 | 25.43 | 22.43 | - |
| YUV | 138.97 | 120.12 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 105 | 125 | 0 | 0.50 | 0.41 | 0.17 | 348.68 | 0.55 | 0.62 |
| Hex | D3 | 69 | 7D | 0 | 32 | 29 | 11 | 15D | 37 | 3E |
| Octal | 323 | 151 | 175 | 0 | 62 | 51 | 21 | 535 | 67 | 76 |
| Binary | 11010011 | 1101001 | 1111101 | 0 | 110010 | 101001 | 10001 | 101011101 | 110111 | 111110 |
Color Harmonies of #D3697D
Complementary color
Monochromatic Colors of #D3697D
Black with #D3697D
Text Example
Text Example
White with #D3697D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3697D; }
p { color: rgb(211,105,125); }
H1.HeaderClassName
{
color: #D3697D;
}
.AnyTagClassName
{
color: #D3697D;
}
</style>
background-color css
<style>
a { background-color: #D3697D; }
a { background-color: rgb(211,105,125); }
div.DivClassName
{
background-color: #D3697D;
}
.BgClassName
{
background-color: #D3697D;
}
</style>
border-color css
<style>
span { border-color: #D3697D; }
span { border-color: rgb(211,105,125); }
td.TdClassName
{
border-color: #D3697D;
}
.TagClassName
{
border-color: #D3697D;
}
</style>