Shades of Charm #DA7A88
Tints of Charm #DA7A88
RGB
CMYK
RGB Variations
Color information
#DA7A88 (or 0xDA7A88) is known color: Charm. HEX triplet: DA, 7A and 88. RGB value is (218,122,136). Sum of RGB (Red+Green+Blue) = 218+122+136=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 122 (48.05% from 255 or 25.63% from 476); Blue value is 136 (53.52% from 255 or 28.57% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7A88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7A88 is #258577. Grayscale: #989898. Windows color (decimal): -2459000 or 8944346. OLE color: 8944346.
HSL color Cylindrical-coordinate representation of color #DA7A88: hue angle of 351.25º 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 #DA7A88 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 122 | 136 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.15 |
| HSL | 351.25º | 0.56% | 0.67% | - |
| HSV(B) | 351.25º | 0.44% | 0.85% | - |
| XYZ | 40.32 | 30.6 | 27.07 | - |
| YUV | 152.3 | 118.8 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 122 | 136 | 0 | 0.44 | 0.38 | 0.15 | 351.25 | 0.56 | 0.67 |
| Hex | DA | 7A | 88 | 0 | 2C | 26 | F | 15F | 38 | 43 |
| Octal | 332 | 172 | 210 | 0 | 54 | 46 | 17 | 537 | 70 | 103 |
| Binary | 11011010 | 1111010 | 10001000 | 0 | 101100 | 100110 | 1111 | 101011111 | 111000 | 1000011 |
Color Harmonies of #DA7A88
Complementary color
Monochromatic Colors of #DA7A88
Black with #DA7A88
Text Example
Text Example
White with #DA7A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7A88; }
p { color: rgb(218,122,136); }
H1.HeaderClassName
{
color: #DA7A88;
}
.AnyTagClassName
{
color: #DA7A88;
}
</style>
background-color css
<style>
a { background-color: #DA7A88; }
a { background-color: rgb(218,122,136); }
div.DivClassName
{
background-color: #DA7A88;
}
.BgClassName
{
background-color: #DA7A88;
}
</style>
border-color css
<style>
span { border-color: #DA7A88; }
span { border-color: rgb(218,122,136); }
td.TdClassName
{
border-color: #DA7A88;
}
.TagClassName
{
border-color: #DA7A88;
}
</style>