Shades of Charm #D66E80
Tints of Charm #D66E80
RGB
CMYK
RGB Variations
Color information
#D66E80 (or 0xD66E80) is known color: Charm. HEX triplet: D6, 6E and 80. RGB value is (214,110,128). Sum of RGB (Red+Green+Blue) = 214+110+128=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 110 (43.36% from 255 or 24.34% from 452); Blue value is 128 (50.39% from 255 or 28.32% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D66E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66E80 is #29917F. Grayscale: #8F8F8F. Windows color (decimal): -2724224 or 8416982. OLE color: 8416982.
HSL color Cylindrical-coordinate representation of color #D66E80: hue angle of 349.62º 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 #D66E80 is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 110 | 128 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.16 |
| HSL | 349.62º | 0.56% | 0.64% | - |
| HSV(B) | 349.62º | 0.49% | 0.84% | - |
| XYZ | 37.2 | 27.01 | 23.67 | - |
| YUV | 143.15 | 119.46 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 110 | 128 | 0 | 0.49 | 0.40 | 0.16 | 349.62 | 0.56 | 0.64 |
| Hex | D6 | 6E | 80 | 0 | 31 | 28 | 10 | 15E | 38 | 40 |
| Octal | 326 | 156 | 200 | 0 | 61 | 50 | 20 | 536 | 70 | 100 |
| Binary | 11010110 | 1101110 | 10000000 | 0 | 110001 | 101000 | 10000 | 101011110 | 111000 | 1000000 |
Color Harmonies of #D66E80
Complementary color
Monochromatic Colors of #D66E80
Black with #D66E80
Text Example
Text Example
White with #D66E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66E80; }
p { color: rgb(214,110,128); }
H1.HeaderClassName
{
color: #D66E80;
}
.AnyTagClassName
{
color: #D66E80;
}
</style>
background-color css
<style>
a { background-color: #D66E80; }
a { background-color: rgb(214,110,128); }
div.DivClassName
{
background-color: #D66E80;
}
.BgClassName
{
background-color: #D66E80;
}
</style>
border-color css
<style>
span { border-color: #D66E80; }
span { border-color: rgb(214,110,128); }
td.TdClassName
{
border-color: #D66E80;
}
.TagClassName
{
border-color: #D66E80;
}
</style>