Shades of Charm #DA758C
Tints of Charm #DA758C
RGB
CMYK
RGB Variations
Color information
#DA758C (or 0xDA758C) is known color: Charm. HEX triplet: DA, 75 and 8C. RGB value is (218,117,140). Sum of RGB (Red+Green+Blue) = 218+117+140=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 117 (46.09% from 255 or 24.63% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DA758C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA758C is #258A73. Grayscale: #959595. Windows color (decimal): -2460276 or 9205210. OLE color: 9205210.
HSL color Cylindrical-coordinate representation of color #DA758C: hue angle of 346.34º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA758C is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 117 | 140 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.15 |
| HSL | 346.34º | 0.58% | 0.66% | - |
| HSV(B) | 346.34º | 0.46% | 0.85% | - |
| XYZ | 40.01 | 29.52 | 28.4 | - |
| YUV | 149.82 | 122.46 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 117 | 140 | 0 | 0.46 | 0.36 | 0.15 | 346.34 | 0.58 | 0.66 |
| Hex | DA | 75 | 8C | 0 | 2E | 24 | F | 15A | 3A | 42 |
| Octal | 332 | 165 | 214 | 0 | 56 | 44 | 17 | 532 | 72 | 102 |
| Binary | 11011010 | 1110101 | 10001100 | 0 | 101110 | 100100 | 1111 | 101011010 | 111010 | 1000010 |
Color Harmonies of #DA758C
Complementary color
Monochromatic Colors of #DA758C
Black with #DA758C
Text Example
Text Example
White with #DA758C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA758C; }
p { color: rgb(218,117,140); }
H1.HeaderClassName
{
color: #DA758C;
}
.AnyTagClassName
{
color: #DA758C;
}
</style>
background-color css
<style>
a { background-color: #DA758C; }
a { background-color: rgb(218,117,140); }
div.DivClassName
{
background-color: #DA758C;
}
.BgClassName
{
background-color: #DA758C;
}
</style>
border-color css
<style>
span { border-color: #DA758C; }
span { border-color: rgb(218,117,140); }
td.TdClassName
{
border-color: #DA758C;
}
.TagClassName
{
border-color: #DA758C;
}
</style>