Shades of Charm #D7708B
Tints of Charm #D7708B
RGB
CMYK
RGB Variations
Color information
#D7708B (or 0xD7708B) is known color: Charm. HEX triplet: D7, 70 and 8B. RGB value is (215,112,139). Sum of RGB (Red+Green+Blue) = 215+112+139=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 112 (44.14% from 255 or 24.03% from 466); Blue value is 139 (54.69% from 255 or 29.83% from 466); Max value from RGB is 215 - color contains mainly: red. Hex color #D7708B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7708B is #288F74. Grayscale: #919191. Windows color (decimal): -2658165 or 9138391. OLE color: 9138391.
HSL color Cylindrical-coordinate representation of color #D7708B: hue angle of 344.27º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D7708B is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 112 | 139 | - |
| CMYK | 0 | 0.48 | 0.35 | 0.16 |
| HSL | 344.27º | 0.56% | 0.64% | - |
| HSV(B) | 344.27º | 0.48% | 0.84% | - |
| XYZ | 38.48 | 27.9 | 27.78 | - |
| YUV | 145.88 | 124.12 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 112 | 139 | 0 | 0.48 | 0.35 | 0.16 | 344.27 | 0.56 | 0.64 |
| Hex | D7 | 70 | 8B | 0 | 30 | 23 | 10 | 158 | 38 | 40 |
| Octal | 327 | 160 | 213 | 0 | 60 | 43 | 20 | 530 | 70 | 100 |
| Binary | 11010111 | 1110000 | 10001011 | 0 | 110000 | 100011 | 10000 | 101011000 | 111000 | 1000000 |
Color Harmonies of #D7708B
Complementary color
Monochromatic Colors of #D7708B
Black with #D7708B
Text Example
Text Example
White with #D7708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7708B; }
p { color: rgb(215,112,139); }
H1.HeaderClassName
{
color: #D7708B;
}
.AnyTagClassName
{
color: #D7708B;
}
</style>
background-color css
<style>
a { background-color: #D7708B; }
a { background-color: rgb(215,112,139); }
div.DivClassName
{
background-color: #D7708B;
}
.BgClassName
{
background-color: #D7708B;
}
</style>
border-color css
<style>
span { border-color: #D7708B; }
span { border-color: rgb(215,112,139); }
td.TdClassName
{
border-color: #D7708B;
}
.TagClassName
{
border-color: #D7708B;
}
</style>