Shades of Charm #DA748C
Tints of Charm #DA748C
RGB
CMYK
RGB Variations
Color information
#DA748C (or 0xDA748C) is known color: Charm. HEX triplet: DA, 74 and 8C. RGB value is (218,116,140). Sum of RGB (Red+Green+Blue) = 218+116+140=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 116 (45.70% from 255 or 24.47% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DA748C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA748C is #258B73. Grayscale: #959595. Windows color (decimal): -2460532 or 9204954. OLE color: 9204954.
HSL color Cylindrical-coordinate representation of color #DA748C: hue angle of 345.88º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DA748C is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 116 | 140 | - |
| CMYK | 0 | 0.47 | 0.36 | 0.15 |
| HSL | 345.88º | 0.58% | 0.65% | - |
| HSV(B) | 345.88º | 0.47% | 0.85% | - |
| XYZ | 39.89 | 29.29 | 28.36 | - |
| YUV | 149.23 | 122.79 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 116 | 140 | 0 | 0.47 | 0.36 | 0.15 | 345.88 | 0.58 | 0.65 |
| Hex | DA | 74 | 8C | 0 | 2F | 24 | F | 15A | 3A | 41 |
| Octal | 332 | 164 | 214 | 0 | 57 | 44 | 17 | 532 | 72 | 101 |
| Binary | 11011010 | 1110100 | 10001100 | 0 | 101111 | 100100 | 1111 | 101011010 | 111010 | 1000001 |
Color Harmonies of #DA748C
Complementary color
Monochromatic Colors of #DA748C
Black with #DA748C
Text Example
Text Example
White with #DA748C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA748C; }
p { color: rgb(218,116,140); }
H1.HeaderClassName
{
color: #DA748C;
}
.AnyTagClassName
{
color: #DA748C;
}
</style>
background-color css
<style>
a { background-color: #DA748C; }
a { background-color: rgb(218,116,140); }
div.DivClassName
{
background-color: #DA748C;
}
.BgClassName
{
background-color: #DA748C;
}
</style>
border-color css
<style>
span { border-color: #DA748C; }
span { border-color: rgb(218,116,140); }
td.TdClassName
{
border-color: #DA748C;
}
.TagClassName
{
border-color: #DA748C;
}
</style>