Shades of Charm #D1667B
Tints of Charm #D1667B
RGB
CMYK
RGB Variations
Color information
#D1667B (or 0xD1667B) is known color: Charm. HEX triplet: D1, 66 and 7B. RGB value is (209,102,123). Sum of RGB (Red+Green+Blue) = 209+102+123=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 102 (40.23% from 255 or 23.50% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D1667B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1667B is #2E9984. Grayscale: #888888. Windows color (decimal): -3053957 or 8087249. OLE color: 8087249.
HSL color Cylindrical-coordinate representation of color #D1667B: hue angle of 348.22º 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 #D1667B is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 102 | 123 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.18 |
| HSL | 348.22º | 0.54% | 0.61% | - |
| HSV(B) | 348.22º | 0.51% | 0.82% | - |
| XYZ | 34.62 | 24.49 | 21.64 | - |
| YUV | 136.39 | 120.45 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 102 | 123 | 0 | 0.51 | 0.41 | 0.18 | 348.22 | 0.54 | 0.61 |
| Hex | D1 | 66 | 7B | 0 | 33 | 29 | 12 | 15C | 36 | 3D |
| Octal | 321 | 146 | 173 | 0 | 63 | 51 | 22 | 534 | 66 | 75 |
| Binary | 11010001 | 1100110 | 1111011 | 0 | 110011 | 101001 | 10010 | 101011100 | 110110 | 111101 |
Color Harmonies of #D1667B
Complementary color
Monochromatic Colors of #D1667B
Black with #D1667B
Text Example
Text Example
White with #D1667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1667B; }
p { color: rgb(209,102,123); }
H1.HeaderClassName
{
color: #D1667B;
}
.AnyTagClassName
{
color: #D1667B;
}
</style>
background-color css
<style>
a { background-color: #D1667B; }
a { background-color: rgb(209,102,123); }
div.DivClassName
{
background-color: #D1667B;
}
.BgClassName
{
background-color: #D1667B;
}
</style>
border-color css
<style>
span { border-color: #D1667B; }
span { border-color: rgb(209,102,123); }
td.TdClassName
{
border-color: #D1667B;
}
.TagClassName
{
border-color: #D1667B;
}
</style>