Shades of Charm #DA7A83
Tints of Charm #DA7A83
RGB
CMYK
RGB Variations
Color information
#DA7A83 (or 0xDA7A83) is known color: Charm. HEX triplet: DA, 7A and 83. RGB value is (218,122,131). Sum of RGB (Red+Green+Blue) = 218+122+131=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 131 (51.56% from 255 or 27.81% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7A83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7A83 is #25857C. Grayscale: #979797. Windows color (decimal): -2459005 or 8616666. OLE color: 8616666.
HSL color Cylindrical-coordinate representation of color #DA7A83: hue angle of 354.38º 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 #DA7A83 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 122 | 131 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.15 |
| HSL | 354.38º | 0.56% | 0.67% | - |
| HSV(B) | 354.38º | 0.44% | 0.85% | - |
| XYZ | 39.97 | 30.46 | 25.25 | - |
| YUV | 151.73 | 116.3 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 122 | 131 | 0 | 0.44 | 0.40 | 0.15 | 354.38 | 0.56 | 0.67 |
| Hex | DA | 7A | 83 | 0 | 2C | 28 | F | 162 | 38 | 43 |
| Octal | 332 | 172 | 203 | 0 | 54 | 50 | 17 | 542 | 70 | 103 |
| Binary | 11011010 | 1111010 | 10000011 | 0 | 101100 | 101000 | 1111 | 101100010 | 111000 | 1000011 |
Color Harmonies of #DA7A83
Complementary color
Monochromatic Colors of #DA7A83
Black with #DA7A83
Text Example
Text Example
White with #DA7A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7A83; }
p { color: rgb(218,122,131); }
H1.HeaderClassName
{
color: #DA7A83;
}
.AnyTagClassName
{
color: #DA7A83;
}
</style>
background-color css
<style>
a { background-color: #DA7A83; }
a { background-color: rgb(218,122,131); }
div.DivClassName
{
background-color: #DA7A83;
}
.BgClassName
{
background-color: #DA7A83;
}
</style>
border-color css
<style>
span { border-color: #DA7A83; }
span { border-color: rgb(218,122,131); }
td.TdClassName
{
border-color: #DA7A83;
}
.TagClassName
{
border-color: #DA7A83;
}
</style>