Shades of Charm #D3647D
Tints of Charm #D3647D
RGB
CMYK
RGB Variations
Color information
#D3647D (or 0xD3647D) is known color: Charm. HEX triplet: D3, 64 and 7D. RGB value is (211,100,125). Sum of RGB (Red+Green+Blue) = 211+100+125=436 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.39% from 436); Green value is 100 (39.45% from 255 or 22.94% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 211 - color contains mainly: red. Hex color #D3647D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3647D is #2C9B82. Grayscale: #888888. Windows color (decimal): -2923395 or 8217811. OLE color: 8217811.
HSL color Cylindrical-coordinate representation of color #D3647D: hue angle of 346.49º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D3647D is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 100 | 125 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.17 |
| HSL | 346.49º | 0.56% | 0.61% | - |
| HSV(B) | 346.49º | 0.53% | 0.83% | - |
| XYZ | 35.12 | 24.44 | 22.27 | - |
| YUV | 136.04 | 121.77 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 100 | 125 | 0 | 0.53 | 0.41 | 0.17 | 346.49 | 0.56 | 0.61 |
| Hex | D3 | 64 | 7D | 0 | 35 | 29 | 11 | 15A | 38 | 3D |
| Octal | 323 | 144 | 175 | 0 | 65 | 51 | 21 | 532 | 70 | 75 |
| Binary | 11010011 | 1100100 | 1111101 | 0 | 110101 | 101001 | 10001 | 101011010 | 111000 | 111101 |
Color Harmonies of #D3647D
Complementary color
Monochromatic Colors of #D3647D
Black with #D3647D
Text Example
Text Example
White with #D3647D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3647D; }
p { color: rgb(211,100,125); }
H1.HeaderClassName
{
color: #D3647D;
}
.AnyTagClassName
{
color: #D3647D;
}
</style>
background-color css
<style>
a { background-color: #D3647D; }
a { background-color: rgb(211,100,125); }
div.DivClassName
{
background-color: #D3647D;
}
.BgClassName
{
background-color: #D3647D;
}
</style>
border-color css
<style>
span { border-color: #D3647D; }
span { border-color: rgb(211,100,125); }
td.TdClassName
{
border-color: #D3647D;
}
.TagClassName
{
border-color: #D3647D;
}
</style>