Shades of Charm #D17895
Tints of Charm #D17895
RGB
CMYK
RGB Variations
Color information
#D17895 (or 0xD17895) is known color: Charm. HEX triplet: D1, 78 and 95. RGB value is (209,120,149). Sum of RGB (Red+Green+Blue) = 209+120+149=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 120 (47.27% from 255 or 25.10% from 478); Blue value is 149 (58.59% from 255 or 31.17% from 478); Max value from RGB is 209 - color contains mainly: red. Hex color #D17895 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17895 is #2E876A. Grayscale: #959595. Windows color (decimal): -3049323 or 9795793. OLE color: 9795793.
HSL color Cylindrical-coordinate representation of color #D17895: hue angle of 340.45º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D17895 is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 120 | 149 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.18 |
| HSL | 340.45º | 0.49% | 0.65% | - |
| HSV(B) | 340.45º | 0.43% | 0.82% | - |
| XYZ | 38.44 | 29.16 | 32.04 | - |
| YUV | 149.92 | 127.49 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 120 | 149 | 0 | 0.43 | 0.29 | 0.18 | 340.45 | 0.49 | 0.65 |
| Hex | D1 | 78 | 95 | 0 | 2B | 1D | 12 | 154 | 31 | 41 |
| Octal | 321 | 170 | 225 | 0 | 53 | 35 | 22 | 524 | 61 | 101 |
| Binary | 11010001 | 1111000 | 10010101 | 0 | 101011 | 11101 | 10010 | 101010100 | 110001 | 1000001 |
Color Harmonies of #D17895
Complementary color
Monochromatic Colors of #D17895
Black with #D17895
Text Example
Text Example
White with #D17895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17895; }
p { color: rgb(209,120,149); }
H1.HeaderClassName
{
color: #D17895;
}
.AnyTagClassName
{
color: #D17895;
}
</style>
background-color css
<style>
a { background-color: #D17895; }
a { background-color: rgb(209,120,149); }
div.DivClassName
{
background-color: #D17895;
}
.BgClassName
{
background-color: #D17895;
}
</style>
border-color css
<style>
span { border-color: #D17895; }
span { border-color: rgb(209,120,149); }
td.TdClassName
{
border-color: #D17895;
}
.TagClassName
{
border-color: #D17895;
}
</style>