Shades of Charm #DA7C82
Tints of Charm #DA7C82
RGB
CMYK
RGB Variations
Color information
#DA7C82 (or 0xDA7C82) is known color: Charm. HEX triplet: DA, 7C and 82. RGB value is (218,124,130). Sum of RGB (Red+Green+Blue) = 218+124+130=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 124 (48.83% from 255 or 26.27% from 472); Blue value is 130 (51.17% from 255 or 27.54% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7C82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7C82 is #25837D. Grayscale: #989898. Windows color (decimal): -2458494 or 8551642. OLE color: 8551642.
HSL color Cylindrical-coordinate representation of color #DA7C82: hue angle of 356.17º 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 #DA7C82 is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 124 | 130 | - |
| CMYK | 0 | 0.43 | 0.40 | 0.15 |
| HSL | 356.17º | 0.56% | 0.67% | - |
| HSV(B) | 356.17º | 0.43% | 0.85% | - |
| XYZ | 40.15 | 30.93 | 24.97 | - |
| YUV | 152.79 | 115.14 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 124 | 130 | 0 | 0.43 | 0.40 | 0.15 | 356.17 | 0.56 | 0.67 |
| Hex | DA | 7C | 82 | 0 | 2B | 28 | F | 164 | 38 | 43 |
| Octal | 332 | 174 | 202 | 0 | 53 | 50 | 17 | 544 | 70 | 103 |
| Binary | 11011010 | 1111100 | 10000010 | 0 | 101011 | 101000 | 1111 | 101100100 | 111000 | 1000011 |
Color Harmonies of #DA7C82
Complementary color
Monochromatic Colors of #DA7C82
Black with #DA7C82
Text Example
Text Example
White with #DA7C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7C82; }
p { color: rgb(218,124,130); }
H1.HeaderClassName
{
color: #DA7C82;
}
.AnyTagClassName
{
color: #DA7C82;
}
</style>
background-color css
<style>
a { background-color: #DA7C82; }
a { background-color: rgb(218,124,130); }
div.DivClassName
{
background-color: #DA7C82;
}
.BgClassName
{
background-color: #DA7C82;
}
</style>
border-color css
<style>
span { border-color: #DA7C82; }
span { border-color: rgb(218,124,130); }
td.TdClassName
{
border-color: #DA7C82;
}
.TagClassName
{
border-color: #DA7C82;
}
</style>