Shades of Charm #D7718D
Tints of Charm #D7718D
RGB
CMYK
RGB Variations
Color information
#D7718D (or 0xD7718D) is known color: Charm. HEX triplet: D7, 71 and 8D. RGB value is (215,113,141). Sum of RGB (Red+Green+Blue) = 215+113+141=469 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.84% from 469); Green value is 113 (44.53% from 255 or 24.09% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 215 - color contains mainly: red. Hex color #D7718D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7718D is #288E72. Grayscale: #929292. Windows color (decimal): -2657907 or 9269719. OLE color: 9269719.
HSL color Cylindrical-coordinate representation of color #D7718D: hue angle of 343.53º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D7718D is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 113 | 141 | - |
| CMYK | 0 | 0.47 | 0.34 | 0.16 |
| HSL | 343.53º | 0.56% | 0.64% | - |
| HSV(B) | 343.53º | 0.47% | 0.84% | - |
| XYZ | 38.74 | 28.18 | 28.6 | - |
| YUV | 146.69 | 124.79 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 113 | 141 | 0 | 0.47 | 0.34 | 0.16 | 343.53 | 0.56 | 0.64 |
| Hex | D7 | 71 | 8D | 0 | 2F | 22 | 10 | 158 | 38 | 40 |
| Octal | 327 | 161 | 215 | 0 | 57 | 42 | 20 | 530 | 70 | 100 |
| Binary | 11010111 | 1110001 | 10001101 | 0 | 101111 | 100010 | 10000 | 101011000 | 111000 | 1000000 |
Color Harmonies of #D7718D
Complementary color
Monochromatic Colors of #D7718D
Black with #D7718D
Text Example
Text Example
White with #D7718D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7718D; }
p { color: rgb(215,113,141); }
H1.HeaderClassName
{
color: #D7718D;
}
.AnyTagClassName
{
color: #D7718D;
}
</style>
background-color css
<style>
a { background-color: #D7718D; }
a { background-color: rgb(215,113,141); }
div.DivClassName
{
background-color: #D7718D;
}
.BgClassName
{
background-color: #D7718D;
}
</style>
border-color css
<style>
span { border-color: #D7718D; }
span { border-color: rgb(215,113,141); }
td.TdClassName
{
border-color: #D7718D;
}
.TagClassName
{
border-color: #D7718D;
}
</style>