Shades of Charm #D17A8B
Tints of Charm #D17A8B
RGB
CMYK
RGB Variations
Color information
#D17A8B (or 0xD17A8B) is known color: Charm. HEX triplet: D1, 7A and 8B. RGB value is (209,122,139). Sum of RGB (Red+Green+Blue) = 209+122+139=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 122 (48.05% from 255 or 25.96% from 470); Blue value is 139 (54.69% from 255 or 29.57% from 470); Max value from RGB is 209 - color contains mainly: red. Hex color #D17A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17A8B is #2E8574. Grayscale: #959595. Windows color (decimal): -3048821 or 9140945. OLE color: 9140945.
HSL color Cylindrical-coordinate representation of color #D17A8B: hue angle of 348.28º 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 #D17A8B is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 122 | 139 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.18 |
| HSL | 348.28º | 0.49% | 0.65% | - |
| HSV(B) | 348.28º | 0.42% | 0.82% | - |
| XYZ | 37.91 | 29.34 | 28.09 | - |
| YUV | 149.95 | 121.82 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 122 | 139 | 0 | 0.42 | 0.33 | 0.18 | 348.28 | 0.49 | 0.65 |
| Hex | D1 | 7A | 8B | 0 | 2A | 21 | 12 | 15C | 31 | 41 |
| Octal | 321 | 172 | 213 | 0 | 52 | 41 | 22 | 534 | 61 | 101 |
| Binary | 11010001 | 1111010 | 10001011 | 0 | 101010 | 100001 | 10010 | 101011100 | 110001 | 1000001 |
Color Harmonies of #D17A8B
Complementary color
Monochromatic Colors of #D17A8B
Black with #D17A8B
Text Example
Text Example
White with #D17A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17A8B; }
p { color: rgb(209,122,139); }
H1.HeaderClassName
{
color: #D17A8B;
}
.AnyTagClassName
{
color: #D17A8B;
}
</style>
background-color css
<style>
a { background-color: #D17A8B; }
a { background-color: rgb(209,122,139); }
div.DivClassName
{
background-color: #D17A8B;
}
.BgClassName
{
background-color: #D17A8B;
}
</style>
border-color css
<style>
span { border-color: #D17A8B; }
span { border-color: rgb(209,122,139); }
td.TdClassName
{
border-color: #D17A8B;
}
.TagClassName
{
border-color: #D17A8B;
}
</style>