Shades of Charm #D66E7F
Tints of Charm #D66E7F
RGB
CMYK
RGB Variations
Color information
#D66E7F (or 0xD66E7F) is known color: Charm. HEX triplet: D6, 6E and 7F. RGB value is (214,110,127). Sum of RGB (Red+Green+Blue) = 214+110+127=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 110 (43.36% from 255 or 24.39% from 451); Blue value is 127 (50% from 255 or 28.16% from 451); Max value from RGB is 214 - color contains mainly: red. Hex color #D66E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66E7F is #299180. Grayscale: #8F8F8F. Windows color (decimal): -2724225 or 8351446. OLE color: 8351446.
HSL color Cylindrical-coordinate representation of color #D66E7F: hue angle of 350.19º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D66E7F is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 110 | 127 | - |
| CMYK | 0 | 0.49 | 0.41 | 0.16 |
| HSL | 350.19º | 0.56% | 0.64% | - |
| HSV(B) | 350.19º | 0.49% | 0.84% | - |
| XYZ | 37.14 | 26.98 | 23.33 | - |
| YUV | 143.03 | 118.96 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 110 | 127 | 0 | 0.49 | 0.41 | 0.16 | 350.19 | 0.56 | 0.64 |
| Hex | D6 | 6E | 7F | 0 | 31 | 29 | 10 | 15E | 38 | 40 |
| Octal | 326 | 156 | 177 | 0 | 61 | 51 | 20 | 536 | 70 | 100 |
| Binary | 11010110 | 1101110 | 1111111 | 0 | 110001 | 101001 | 10000 | 101011110 | 111000 | 1000000 |
Color Harmonies of #D66E7F
Complementary color
Monochromatic Colors of #D66E7F
Black with #D66E7F
Text Example
Text Example
White with #D66E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66E7F; }
p { color: rgb(214,110,127); }
H1.HeaderClassName
{
color: #D66E7F;
}
.AnyTagClassName
{
color: #D66E7F;
}
</style>
background-color css
<style>
a { background-color: #D66E7F; }
a { background-color: rgb(214,110,127); }
div.DivClassName
{
background-color: #D66E7F;
}
.BgClassName
{
background-color: #D66E7F;
}
</style>
border-color css
<style>
span { border-color: #D66E7F; }
span { border-color: rgb(214,110,127); }
td.TdClassName
{
border-color: #D66E7F;
}
.TagClassName
{
border-color: #D66E7F;
}
</style>