Shades of Charm #D1718E
Tints of Charm #D1718E
RGB
CMYK
RGB Variations
Color information
#D1718E (or 0xD1718E) is known color: Charm. HEX triplet: D1, 71 and 8E. RGB value is (209,113,142). Sum of RGB (Red+Green+Blue) = 209+113+142=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 113 (44.53% from 255 or 24.35% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 209 - color contains mainly: red. Hex color #D1718E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1718E is #2E8E71. Grayscale: #909090. Windows color (decimal): -3051122 or 9335249. OLE color: 9335249.
HSL color Cylindrical-coordinate representation of color #D1718E: hue angle of 341.88º 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 #D1718E is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 113 | 142 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.18 |
| HSL | 341.88º | 0.51% | 0.63% | - |
| HSV(B) | 341.88º | 0.46% | 0.82% | - |
| XYZ | 37.08 | 27.32 | 28.91 | - |
| YUV | 145.01 | 126.3 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 113 | 142 | 0 | 0.46 | 0.32 | 0.18 | 341.88 | 0.51 | 0.63 |
| Hex | D1 | 71 | 8E | 0 | 2E | 20 | 12 | 156 | 33 | 3F |
| Octal | 321 | 161 | 216 | 0 | 56 | 40 | 22 | 526 | 63 | 77 |
| Binary | 11010001 | 1110001 | 10001110 | 0 | 101110 | 100000 | 10010 | 101010110 | 110011 | 111111 |
Color Harmonies of #D1718E
Complementary color
Monochromatic Colors of #D1718E
Black with #D1718E
Text Example
Text Example
White with #D1718E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1718E; }
p { color: rgb(209,113,142); }
H1.HeaderClassName
{
color: #D1718E;
}
.AnyTagClassName
{
color: #D1718E;
}
</style>
background-color css
<style>
a { background-color: #D1718E; }
a { background-color: rgb(209,113,142); }
div.DivClassName
{
background-color: #D1718E;
}
.BgClassName
{
background-color: #D1718E;
}
</style>
border-color css
<style>
span { border-color: #D1718E; }
span { border-color: rgb(209,113,142); }
td.TdClassName
{
border-color: #D1718E;
}
.TagClassName
{
border-color: #D1718E;
}
</style>