Shades of Charm #DA7788
Tints of Charm #DA7788
RGB
CMYK
RGB Variations
Color information
#DA7788 (or 0xDA7788) is known color: Charm. HEX triplet: DA, 77 and 88. RGB value is (218,119,136). Sum of RGB (Red+Green+Blue) = 218+119+136=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 119 (46.88% from 255 or 25.16% from 473); Blue value is 136 (53.52% from 255 or 28.75% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7788 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7788 is #258877. Grayscale: #969696. Windows color (decimal): -2459768 or 8943578. OLE color: 8943578.
HSL color Cylindrical-coordinate representation of color #DA7788: hue angle of 349.7º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DA7788 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 119 | 136 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.15 |
| HSL | 349.7º | 0.57% | 0.66% | - |
| HSV(B) | 349.7º | 0.45% | 0.85% | - |
| XYZ | 39.95 | 29.88 | 26.95 | - |
| YUV | 150.54 | 119.8 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 119 | 136 | 0 | 0.45 | 0.38 | 0.15 | 349.7 | 0.57 | 0.66 |
| Hex | DA | 77 | 88 | 0 | 2D | 26 | F | 15E | 39 | 42 |
| Octal | 332 | 167 | 210 | 0 | 55 | 46 | 17 | 536 | 71 | 102 |
| Binary | 11011010 | 1110111 | 10001000 | 0 | 101101 | 100110 | 1111 | 101011110 | 111001 | 1000010 |
Color Harmonies of #DA7788
Complementary color
Monochromatic Colors of #DA7788
Black with #DA7788
Text Example
Text Example
White with #DA7788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7788; }
p { color: rgb(218,119,136); }
H1.HeaderClassName
{
color: #DA7788;
}
.AnyTagClassName
{
color: #DA7788;
}
</style>
background-color css
<style>
a { background-color: #DA7788; }
a { background-color: rgb(218,119,136); }
div.DivClassName
{
background-color: #DA7788;
}
.BgClassName
{
background-color: #DA7788;
}
</style>
border-color css
<style>
span { border-color: #DA7788; }
span { border-color: rgb(218,119,136); }
td.TdClassName
{
border-color: #DA7788;
}
.TagClassName
{
border-color: #DA7788;
}
</style>