Shades of Charm #D9708B
Tints of Charm #D9708B
RGB
CMYK
RGB Variations
Color information
#D9708B (or 0xD9708B) is known color: Charm. HEX triplet: D9, 70 and 8B. RGB value is (217,112,139). Sum of RGB (Red+Green+Blue) = 217+112+139=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 139 (54.69% from 255 or 29.70% from 468); Max value from RGB is 217 - color contains mainly: red. Hex color #D9708B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9708B is #268F74. Grayscale: #929292. Windows color (decimal): -2527093 or 9138393. OLE color: 9138393.
HSL color Cylindrical-coordinate representation of color #D9708B: hue angle of 344.57º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D9708B is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 112 | 139 | - |
| CMYK | 0 | 0.48 | 0.36 | 0.15 |
| HSL | 344.57º | 0.58% | 0.65% | - |
| HSV(B) | 344.57º | 0.48% | 0.85% | - |
| XYZ | 39.07 | 28.2 | 27.81 | - |
| YUV | 146.47 | 123.79 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 112 | 139 | 0 | 0.48 | 0.36 | 0.15 | 344.57 | 0.58 | 0.65 |
| Hex | D9 | 70 | 8B | 0 | 30 | 24 | F | 159 | 3A | 41 |
| Octal | 331 | 160 | 213 | 0 | 60 | 44 | 17 | 531 | 72 | 101 |
| Binary | 11011001 | 1110000 | 10001011 | 0 | 110000 | 100100 | 1111 | 101011001 | 111010 | 1000001 |
Color Harmonies of #D9708B
Complementary color
Monochromatic Colors of #D9708B
Black with #D9708B
Text Example
Text Example
White with #D9708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9708B; }
p { color: rgb(217,112,139); }
H1.HeaderClassName
{
color: #D9708B;
}
.AnyTagClassName
{
color: #D9708B;
}
</style>
background-color css
<style>
a { background-color: #D9708B; }
a { background-color: rgb(217,112,139); }
div.DivClassName
{
background-color: #D9708B;
}
.BgClassName
{
background-color: #D9708B;
}
</style>
border-color css
<style>
span { border-color: #D9708B; }
span { border-color: rgb(217,112,139); }
td.TdClassName
{
border-color: #D9708B;
}
.TagClassName
{
border-color: #D9708B;
}
</style>