Shades of Charm #D1708B
Tints of Charm #D1708B
RGB
CMYK
RGB Variations
Color information
#D1708B (or 0xD1708B) is known color: Charm. HEX triplet: D1, 70 and 8B. RGB value is (209,112,139). Sum of RGB (Red+Green+Blue) = 209+112+139=460 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.43% from 460); Green value is 112 (44.14% from 255 or 24.35% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 209 - color contains mainly: red. Hex color #D1708B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1708B is #2E8F74. Grayscale: #909090. Windows color (decimal): -3051381 or 9138385. OLE color: 9138385.
HSL color Cylindrical-coordinate representation of color #D1708B: hue angle of 343.3º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D1708B is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 112 | 139 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.18 |
| HSL | 343.3º | 0.51% | 0.63% | - |
| HSV(B) | 343.3º | 0.46% | 0.82% | - |
| XYZ | 36.75 | 27.01 | 27.7 | - |
| YUV | 144.08 | 125.14 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 112 | 139 | 0 | 0.46 | 0.33 | 0.18 | 343.3 | 0.51 | 0.63 |
| Hex | D1 | 70 | 8B | 0 | 2E | 21 | 12 | 157 | 33 | 3F |
| Octal | 321 | 160 | 213 | 0 | 56 | 41 | 22 | 527 | 63 | 77 |
| Binary | 11010001 | 1110000 | 10001011 | 0 | 101110 | 100001 | 10010 | 101010111 | 110011 | 111111 |
Color Harmonies of #D1708B
Complementary color
Monochromatic Colors of #D1708B
Black with #D1708B
Text Example
Text Example
White with #D1708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1708B; }
p { color: rgb(209,112,139); }
H1.HeaderClassName
{
color: #D1708B;
}
.AnyTagClassName
{
color: #D1708B;
}
</style>
background-color css
<style>
a { background-color: #D1708B; }
a { background-color: rgb(209,112,139); }
div.DivClassName
{
background-color: #D1708B;
}
.BgClassName
{
background-color: #D1708B;
}
</style>
border-color css
<style>
span { border-color: #D1708B; }
span { border-color: rgb(209,112,139); }
td.TdClassName
{
border-color: #D1708B;
}
.TagClassName
{
border-color: #D1708B;
}
</style>