Shades of Charm #DA7C89
Tints of Charm #DA7C89
RGB
CMYK
RGB Variations
Color information
#DA7C89 (or 0xDA7C89) is known color: Charm. HEX triplet: DA, 7C and 89. RGB value is (218,124,137). Sum of RGB (Red+Green+Blue) = 218+124+137=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 137 (53.91% from 255 or 28.60% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7C89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7C89 is #258376. Grayscale: #999999. Windows color (decimal): -2458487 or 9010394. OLE color: 9010394.
HSL color Cylindrical-coordinate representation of color #DA7C89: hue angle of 351.7º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DA7C89 is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 124 | 137 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.15 |
| HSL | 351.7º | 0.56% | 0.67% | - |
| HSV(B) | 351.7º | 0.43% | 0.85% | - |
| XYZ | 40.64 | 31.13 | 27.53 | - |
| YUV | 153.59 | 118.64 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 124 | 137 | 0 | 0.43 | 0.37 | 0.15 | 351.7 | 0.56 | 0.67 |
| Hex | DA | 7C | 89 | 0 | 2B | 25 | F | 160 | 38 | 43 |
| Octal | 332 | 174 | 211 | 0 | 53 | 45 | 17 | 540 | 70 | 103 |
| Binary | 11011010 | 1111100 | 10001001 | 0 | 101011 | 100101 | 1111 | 101100000 | 111000 | 1000011 |
Color Harmonies of #DA7C89
Complementary color
Monochromatic Colors of #DA7C89
Black with #DA7C89
Text Example
Text Example
White with #DA7C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7C89; }
p { color: rgb(218,124,137); }
H1.HeaderClassName
{
color: #DA7C89;
}
.AnyTagClassName
{
color: #DA7C89;
}
</style>
background-color css
<style>
a { background-color: #DA7C89; }
a { background-color: rgb(218,124,137); }
div.DivClassName
{
background-color: #DA7C89;
}
.BgClassName
{
background-color: #DA7C89;
}
</style>
border-color css
<style>
span { border-color: #DA7C89; }
span { border-color: rgb(218,124,137); }
td.TdClassName
{
border-color: #DA7C89;
}
.TagClassName
{
border-color: #DA7C89;
}
</style>