Shades of Charm #D1738A
Tints of Charm #D1738A
RGB
CMYK
RGB Variations
Color information
#D1738A (or 0xD1738A) is known color: Charm. HEX triplet: D1, 73 and 8A. RGB value is (209,115,138). Sum of RGB (Red+Green+Blue) = 209+115+138=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 115 (45.31% from 255 or 24.89% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 209 - color contains mainly: red. Hex color #D1738A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1738A is #2E8C75. Grayscale: #919191. Windows color (decimal): -3050614 or 9073617. OLE color: 9073617.
HSL color Cylindrical-coordinate representation of color #D1738A: hue angle of 345.32º 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 #D1738A is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 115 | 138 | - |
| CMYK | 0 | 0.45 | 0.34 | 0.18 |
| HSL | 345.32º | 0.51% | 0.64% | - |
| HSV(B) | 345.32º | 0.45% | 0.82% | - |
| XYZ | 37.01 | 27.65 | 27.43 | - |
| YUV | 145.73 | 123.64 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 115 | 138 | 0 | 0.45 | 0.34 | 0.18 | 345.32 | 0.51 | 0.64 |
| Hex | D1 | 73 | 8A | 0 | 2D | 22 | 12 | 159 | 33 | 40 |
| Octal | 321 | 163 | 212 | 0 | 55 | 42 | 22 | 531 | 63 | 100 |
| Binary | 11010001 | 1110011 | 10001010 | 0 | 101101 | 100010 | 10010 | 101011001 | 110011 | 1000000 |
Color Harmonies of #D1738A
Complementary color
Monochromatic Colors of #D1738A
Black with #D1738A
Text Example
Text Example
White with #D1738A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1738A; }
p { color: rgb(209,115,138); }
H1.HeaderClassName
{
color: #D1738A;
}
.AnyTagClassName
{
color: #D1738A;
}
</style>
background-color css
<style>
a { background-color: #D1738A; }
a { background-color: rgb(209,115,138); }
div.DivClassName
{
background-color: #D1738A;
}
.BgClassName
{
background-color: #D1738A;
}
</style>
border-color css
<style>
span { border-color: #D1738A; }
span { border-color: rgb(209,115,138); }
td.TdClassName
{
border-color: #D1738A;
}
.TagClassName
{
border-color: #D1738A;
}
</style>