Shades of Charm #D5778D
Tints of Charm #D5778D
RGB
CMYK
RGB Variations
Color information
#D5778D (or 0xD5778D) is known color: Charm. HEX triplet: D5, 77 and 8D. RGB value is (213,119,141). Sum of RGB (Red+Green+Blue) = 213+119+141=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 119 (46.88% from 255 or 25.16% from 473); Blue value is 141 (55.47% from 255 or 29.81% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D5778D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5778D is #2A8872. Grayscale: #959595. Windows color (decimal): -2787443 or 9271253. OLE color: 9271253.
HSL color Cylindrical-coordinate representation of color #D5778D: hue angle of 345.96º degrees, saturation: 0.53, 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 #D5778D is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 119 | 141 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.16 |
| HSL | 345.96º | 0.53% | 0.65% | - |
| HSV(B) | 345.96º | 0.44% | 0.84% | - |
| XYZ | 38.85 | 29.26 | 28.8 | - |
| YUV | 149.61 | 123.14 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 119 | 141 | 0 | 0.44 | 0.34 | 0.16 | 345.96 | 0.53 | 0.65 |
| Hex | D5 | 77 | 8D | 0 | 2C | 22 | 10 | 15A | 35 | 41 |
| Octal | 325 | 167 | 215 | 0 | 54 | 42 | 20 | 532 | 65 | 101 |
| Binary | 11010101 | 1110111 | 10001101 | 0 | 101100 | 100010 | 10000 | 101011010 | 110101 | 1000001 |
Color Harmonies of #D5778D
Complementary color
Monochromatic Colors of #D5778D
Black with #D5778D
Text Example
Text Example
White with #D5778D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5778D; }
p { color: rgb(213,119,141); }
H1.HeaderClassName
{
color: #D5778D;
}
.AnyTagClassName
{
color: #D5778D;
}
</style>
background-color css
<style>
a { background-color: #D5778D; }
a { background-color: rgb(213,119,141); }
div.DivClassName
{
background-color: #D5778D;
}
.BgClassName
{
background-color: #D5778D;
}
</style>
border-color css
<style>
span { border-color: #D5778D; }
span { border-color: rgb(213,119,141); }
td.TdClassName
{
border-color: #D5778D;
}
.TagClassName
{
border-color: #D5778D;
}
</style>