Shades of Charm #D1738F
Tints of Charm #D1738F
RGB
CMYK
RGB Variations
Color information
#D1738F (or 0xD1738F) is known color: Charm. HEX triplet: D1, 73 and 8F. RGB value is (209,115,143). Sum of RGB (Red+Green+Blue) = 209+115+143=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 115 (45.31% from 255 or 24.63% from 467); Blue value is 143 (56.25% from 255 or 30.62% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D1738F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1738F is #2E8C70. Grayscale: #929292. Windows color (decimal): -3050609 or 9401297. OLE color: 9401297.
HSL color Cylindrical-coordinate representation of color #D1738F: hue angle of 342.13º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D1738F is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 115 | 143 | - |
| CMYK | 0 | 0.45 | 0.32 | 0.18 |
| HSL | 342.13º | 0.51% | 0.64% | - |
| HSV(B) | 342.13º | 0.45% | 0.82% | - |
| XYZ | 37.38 | 27.8 | 29.38 | - |
| YUV | 146.3 | 126.14 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 115 | 143 | 0 | 0.45 | 0.32 | 0.18 | 342.13 | 0.51 | 0.64 |
| Hex | D1 | 73 | 8F | 0 | 2D | 20 | 12 | 156 | 33 | 40 |
| Octal | 321 | 163 | 217 | 0 | 55 | 40 | 22 | 526 | 63 | 100 |
| Binary | 11010001 | 1110011 | 10001111 | 0 | 101101 | 100000 | 10010 | 101010110 | 110011 | 1000000 |
Color Harmonies of #D1738F
Complementary color
Monochromatic Colors of #D1738F
Black with #D1738F
Text Example
Text Example
White with #D1738F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1738F; }
p { color: rgb(209,115,143); }
H1.HeaderClassName
{
color: #D1738F;
}
.AnyTagClassName
{
color: #D1738F;
}
</style>
background-color css
<style>
a { background-color: #D1738F; }
a { background-color: rgb(209,115,143); }
div.DivClassName
{
background-color: #D1738F;
}
.BgClassName
{
background-color: #D1738F;
}
</style>
border-color css
<style>
span { border-color: #D1738F; }
span { border-color: rgb(209,115,143); }
td.TdClassName
{
border-color: #D1738F;
}
.TagClassName
{
border-color: #D1738F;
}
</style>