Shades of Charm #D17288
Tints of Charm #D17288
RGB
CMYK
RGB Variations
Color information
#D17288 (or 0xD17288) is known color: Charm. HEX triplet: D1, 72 and 88. RGB value is (209,114,136). Sum of RGB (Red+Green+Blue) = 209+114+136=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 114 (44.92% from 255 or 24.84% from 459); Blue value is 136 (53.52% from 255 or 29.63% from 459); Max value from RGB is 209 - color contains mainly: red. Hex color #D17288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17288 is #2E8D77. Grayscale: #909090. Windows color (decimal): -3050872 or 8942289. OLE color: 8942289.
HSL color Cylindrical-coordinate representation of color #D17288: hue angle of 346.11º 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 #D17288 is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 114 | 136 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.18 |
| HSL | 346.11º | 0.51% | 0.63% | - |
| HSV(B) | 346.11º | 0.45% | 0.82% | - |
| XYZ | 36.76 | 27.37 | 26.64 | - |
| YUV | 144.91 | 122.97 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 114 | 136 | 0 | 0.45 | 0.35 | 0.18 | 346.11 | 0.51 | 0.63 |
| Hex | D1 | 72 | 88 | 0 | 2D | 23 | 12 | 15A | 33 | 3F |
| Octal | 321 | 162 | 210 | 0 | 55 | 43 | 22 | 532 | 63 | 77 |
| Binary | 11010001 | 1110010 | 10001000 | 0 | 101101 | 100011 | 10010 | 101011010 | 110011 | 111111 |
Color Harmonies of #D17288
Complementary color
Monochromatic Colors of #D17288
Black with #D17288
Text Example
Text Example
White with #D17288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17288; }
p { color: rgb(209,114,136); }
H1.HeaderClassName
{
color: #D17288;
}
.AnyTagClassName
{
color: #D17288;
}
</style>
background-color css
<style>
a { background-color: #D17288; }
a { background-color: rgb(209,114,136); }
div.DivClassName
{
background-color: #D17288;
}
.BgClassName
{
background-color: #D17288;
}
</style>
border-color css
<style>
span { border-color: #D17288; }
span { border-color: rgb(209,114,136); }
td.TdClassName
{
border-color: #D17288;
}
.TagClassName
{
border-color: #D17288;
}
</style>