Shades of Charm #D5778C
Tints of Charm #D5778C
RGB
CMYK
RGB Variations
Color information
#D5778C (or 0xD5778C) is known color: Charm. HEX triplet: D5, 77 and 8C. RGB value is (213,119,140). Sum of RGB (Red+Green+Blue) = 213+119+140=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 119 (46.88% from 255 or 25.21% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D5778C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5778C is #2A8873. Grayscale: #959595. Windows color (decimal): -2787444 or 9205717. OLE color: 9205717.
HSL color Cylindrical-coordinate representation of color #D5778C: hue angle of 346.6º 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 #D5778C is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 119 | 140 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.16 |
| HSL | 346.6º | 0.53% | 0.65% | - |
| HSV(B) | 346.6º | 0.44% | 0.84% | - |
| XYZ | 38.77 | 29.23 | 28.41 | - |
| YUV | 149.5 | 122.64 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 119 | 140 | 0 | 0.44 | 0.34 | 0.16 | 346.6 | 0.53 | 0.65 |
| Hex | D5 | 77 | 8C | 0 | 2C | 22 | 10 | 15B | 35 | 41 |
| Octal | 325 | 167 | 214 | 0 | 54 | 42 | 20 | 533 | 65 | 101 |
| Binary | 11010101 | 1110111 | 10001100 | 0 | 101100 | 100010 | 10000 | 101011011 | 110101 | 1000001 |
Color Harmonies of #D5778C
Complementary color
Monochromatic Colors of #D5778C
Black with #D5778C
Text Example
Text Example
White with #D5778C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5778C; }
p { color: rgb(213,119,140); }
H1.HeaderClassName
{
color: #D5778C;
}
.AnyTagClassName
{
color: #D5778C;
}
</style>
background-color css
<style>
a { background-color: #D5778C; }
a { background-color: rgb(213,119,140); }
div.DivClassName
{
background-color: #D5778C;
}
.BgClassName
{
background-color: #D5778C;
}
</style>
border-color css
<style>
span { border-color: #D5778C; }
span { border-color: rgb(213,119,140); }
td.TdClassName
{
border-color: #D5778C;
}
.TagClassName
{
border-color: #D5778C;
}
</style>