Shades of Charm #D3708D
Tints of Charm #D3708D
RGB
CMYK
RGB Variations
Color information
#D3708D (or 0xD3708D) is known color: Charm. HEX triplet: D3, 70 and 8D. RGB value is (211,112,141). Sum of RGB (Red+Green+Blue) = 211+112+141=464 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.47% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 211 - color contains mainly: red. Hex color #D3708D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D3708D is #2C8F72. Grayscale: #909090. Windows color (decimal): -2920307 or 9269459. OLE color: 9269459.
HSL color Cylindrical-coordinate representation of color #D3708D: hue angle of 342.42º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D3708D is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 112 | 141 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.17 |
| HSL | 342.42º | 0.53% | 0.63% | - |
| HSV(B) | 342.42º | 0.47% | 0.83% | - |
| XYZ | 37.47 | 27.36 | 28.51 | - |
| YUV | 144.91 | 125.8 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 112 | 141 | 0 | 0.47 | 0.33 | 0.17 | 342.42 | 0.53 | 0.63 |
| Hex | D3 | 70 | 8D | 0 | 2F | 21 | 11 | 156 | 35 | 3F |
| Octal | 323 | 160 | 215 | 0 | 57 | 41 | 21 | 526 | 65 | 77 |
| Binary | 11010011 | 1110000 | 10001101 | 0 | 101111 | 100001 | 10001 | 101010110 | 110101 | 111111 |
Color Harmonies of #D3708D
Complementary color
Monochromatic Colors of #D3708D
Black with #D3708D
Text Example
Text Example
White with #D3708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3708D; }
p { color: rgb(211,112,141); }
H1.HeaderClassName
{
color: #D3708D;
}
.AnyTagClassName
{
color: #D3708D;
}
</style>
background-color css
<style>
a { background-color: #D3708D; }
a { background-color: rgb(211,112,141); }
div.DivClassName
{
background-color: #D3708D;
}
.BgClassName
{
background-color: #D3708D;
}
</style>
border-color css
<style>
span { border-color: #D3708D; }
span { border-color: rgb(211,112,141); }
td.TdClassName
{
border-color: #D3708D;
}
.TagClassName
{
border-color: #D3708D;
}
</style>