Shades of Deep Blush #DA7686
Tints of Deep Blush #DA7686
RGB
CMYK
RGB Variations
Color information
#DA7686 (or 0xDA7686) is known color: Deep Blush. HEX triplet: DA, 76 and 86. RGB value is (218,118,134). Sum of RGB (Red+Green+Blue) = 218+118+134=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 118 (46.48% from 255 or 25.11% from 470); Blue value is 134 (52.73% from 255 or 28.51% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7686 is #258979. Grayscale: #959595. Windows color (decimal): -2460026 or 8812250. OLE color: 8812250.
HSL color Cylindrical-coordinate representation of color #DA7686: hue angle of 350.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 #DA7686 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 118 | 134 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.15 |
| HSL | 350.4º | 0.57% | 0.66% | - |
| HSV(B) | 350.4º | 0.46% | 0.85% | - |
| XYZ | 39.69 | 29.58 | 26.17 | - |
| YUV | 149.72 | 119.13 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 118 | 134 | 0 | 0.46 | 0.39 | 0.15 | 350.4 | 0.57 | 0.66 |
| Hex | DA | 76 | 86 | 0 | 2E | 27 | F | 15E | 39 | 42 |
| Octal | 332 | 166 | 206 | 0 | 56 | 47 | 17 | 536 | 71 | 102 |
| Binary | 11011010 | 1110110 | 10000110 | 0 | 101110 | 100111 | 1111 | 101011110 | 111001 | 1000010 |
Color Harmonies of #DA7686
Complementary color
Monochromatic Colors of #DA7686
Black with #DA7686
Text Example
Text Example
White with #DA7686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7686; }
p { color: rgb(218,118,134); }
H1.HeaderClassName
{
color: #DA7686;
}
.AnyTagClassName
{
color: #DA7686;
}
</style>
background-color css
<style>
a { background-color: #DA7686; }
a { background-color: rgb(218,118,134); }
div.DivClassName
{
background-color: #DA7686;
}
.BgClassName
{
background-color: #DA7686;
}
</style>
border-color css
<style>
span { border-color: #DA7686; }
span { border-color: rgb(218,118,134); }
td.TdClassName
{
border-color: #DA7686;
}
.TagClassName
{
border-color: #DA7686;
}
</style>