Shades of Charm #DA7987
Tints of Charm #DA7987
RGB
CMYK
RGB Variations
Color information
#DA7987 (or 0xDA7987) is known color: Charm. HEX triplet: DA, 79 and 87. RGB value is (218,121,135). Sum of RGB (Red+Green+Blue) = 218+121+135=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 121 (47.66% from 255 or 25.53% from 474); Blue value is 135 (53.12% from 255 or 28.48% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7987 is #258678. Grayscale: #979797. Windows color (decimal): -2459257 or 8878554. OLE color: 8878554.
HSL color Cylindrical-coordinate representation of color #DA7987: hue angle of 351.34º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA7987 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 121 | 135 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.15 |
| HSL | 351.34º | 0.57% | 0.66% | - |
| HSV(B) | 351.34º | 0.44% | 0.85% | - |
| XYZ | 40.12 | 30.33 | 26.66 | - |
| YUV | 151.6 | 118.64 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 121 | 135 | 0 | 0.44 | 0.38 | 0.15 | 351.34 | 0.57 | 0.66 |
| Hex | DA | 79 | 87 | 0 | 2C | 26 | F | 15F | 39 | 42 |
| Octal | 332 | 171 | 207 | 0 | 54 | 46 | 17 | 537 | 71 | 102 |
| Binary | 11011010 | 1111001 | 10000111 | 0 | 101100 | 100110 | 1111 | 101011111 | 111001 | 1000010 |
Color Harmonies of #DA7987
Complementary color
Monochromatic Colors of #DA7987
Black with #DA7987
Text Example
Text Example
White with #DA7987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7987; }
p { color: rgb(218,121,135); }
H1.HeaderClassName
{
color: #DA7987;
}
.AnyTagClassName
{
color: #DA7987;
}
</style>
background-color css
<style>
a { background-color: #DA7987; }
a { background-color: rgb(218,121,135); }
div.DivClassName
{
background-color: #DA7987;
}
.BgClassName
{
background-color: #DA7987;
}
</style>
border-color css
<style>
span { border-color: #DA7987; }
span { border-color: rgb(218,121,135); }
td.TdClassName
{
border-color: #DA7987;
}
.TagClassName
{
border-color: #DA7987;
}
</style>