Shades of Charm #DA768B
Tints of Charm #DA768B
RGB
CMYK
RGB Variations
Color information
#DA768B (or 0xDA768B) is known color: Charm. HEX triplet: DA, 76 and 8B. RGB value is (218,118,139). Sum of RGB (Red+Green+Blue) = 218+118+139=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 118 (46.48% from 255 or 24.84% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DA768B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA768B is #258974. Grayscale: #969696. Windows color (decimal): -2460021 or 9139930. OLE color: 9139930.
HSL color Cylindrical-coordinate representation of color #DA768B: hue angle of 347.4º degrees, saturation: 0.57, 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 #DA768B is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 118 | 139 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.15 |
| HSL | 347.4º | 0.57% | 0.66% | - |
| HSV(B) | 347.4º | 0.46% | 0.85% | - |
| XYZ | 40.05 | 29.73 | 28.05 | - |
| YUV | 150.29 | 121.63 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 118 | 139 | 0 | 0.46 | 0.36 | 0.15 | 347.4 | 0.57 | 0.66 |
| Hex | DA | 76 | 8B | 0 | 2E | 24 | F | 15B | 39 | 42 |
| Octal | 332 | 166 | 213 | 0 | 56 | 44 | 17 | 533 | 71 | 102 |
| Binary | 11011010 | 1110110 | 10001011 | 0 | 101110 | 100100 | 1111 | 101011011 | 111001 | 1000010 |
Color Harmonies of #DA768B
Complementary color
Monochromatic Colors of #DA768B
Black with #DA768B
Text Example
Text Example
White with #DA768B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA768B; }
p { color: rgb(218,118,139); }
H1.HeaderClassName
{
color: #DA768B;
}
.AnyTagClassName
{
color: #DA768B;
}
</style>
background-color css
<style>
a { background-color: #DA768B; }
a { background-color: rgb(218,118,139); }
div.DivClassName
{
background-color: #DA768B;
}
.BgClassName
{
background-color: #DA768B;
}
</style>
border-color css
<style>
span { border-color: #DA768B; }
span { border-color: rgb(218,118,139); }
td.TdClassName
{
border-color: #DA768B;
}
.TagClassName
{
border-color: #DA768B;
}
</style>