Shades of Charm #D1657B
Tints of Charm #D1657B
RGB
CMYK
RGB Variations
Color information
#D1657B (or 0xD1657B) is known color: Charm. HEX triplet: D1, 65 and 7B. RGB value is (209,101,123). Sum of RGB (Red+Green+Blue) = 209+101+123=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 101 (39.84% from 255 or 23.33% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 209 - color contains mainly: red. Hex color #D1657B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1657B is #2E9A84. Grayscale: #878787. Windows color (decimal): -3054213 or 8086993. OLE color: 8086993.
HSL color Cylindrical-coordinate representation of color #D1657B: hue angle of 347.78º 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 #D1657B is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 101 | 123 | - |
| CMYK | 0 | 0.52 | 0.41 | 0.18 |
| HSL | 347.78º | 0.54% | 0.61% | - |
| HSV(B) | 347.78º | 0.52% | 0.82% | - |
| XYZ | 34.52 | 24.29 | 21.61 | - |
| YUV | 135.8 | 120.78 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 101 | 123 | 0 | 0.52 | 0.41 | 0.18 | 347.78 | 0.54 | 0.61 |
| Hex | D1 | 65 | 7B | 0 | 34 | 29 | 12 | 15C | 36 | 3D |
| Octal | 321 | 145 | 173 | 0 | 64 | 51 | 22 | 534 | 66 | 75 |
| Binary | 11010001 | 1100101 | 1111011 | 0 | 110100 | 101001 | 10010 | 101011100 | 110110 | 111101 |
Color Harmonies of #D1657B
Complementary color
Monochromatic Colors of #D1657B
Black with #D1657B
Text Example
Text Example
White with #D1657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1657B; }
p { color: rgb(209,101,123); }
H1.HeaderClassName
{
color: #D1657B;
}
.AnyTagClassName
{
color: #D1657B;
}
</style>
background-color css
<style>
a { background-color: #D1657B; }
a { background-color: rgb(209,101,123); }
div.DivClassName
{
background-color: #D1657B;
}
.BgClassName
{
background-color: #D1657B;
}
</style>
border-color css
<style>
span { border-color: #D1657B; }
span { border-color: rgb(209,101,123); }
td.TdClassName
{
border-color: #D1657B;
}
.TagClassName
{
border-color: #D1657B;
}
</style>