Shades of Charm #D17492
Tints of Charm #D17492
RGB
CMYK
RGB Variations
Color information
#D17492 (or 0xD17492) is known color: Charm. HEX triplet: D1, 74 and 92. RGB value is (209,116,146). Sum of RGB (Red+Green+Blue) = 209+116+146=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 116 (45.70% from 255 or 24.63% from 471); Blue value is 146 (57.42% from 255 or 31.00% from 471); Max value from RGB is 209 - color contains mainly: red. Hex color #D17492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17492 is #2E8B6D. Grayscale: #939393. Windows color (decimal): -3050350 or 9598161. OLE color: 9598161.
HSL color Cylindrical-coordinate representation of color #D17492: hue angle of 340.65º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D17492 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 116 | 146 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.18 |
| HSL | 340.65º | 0.5% | 0.64% | - |
| HSV(B) | 340.65º | 0.44% | 0.82% | - |
| XYZ | 37.73 | 28.12 | 30.63 | - |
| YUV | 147.23 | 127.31 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 116 | 146 | 0 | 0.44 | 0.30 | 0.18 | 340.65 | 0.5 | 0.64 |
| Hex | D1 | 74 | 92 | 0 | 2C | 1E | 12 | 155 | 32 | 40 |
| Octal | 321 | 164 | 222 | 0 | 54 | 36 | 22 | 525 | 62 | 100 |
| Binary | 11010001 | 1110100 | 10010010 | 0 | 101100 | 11110 | 10010 | 101010101 | 110010 | 1000000 |
Color Harmonies of #D17492
Complementary color
Monochromatic Colors of #D17492
Black with #D17492
Text Example
Text Example
White with #D17492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17492; }
p { color: rgb(209,116,146); }
H1.HeaderClassName
{
color: #D17492;
}
.AnyTagClassName
{
color: #D17492;
}
</style>
background-color css
<style>
a { background-color: #D17492; }
a { background-color: rgb(209,116,146); }
div.DivClassName
{
background-color: #D17492;
}
.BgClassName
{
background-color: #D17492;
}
</style>
border-color css
<style>
span { border-color: #D17492; }
span { border-color: rgb(209,116,146); }
td.TdClassName
{
border-color: #D17492;
}
.TagClassName
{
border-color: #D17492;
}
</style>