Shades of Charm #DA788F
Tints of Charm #DA788F
RGB
CMYK
RGB Variations
Color information
#DA788F (or 0xDA788F) is known color: Charm. HEX triplet: DA, 78 and 8F. RGB value is (218,120,143). Sum of RGB (Red+Green+Blue) = 218+120+143=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 120 (47.27% from 255 or 24.95% from 481); Blue value is 143 (56.25% from 255 or 29.73% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DA788F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA788F is #258770. Grayscale: #979797. Windows color (decimal): -2459505 or 9402586. OLE color: 9402586.
HSL color Cylindrical-coordinate representation of color #DA788F: hue angle of 345.92º 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 #DA788F is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 120 | 143 | - |
| CMYK | 0 | 0.45 | 0.34 | 0.15 |
| HSL | 345.92º | 0.57% | 0.66% | - |
| HSV(B) | 345.92º | 0.45% | 0.85% | - |
| XYZ | 40.59 | 30.32 | 29.7 | - |
| YUV | 151.92 | 122.97 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 120 | 143 | 0 | 0.45 | 0.34 | 0.15 | 345.92 | 0.57 | 0.66 |
| Hex | DA | 78 | 8F | 0 | 2D | 22 | F | 15A | 39 | 42 |
| Octal | 332 | 170 | 217 | 0 | 55 | 42 | 17 | 532 | 71 | 102 |
| Binary | 11011010 | 1111000 | 10001111 | 0 | 101101 | 100010 | 1111 | 101011010 | 111001 | 1000010 |
Color Harmonies of #DA788F
Complementary color
Monochromatic Colors of #DA788F
Black with #DA788F
Text Example
Text Example
White with #DA788F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA788F; }
p { color: rgb(218,120,143); }
H1.HeaderClassName
{
color: #DA788F;
}
.AnyTagClassName
{
color: #DA788F;
}
</style>
background-color css
<style>
a { background-color: #DA788F; }
a { background-color: rgb(218,120,143); }
div.DivClassName
{
background-color: #DA788F;
}
.BgClassName
{
background-color: #DA788F;
}
</style>
border-color css
<style>
span { border-color: #DA788F; }
span { border-color: rgb(218,120,143); }
td.TdClassName
{
border-color: #DA788F;
}
.TagClassName
{
border-color: #DA788F;
}
</style>