Shades of Charm #D76D80
Tints of Charm #D76D80
RGB
CMYK
RGB Variations
Color information
#D76D80 (or 0xD76D80) is known color: Charm. HEX triplet: D7, 6D and 80. RGB value is (215,109,128). Sum of RGB (Red+Green+Blue) = 215+109+128=452 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.57% from 452); Green value is 109 (42.97% from 255 or 24.12% from 452); Blue value is 128 (50.39% from 255 or 28.32% from 452); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76D80 is #28927F. Grayscale: #8E8E8E. Windows color (decimal): -2658944 or 8416727. OLE color: 8416727.
HSL color Cylindrical-coordinate representation of color #D76D80: hue angle of 349.25º degrees, saturation: 0.57, 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 #D76D80 is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 109 | 128 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.16 |
| HSL | 349.25º | 0.57% | 0.64% | - |
| HSV(B) | 349.25º | 0.49% | 0.84% | - |
| XYZ | 37.39 | 26.94 | 23.65 | - |
| YUV | 142.86 | 119.62 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 109 | 128 | 0 | 0.49 | 0.40 | 0.16 | 349.25 | 0.57 | 0.64 |
| Hex | D7 | 6D | 80 | 0 | 31 | 28 | 10 | 15D | 39 | 40 |
| Octal | 327 | 155 | 200 | 0 | 61 | 50 | 20 | 535 | 71 | 100 |
| Binary | 11010111 | 1101101 | 10000000 | 0 | 110001 | 101000 | 10000 | 101011101 | 111001 | 1000000 |
Color Harmonies of #D76D80
Complementary color
Monochromatic Colors of #D76D80
Black with #D76D80
Text Example
Text Example
White with #D76D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76D80; }
p { color: rgb(215,109,128); }
H1.HeaderClassName
{
color: #D76D80;
}
.AnyTagClassName
{
color: #D76D80;
}
</style>
background-color css
<style>
a { background-color: #D76D80; }
a { background-color: rgb(215,109,128); }
div.DivClassName
{
background-color: #D76D80;
}
.BgClassName
{
background-color: #D76D80;
}
</style>
border-color css
<style>
span { border-color: #D76D80; }
span { border-color: rgb(215,109,128); }
td.TdClassName
{
border-color: #D76D80;
}
.TagClassName
{
border-color: #D76D80;
}
</style>