Shades of Charm #D17991
Tints of Charm #D17991
RGB
CMYK
RGB Variations
Color information
#D17991 (or 0xD17991) is known color: Charm. HEX triplet: D1, 79 and 91. RGB value is (209,121,145). Sum of RGB (Red+Green+Blue) = 209+121+145=475 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44% from 475); Green value is 121 (47.66% from 255 or 25.47% from 475); Blue value is 145 (57.03% from 255 or 30.53% from 475); Max value from RGB is 209 - color contains mainly: red. Hex color #D17991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17991 is #2E866E. Grayscale: #969696. Windows color (decimal): -3049071 or 9533905. OLE color: 9533905.
HSL color Cylindrical-coordinate representation of color #D17991: hue angle of 343.64º 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 #D17991 is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 121 | 145 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.18 |
| HSL | 343.64º | 0.49% | 0.65% | - |
| HSV(B) | 343.64º | 0.42% | 0.82% | - |
| XYZ | 38.24 | 29.27 | 30.42 | - |
| YUV | 150.05 | 125.15 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 121 | 145 | 0 | 0.42 | 0.31 | 0.18 | 343.64 | 0.49 | 0.65 |
| Hex | D1 | 79 | 91 | 0 | 2A | 1F | 12 | 158 | 31 | 41 |
| Octal | 321 | 171 | 221 | 0 | 52 | 37 | 22 | 530 | 61 | 101 |
| Binary | 11010001 | 1111001 | 10010001 | 0 | 101010 | 11111 | 10010 | 101011000 | 110001 | 1000001 |
Color Harmonies of #D17991
Complementary color
Monochromatic Colors of #D17991
Black with #D17991
Text Example
Text Example
White with #D17991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17991; }
p { color: rgb(209,121,145); }
H1.HeaderClassName
{
color: #D17991;
}
.AnyTagClassName
{
color: #D17991;
}
</style>
background-color css
<style>
a { background-color: #D17991; }
a { background-color: rgb(209,121,145); }
div.DivClassName
{
background-color: #D17991;
}
.BgClassName
{
background-color: #D17991;
}
</style>
border-color css
<style>
span { border-color: #D17991; }
span { border-color: rgb(209,121,145); }
td.TdClassName
{
border-color: #D17991;
}
.TagClassName
{
border-color: #D17991;
}
</style>