Shades of Charm #D67780
Tints of Charm #D67780
RGB
CMYK
RGB Variations
Color information
#D67780 (or 0xD67780) is known color: Charm. HEX triplet: D6, 77 and 80. RGB value is (214,119,128). Sum of RGB (Red+Green+Blue) = 214+119+128=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 119 (46.88% from 255 or 25.81% from 461); Blue value is 128 (50.39% from 255 or 27.77% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D67780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67780 is #29887F. Grayscale: #949494. Windows color (decimal): -2721920 or 8419286. OLE color: 8419286.
HSL color Cylindrical-coordinate representation of color #D67780: hue angle of 354.32º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D67780 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 119 | 128 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.16 |
| HSL | 354.32º | 0.54% | 0.65% | - |
| HSV(B) | 354.32º | 0.44% | 0.84% | - |
| XYZ | 38.22 | 29.05 | 24.01 | - |
| YUV | 148.43 | 116.47 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 119 | 128 | 0 | 0.44 | 0.40 | 0.16 | 354.32 | 0.54 | 0.65 |
| Hex | D6 | 77 | 80 | 0 | 2C | 28 | 10 | 162 | 36 | 41 |
| Octal | 326 | 167 | 200 | 0 | 54 | 50 | 20 | 542 | 66 | 101 |
| Binary | 11010110 | 1110111 | 10000000 | 0 | 101100 | 101000 | 10000 | 101100010 | 110110 | 1000001 |
Color Harmonies of #D67780
Complementary color
Monochromatic Colors of #D67780
Black with #D67780
Text Example
Text Example
White with #D67780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67780; }
p { color: rgb(214,119,128); }
H1.HeaderClassName
{
color: #D67780;
}
.AnyTagClassName
{
color: #D67780;
}
</style>
background-color css
<style>
a { background-color: #D67780; }
a { background-color: rgb(214,119,128); }
div.DivClassName
{
background-color: #D67780;
}
.BgClassName
{
background-color: #D67780;
}
</style>
border-color css
<style>
span { border-color: #D67780; }
span { border-color: rgb(214,119,128); }
td.TdClassName
{
border-color: #D67780;
}
.TagClassName
{
border-color: #D67780;
}
</style>