Shades of Charm #DA7A82
Tints of Charm #DA7A82
RGB
CMYK
RGB Variations
Color information
#DA7A82 (or 0xDA7A82) is known color: Charm. HEX triplet: DA, 7A and 82. RGB value is (218,122,130). Sum of RGB (Red+Green+Blue) = 218+122+130=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 122 (48.05% from 255 or 25.96% from 470); Blue value is 130 (51.17% from 255 or 27.66% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7A82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7A82 is #25857D. Grayscale: #979797. Windows color (decimal): -2459006 or 8551130. OLE color: 8551130.
HSL color Cylindrical-coordinate representation of color #DA7A82: hue angle of 355º 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 #DA7A82 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 122 | 130 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.15 |
| HSL | 355º | 0.56% | 0.67% | - |
| HSV(B) | 355º | 0.44% | 0.85% | - |
| XYZ | 39.9 | 30.44 | 24.89 | - |
| YUV | 151.62 | 115.8 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 122 | 130 | 0 | 0.44 | 0.40 | 0.15 | 355 | 0.56 | 0.67 |
| Hex | DA | 7A | 82 | 0 | 2C | 28 | F | 163 | 38 | 43 |
| Octal | 332 | 172 | 202 | 0 | 54 | 50 | 17 | 543 | 70 | 103 |
| Binary | 11011010 | 1111010 | 10000010 | 0 | 101100 | 101000 | 1111 | 101100011 | 111000 | 1000011 |
Color Harmonies of #DA7A82
Complementary color
Monochromatic Colors of #DA7A82
Black with #DA7A82
Text Example
Text Example
White with #DA7A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7A82; }
p { color: rgb(218,122,130); }
H1.HeaderClassName
{
color: #DA7A82;
}
.AnyTagClassName
{
color: #DA7A82;
}
</style>
background-color css
<style>
a { background-color: #DA7A82; }
a { background-color: rgb(218,122,130); }
div.DivClassName
{
background-color: #DA7A82;
}
.BgClassName
{
background-color: #DA7A82;
}
</style>
border-color css
<style>
span { border-color: #DA7A82; }
span { border-color: rgb(218,122,130); }
td.TdClassName
{
border-color: #DA7A82;
}
.TagClassName
{
border-color: #DA7A82;
}
</style>