Shades of Charm #D8708B
Tints of Charm #D8708B
RGB
CMYK
RGB Variations
Color information
#D8708B (or 0xD8708B) is known color: Charm. HEX triplet: D8, 70 and 8B. RGB value is (216,112,139). Sum of RGB (Red+Green+Blue) = 216+112+139=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D8708B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8708B is #278F74. Grayscale: #929292. Windows color (decimal): -2592629 or 9138392. OLE color: 9138392.
HSL color Cylindrical-coordinate representation of color #D8708B: hue angle of 344.42º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D8708B is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 112 | 139 | - |
| CMYK | 0 | 0.48 | 0.36 | 0.15 |
| HSL | 344.42º | 0.57% | 0.64% | - |
| HSV(B) | 344.42º | 0.48% | 0.85% | - |
| XYZ | 38.77 | 28.05 | 27.8 | - |
| YUV | 146.17 | 123.96 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 112 | 139 | 0 | 0.48 | 0.36 | 0.15 | 344.42 | 0.57 | 0.64 |
| Hex | D8 | 70 | 8B | 0 | 30 | 24 | F | 158 | 39 | 40 |
| Octal | 330 | 160 | 213 | 0 | 60 | 44 | 17 | 530 | 71 | 100 |
| Binary | 11011000 | 1110000 | 10001011 | 0 | 110000 | 100100 | 1111 | 101011000 | 111001 | 1000000 |
Color Harmonies of #D8708B
Complementary color
Monochromatic Colors of #D8708B
Black with #D8708B
Text Example
Text Example
White with #D8708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8708B; }
p { color: rgb(216,112,139); }
H1.HeaderClassName
{
color: #D8708B;
}
.AnyTagClassName
{
color: #D8708B;
}
</style>
background-color css
<style>
a { background-color: #D8708B; }
a { background-color: rgb(216,112,139); }
div.DivClassName
{
background-color: #D8708B;
}
.BgClassName
{
background-color: #D8708B;
}
</style>
border-color css
<style>
span { border-color: #D8708B; }
span { border-color: rgb(216,112,139); }
td.TdClassName
{
border-color: #D8708B;
}
.TagClassName
{
border-color: #D8708B;
}
</style>