Shades of Charm #D77980
Tints of Charm #D77980
RGB
CMYK
RGB Variations
Color information
#D77980 (or 0xD77980) is known color: Charm. HEX triplet: D7, 79 and 80. RGB value is (215,121,128). Sum of RGB (Red+Green+Blue) = 215+121+128=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 121 (47.66% from 255 or 26.08% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D77980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77980 is #28867F. Grayscale: #959595. Windows color (decimal): -2655872 or 8419799. OLE color: 8419799.
HSL color Cylindrical-coordinate representation of color #D77980: hue angle of 355.53º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D77980 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 121 | 128 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.16 |
| HSL | 355.53º | 0.54% | 0.66% | - |
| HSV(B) | 355.53º | 0.44% | 0.84% | - |
| XYZ | 38.76 | 29.68 | 24.11 | - |
| YUV | 149.9 | 115.64 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 121 | 128 | 0 | 0.44 | 0.40 | 0.16 | 355.53 | 0.54 | 0.66 |
| Hex | D7 | 79 | 80 | 0 | 2C | 28 | 10 | 164 | 36 | 42 |
| Octal | 327 | 171 | 200 | 0 | 54 | 50 | 20 | 544 | 66 | 102 |
| Binary | 11010111 | 1111001 | 10000000 | 0 | 101100 | 101000 | 10000 | 101100100 | 110110 | 1000010 |
Color Harmonies of #D77980
Complementary color
Monochromatic Colors of #D77980
Black with #D77980
Text Example
Text Example
White with #D77980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77980; }
p { color: rgb(215,121,128); }
H1.HeaderClassName
{
color: #D77980;
}
.AnyTagClassName
{
color: #D77980;
}
</style>
background-color css
<style>
a { background-color: #D77980; }
a { background-color: rgb(215,121,128); }
div.DivClassName
{
background-color: #D77980;
}
.BgClassName
{
background-color: #D77980;
}
</style>
border-color css
<style>
span { border-color: #D77980; }
span { border-color: rgb(215,121,128); }
td.TdClassName
{
border-color: #D77980;
}
.TagClassName
{
border-color: #D77980;
}
</style>