Shades of Charm #DA7A87
Tints of Charm #DA7A87
RGB
CMYK
RGB Variations
Color information
#DA7A87 (or 0xDA7A87) is known color: Charm. HEX triplet: DA, 7A and 87. RGB value is (218,122,135). Sum of RGB (Red+Green+Blue) = 218+122+135=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 122 (48.05% from 255 or 25.68% from 475); Blue value is 135 (53.12% from 255 or 28.42% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7A87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7A87 is #258578. Grayscale: #989898. Windows color (decimal): -2459001 or 8878810. OLE color: 8878810.
HSL color Cylindrical-coordinate representation of color #DA7A87: hue angle of 351.88º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA7A87 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 122 | 135 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.15 |
| HSL | 351.88º | 0.56% | 0.67% | - |
| HSV(B) | 351.88º | 0.44% | 0.85% | - |
| XYZ | 40.25 | 30.57 | 26.7 | - |
| YUV | 152.19 | 118.3 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 122 | 135 | 0 | 0.44 | 0.38 | 0.15 | 351.88 | 0.56 | 0.67 |
| Hex | DA | 7A | 87 | 0 | 2C | 26 | F | 160 | 38 | 43 |
| Octal | 332 | 172 | 207 | 0 | 54 | 46 | 17 | 540 | 70 | 103 |
| Binary | 11011010 | 1111010 | 10000111 | 0 | 101100 | 100110 | 1111 | 101100000 | 111000 | 1000011 |
Color Harmonies of #DA7A87
Complementary color
Monochromatic Colors of #DA7A87
Black with #DA7A87
Text Example
Text Example
White with #DA7A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7A87; }
p { color: rgb(218,122,135); }
H1.HeaderClassName
{
color: #DA7A87;
}
.AnyTagClassName
{
color: #DA7A87;
}
</style>
background-color css
<style>
a { background-color: #DA7A87; }
a { background-color: rgb(218,122,135); }
div.DivClassName
{
background-color: #DA7A87;
}
.BgClassName
{
background-color: #DA7A87;
}
</style>
border-color css
<style>
span { border-color: #DA7A87; }
span { border-color: rgb(218,122,135); }
td.TdClassName
{
border-color: #DA7A87;
}
.TagClassName
{
border-color: #DA7A87;
}
</style>