Shades of Charm #D1667A
Tints of Charm #D1667A
RGB
CMYK
RGB Variations
Color information
#D1667A (or 0xD1667A) is known color: Charm. HEX triplet: D1, 66 and 7A. RGB value is (209,102,122). Sum of RGB (Red+Green+Blue) = 209+102+122=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 102 (40.23% from 255 or 23.56% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 209 - color contains mainly: red. Hex color #D1667A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1667A is #2E9985. Grayscale: #888888. Windows color (decimal): -3053958 or 8021713. OLE color: 8021713.
HSL color Cylindrical-coordinate representation of color #D1667A: hue angle of 348.79º 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 #D1667A is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 102 | 122 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.18 |
| HSL | 348.79º | 0.54% | 0.61% | - |
| HSV(B) | 348.79º | 0.51% | 0.82% | - |
| XYZ | 34.56 | 24.46 | 21.31 | - |
| YUV | 136.27 | 119.95 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 102 | 122 | 0 | 0.51 | 0.42 | 0.18 | 348.79 | 0.54 | 0.61 |
| Hex | D1 | 66 | 7A | 0 | 33 | 2A | 12 | 15D | 36 | 3D |
| Octal | 321 | 146 | 172 | 0 | 63 | 52 | 22 | 535 | 66 | 75 |
| Binary | 11010001 | 1100110 | 1111010 | 0 | 110011 | 101010 | 10010 | 101011101 | 110110 | 111101 |
Color Harmonies of #D1667A
Complementary color
Monochromatic Colors of #D1667A
Black with #D1667A
Text Example
Text Example
White with #D1667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1667A; }
p { color: rgb(209,102,122); }
H1.HeaderClassName
{
color: #D1667A;
}
.AnyTagClassName
{
color: #D1667A;
}
</style>
background-color css
<style>
a { background-color: #D1667A; }
a { background-color: rgb(209,102,122); }
div.DivClassName
{
background-color: #D1667A;
}
.BgClassName
{
background-color: #D1667A;
}
</style>
border-color css
<style>
span { border-color: #D1667A; }
span { border-color: rgb(209,102,122); }
td.TdClassName
{
border-color: #D1667A;
}
.TagClassName
{
border-color: #D1667A;
}
</style>