Shades of Charm #D3708E
Tints of Charm #D3708E
RGB
CMYK
RGB Variations
Color information
#D3708E (or 0xD3708E) is known color: Charm. HEX triplet: D3, 70 and 8E. RGB value is (211,112,142). Sum of RGB (Red+Green+Blue) = 211+112+142=465 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.38% from 465); Green value is 112 (44.14% from 255 or 24.09% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 211 - color contains mainly: red. Hex color #D3708E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D3708E is #2C8F71. Grayscale: #919191. Windows color (decimal): -2920306 or 9334995. OLE color: 9334995.
HSL color Cylindrical-coordinate representation of color #D3708E: hue angle of 341.82º 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 #D3708E is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 112 | 142 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.17 |
| HSL | 341.82º | 0.53% | 0.63% | - |
| HSV(B) | 341.82º | 0.47% | 0.83% | - |
| XYZ | 37.54 | 27.39 | 28.9 | - |
| YUV | 145.02 | 126.3 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 112 | 142 | 0 | 0.47 | 0.33 | 0.17 | 341.82 | 0.53 | 0.63 |
| Hex | D3 | 70 | 8E | 0 | 2F | 21 | 11 | 156 | 35 | 3F |
| Octal | 323 | 160 | 216 | 0 | 57 | 41 | 21 | 526 | 65 | 77 |
| Binary | 11010011 | 1110000 | 10001110 | 0 | 101111 | 100001 | 10001 | 101010110 | 110101 | 111111 |
Color Harmonies of #D3708E
Complementary color
Monochromatic Colors of #D3708E
Black with #D3708E
Text Example
Text Example
White with #D3708E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3708E; }
p { color: rgb(211,112,142); }
H1.HeaderClassName
{
color: #D3708E;
}
.AnyTagClassName
{
color: #D3708E;
}
</style>
background-color css
<style>
a { background-color: #D3708E; }
a { background-color: rgb(211,112,142); }
div.DivClassName
{
background-color: #D3708E;
}
.BgClassName
{
background-color: #D3708E;
}
</style>
border-color css
<style>
span { border-color: #D3708E; }
span { border-color: rgb(211,112,142); }
td.TdClassName
{
border-color: #D3708E;
}
.TagClassName
{
border-color: #D3708E;
}
</style>