Shades of Charm #D1738B
Tints of Charm #D1738B
RGB
CMYK
RGB Variations
Color information
#D1738B (or 0xD1738B) is known color: Charm. HEX triplet: D1, 73 and 8B. RGB value is (209,115,139). Sum of RGB (Red+Green+Blue) = 209+115+139=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 115 (45.31% from 255 or 24.84% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D1738B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1738B is #2E8C74. Grayscale: #919191. Windows color (decimal): -3050613 or 9139153. OLE color: 9139153.
HSL color Cylindrical-coordinate representation of color #D1738B: hue angle of 344.68º 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 #D1738B is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 115 | 139 | - |
| CMYK | 0 | 0.45 | 0.33 | 0.18 |
| HSL | 344.68º | 0.51% | 0.64% | - |
| HSV(B) | 344.68º | 0.45% | 0.82% | - |
| XYZ | 37.09 | 27.68 | 27.81 | - |
| YUV | 145.84 | 124.14 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 115 | 139 | 0 | 0.45 | 0.33 | 0.18 | 344.68 | 0.51 | 0.64 |
| Hex | D1 | 73 | 8B | 0 | 2D | 21 | 12 | 159 | 33 | 40 |
| Octal | 321 | 163 | 213 | 0 | 55 | 41 | 22 | 531 | 63 | 100 |
| Binary | 11010001 | 1110011 | 10001011 | 0 | 101101 | 100001 | 10010 | 101011001 | 110011 | 1000000 |
Color Harmonies of #D1738B
Complementary color
Monochromatic Colors of #D1738B
Black with #D1738B
Text Example
Text Example
White with #D1738B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1738B; }
p { color: rgb(209,115,139); }
H1.HeaderClassName
{
color: #D1738B;
}
.AnyTagClassName
{
color: #D1738B;
}
</style>
background-color css
<style>
a { background-color: #D1738B; }
a { background-color: rgb(209,115,139); }
div.DivClassName
{
background-color: #D1738B;
}
.BgClassName
{
background-color: #D1738B;
}
</style>
border-color css
<style>
span { border-color: #D1738B; }
span { border-color: rgb(209,115,139); }
td.TdClassName
{
border-color: #D1738B;
}
.TagClassName
{
border-color: #D1738B;
}
</style>