Shades of Charm #D1667C
Tints of Charm #D1667C
RGB
CMYK
RGB Variations
Color information
#D1667C (or 0xD1667C) is known color: Charm. HEX triplet: D1, 66 and 7C. RGB value is (209,102,124). Sum of RGB (Red+Green+Blue) = 209+102+124=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 102 (40.23% from 255 or 23.45% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D1667C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1667C is #2E9983. Grayscale: #888888. Windows color (decimal): -3053956 or 8152785. OLE color: 8152785.
HSL color Cylindrical-coordinate representation of color #D1667C: hue angle of 347.66º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D1667C is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 102 | 124 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.18 |
| HSL | 347.66º | 0.54% | 0.61% | - |
| HSV(B) | 347.66º | 0.51% | 0.82% | - |
| XYZ | 34.68 | 24.51 | 21.97 | - |
| YUV | 136.5 | 120.95 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 102 | 124 | 0 | 0.51 | 0.41 | 0.18 | 347.66 | 0.54 | 0.61 |
| Hex | D1 | 66 | 7C | 0 | 33 | 29 | 12 | 15C | 36 | 3D |
| Octal | 321 | 146 | 174 | 0 | 63 | 51 | 22 | 534 | 66 | 75 |
| Binary | 11010001 | 1100110 | 1111100 | 0 | 110011 | 101001 | 10010 | 101011100 | 110110 | 111101 |
Color Harmonies of #D1667C
Complementary color
Monochromatic Colors of #D1667C
Black with #D1667C
Text Example
Text Example
White with #D1667C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1667C; }
p { color: rgb(209,102,124); }
H1.HeaderClassName
{
color: #D1667C;
}
.AnyTagClassName
{
color: #D1667C;
}
</style>
background-color css
<style>
a { background-color: #D1667C; }
a { background-color: rgb(209,102,124); }
div.DivClassName
{
background-color: #D1667C;
}
.BgClassName
{
background-color: #D1667C;
}
</style>
border-color css
<style>
span { border-color: #D1667C; }
span { border-color: rgb(209,102,124); }
td.TdClassName
{
border-color: #D1667C;
}
.TagClassName
{
border-color: #D1667C;
}
</style>