Shades of Charm #DA7C85
Tints of Charm #DA7C85
RGB
CMYK
RGB Variations
Color information
#DA7C85 (or 0xDA7C85) is known color: Charm. HEX triplet: DA, 7C and 85. RGB value is (218,124,133). Sum of RGB (Red+Green+Blue) = 218+124+133=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 124 (48.83% from 255 or 26.11% from 475); Blue value is 133 (52.34% from 255 or 28% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7C85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7C85 is #25837A. Grayscale: #999999. Windows color (decimal): -2458491 or 8748250. OLE color: 8748250.
HSL color Cylindrical-coordinate representation of color #DA7C85: hue angle of 354.26º 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 #DA7C85 is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 124 | 133 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.15 |
| HSL | 354.26º | 0.56% | 0.67% | - |
| HSV(B) | 354.26º | 0.43% | 0.85% | - |
| XYZ | 40.35 | 31.01 | 26.05 | - |
| YUV | 153.13 | 116.64 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 124 | 133 | 0 | 0.43 | 0.39 | 0.15 | 354.26 | 0.56 | 0.67 |
| Hex | DA | 7C | 85 | 0 | 2B | 27 | F | 162 | 38 | 43 |
| Octal | 332 | 174 | 205 | 0 | 53 | 47 | 17 | 542 | 70 | 103 |
| Binary | 11011010 | 1111100 | 10000101 | 0 | 101011 | 100111 | 1111 | 101100010 | 111000 | 1000011 |
Color Harmonies of #DA7C85
Complementary color
Monochromatic Colors of #DA7C85
Black with #DA7C85
Text Example
Text Example
White with #DA7C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7C85; }
p { color: rgb(218,124,133); }
H1.HeaderClassName
{
color: #DA7C85;
}
.AnyTagClassName
{
color: #DA7C85;
}
</style>
background-color css
<style>
a { background-color: #DA7C85; }
a { background-color: rgb(218,124,133); }
div.DivClassName
{
background-color: #DA7C85;
}
.BgClassName
{
background-color: #DA7C85;
}
</style>
border-color css
<style>
span { border-color: #DA7C85; }
span { border-color: rgb(218,124,133); }
td.TdClassName
{
border-color: #DA7C85;
}
.TagClassName
{
border-color: #DA7C85;
}
</style>