Shades of Charm #D17488
Tints of Charm #D17488
RGB
CMYK
RGB Variations
Color information
#D17488 (or 0xD17488) is known color: Charm. HEX triplet: D1, 74 and 88. RGB value is (209,116,136). Sum of RGB (Red+Green+Blue) = 209+116+136=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 116 (45.70% from 255 or 25.16% from 461); Blue value is 136 (53.52% from 255 or 29.50% from 461); Max value from RGB is 209 - color contains mainly: red. Hex color #D17488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17488 is #2E8B77. Grayscale: #929292. Windows color (decimal): -3050360 or 8942801. OLE color: 8942801.
HSL color Cylindrical-coordinate representation of color #D17488: hue angle of 347.1º 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 #D17488 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 116 | 136 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.18 |
| HSL | 347.1º | 0.5% | 0.64% | - |
| HSV(B) | 347.1º | 0.44% | 0.82% | - |
| XYZ | 36.98 | 27.82 | 26.71 | - |
| YUV | 146.09 | 122.31 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 116 | 136 | 0 | 0.44 | 0.35 | 0.18 | 347.1 | 0.5 | 0.64 |
| Hex | D1 | 74 | 88 | 0 | 2C | 23 | 12 | 15B | 32 | 40 |
| Octal | 321 | 164 | 210 | 0 | 54 | 43 | 22 | 533 | 62 | 100 |
| Binary | 11010001 | 1110100 | 10001000 | 0 | 101100 | 100011 | 10010 | 101011011 | 110010 | 1000000 |
Color Harmonies of #D17488
Complementary color
Monochromatic Colors of #D17488
Black with #D17488
Text Example
Text Example
White with #D17488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17488; }
p { color: rgb(209,116,136); }
H1.HeaderClassName
{
color: #D17488;
}
.AnyTagClassName
{
color: #D17488;
}
</style>
background-color css
<style>
a { background-color: #D17488; }
a { background-color: rgb(209,116,136); }
div.DivClassName
{
background-color: #D17488;
}
.BgClassName
{
background-color: #D17488;
}
</style>
border-color css
<style>
span { border-color: #D17488; }
span { border-color: rgb(209,116,136); }
td.TdClassName
{
border-color: #D17488;
}
.TagClassName
{
border-color: #D17488;
}
</style>