Shades of Charm #D17282
Tints of Charm #D17282
RGB
CMYK
RGB Variations
Color information
#D17282 (or 0xD17282) is known color: Charm. HEX triplet: D1, 72 and 82. RGB value is (209,114,130). Sum of RGB (Red+Green+Blue) = 209+114+130=453 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.14% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 209 - color contains mainly: red. Hex color #D17282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17282 is #2E8D7D. Grayscale: #909090. Windows color (decimal): -3050878 or 8549073. OLE color: 8549073.
HSL color Cylindrical-coordinate representation of color #D17282: hue angle of 349.89º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D17282 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 114 | 130 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.18 |
| HSL | 349.89º | 0.51% | 0.63% | - |
| HSV(B) | 349.89º | 0.45% | 0.82% | - |
| XYZ | 36.34 | 27.2 | 24.45 | - |
| YUV | 144.23 | 119.97 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 114 | 130 | 0 | 0.45 | 0.38 | 0.18 | 349.89 | 0.51 | 0.63 |
| Hex | D1 | 72 | 82 | 0 | 2D | 26 | 12 | 15E | 33 | 3F |
| Octal | 321 | 162 | 202 | 0 | 55 | 46 | 22 | 536 | 63 | 77 |
| Binary | 11010001 | 1110010 | 10000010 | 0 | 101101 | 100110 | 10010 | 101011110 | 110011 | 111111 |
Color Harmonies of #D17282
Complementary color
Monochromatic Colors of #D17282
Black with #D17282
Text Example
Text Example
White with #D17282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17282; }
p { color: rgb(209,114,130); }
H1.HeaderClassName
{
color: #D17282;
}
.AnyTagClassName
{
color: #D17282;
}
</style>
background-color css
<style>
a { background-color: #D17282; }
a { background-color: rgb(209,114,130); }
div.DivClassName
{
background-color: #D17282;
}
.BgClassName
{
background-color: #D17282;
}
</style>
border-color css
<style>
span { border-color: #D17282; }
span { border-color: rgb(209,114,130); }
td.TdClassName
{
border-color: #D17282;
}
.TagClassName
{
border-color: #D17282;
}
</style>