Shades of Charm #D1657F
Tints of Charm #D1657F
RGB
CMYK
RGB Variations
Color information
#D1657F (or 0xD1657F) is known color: Charm. HEX triplet: D1, 65 and 7F. RGB value is (209,101,127). Sum of RGB (Red+Green+Blue) = 209+101+127=437 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.83% from 437); Green value is 101 (39.84% from 255 or 23.11% from 437); Blue value is 127 (50% from 255 or 29.06% from 437); Max value from RGB is 209 - color contains mainly: red. Hex color #D1657F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1657F is #2E9A80. Grayscale: #888888. Windows color (decimal): -3054209 or 8349137. OLE color: 8349137.
HSL color Cylindrical-coordinate representation of color #D1657F: hue angle of 345.56º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D1657F is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 101 | 127 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.18 |
| HSL | 345.56º | 0.54% | 0.61% | - |
| HSV(B) | 345.56º | 0.52% | 0.82% | - |
| XYZ | 34.78 | 24.39 | 22.95 | - |
| YUV | 136.26 | 122.78 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 101 | 127 | 0 | 0.52 | 0.39 | 0.18 | 345.56 | 0.54 | 0.61 |
| Hex | D1 | 65 | 7F | 0 | 34 | 27 | 12 | 15A | 36 | 3D |
| Octal | 321 | 145 | 177 | 0 | 64 | 47 | 22 | 532 | 66 | 75 |
| Binary | 11010001 | 1100101 | 1111111 | 0 | 110100 | 100111 | 10010 | 101011010 | 110110 | 111101 |
Color Harmonies of #D1657F
Complementary color
Monochromatic Colors of #D1657F
Black with #D1657F
Text Example
Text Example
White with #D1657F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1657F; }
p { color: rgb(209,101,127); }
H1.HeaderClassName
{
color: #D1657F;
}
.AnyTagClassName
{
color: #D1657F;
}
</style>
background-color css
<style>
a { background-color: #D1657F; }
a { background-color: rgb(209,101,127); }
div.DivClassName
{
background-color: #D1657F;
}
.BgClassName
{
background-color: #D1657F;
}
</style>
border-color css
<style>
span { border-color: #D1657F; }
span { border-color: rgb(209,101,127); }
td.TdClassName
{
border-color: #D1657F;
}
.TagClassName
{
border-color: #D1657F;
}
</style>