Shades of Charm #D17982
Tints of Charm #D17982
RGB
CMYK
RGB Variations
Color information
#D17982 (or 0xD17982) is known color: Charm. HEX triplet: D1, 79 and 82. RGB value is (209,121,130). Sum of RGB (Red+Green+Blue) = 209+121+130=460 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.43% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 130 (51.17% from 255 or 28.26% from 460); Max value from RGB is 209 - color contains mainly: red. Hex color #D17982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17982 is #2E867D. Grayscale: #949494. Windows color (decimal): -3049086 or 8550865. OLE color: 8550865.
HSL color Cylindrical-coordinate representation of color #D17982: hue angle of 353.86º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D17982 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 121 | 130 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.18 |
| HSL | 353.86º | 0.49% | 0.65% | - |
| HSV(B) | 353.86º | 0.42% | 0.82% | - |
| XYZ | 37.16 | 28.84 | 24.73 | - |
| YUV | 148.34 | 117.65 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 121 | 130 | 0 | 0.42 | 0.38 | 0.18 | 353.86 | 0.49 | 0.65 |
| Hex | D1 | 79 | 82 | 0 | 2A | 26 | 12 | 162 | 31 | 41 |
| Octal | 321 | 171 | 202 | 0 | 52 | 46 | 22 | 542 | 61 | 101 |
| Binary | 11010001 | 1111001 | 10000010 | 0 | 101010 | 100110 | 10010 | 101100010 | 110001 | 1000001 |
Color Harmonies of #D17982
Complementary color
Monochromatic Colors of #D17982
Black with #D17982
Text Example
Text Example
White with #D17982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17982; }
p { color: rgb(209,121,130); }
H1.HeaderClassName
{
color: #D17982;
}
.AnyTagClassName
{
color: #D17982;
}
</style>
background-color css
<style>
a { background-color: #D17982; }
a { background-color: rgb(209,121,130); }
div.DivClassName
{
background-color: #D17982;
}
.BgClassName
{
background-color: #D17982;
}
</style>
border-color css
<style>
span { border-color: #D17982; }
span { border-color: rgb(209,121,130); }
td.TdClassName
{
border-color: #D17982;
}
.TagClassName
{
border-color: #D17982;
}
</style>