Shades of Deep Blush #DA6E86
Tints of Deep Blush #DA6E86
RGB
CMYK
RGB Variations
Color information
#DA6E86 (or 0xDA6E86) is known color: Deep Blush. HEX triplet: DA, 6E and 86. RGB value is (218,110,134). Sum of RGB (Red+Green+Blue) = 218+110+134=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 110 (43.36% from 255 or 23.81% from 462); Blue value is 134 (52.73% from 255 or 29.00% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6E86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6E86 is #259179. Grayscale: #919191. Windows color (decimal): -2462074 or 8810202. OLE color: 8810202.
HSL color Cylindrical-coordinate representation of color #DA6E86: hue angle of 346.67º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA6E86 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 110 | 134 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.15 |
| HSL | 346.67º | 0.59% | 0.64% | - |
| HSV(B) | 346.67º | 0.5% | 0.85% | - |
| XYZ | 38.79 | 27.78 | 25.87 | - |
| YUV | 145.03 | 121.78 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 110 | 134 | 0 | 0.50 | 0.39 | 0.15 | 346.67 | 0.59 | 0.64 |
| Hex | DA | 6E | 86 | 0 | 32 | 27 | F | 15B | 3B | 40 |
| Octal | 332 | 156 | 206 | 0 | 62 | 47 | 17 | 533 | 73 | 100 |
| Binary | 11011010 | 1101110 | 10000110 | 0 | 110010 | 100111 | 1111 | 101011011 | 111011 | 1000000 |
Color Harmonies of #DA6E86
Complementary color
Monochromatic Colors of #DA6E86
Black with #DA6E86
Text Example
Text Example
White with #DA6E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6E86; }
p { color: rgb(218,110,134); }
H1.HeaderClassName
{
color: #DA6E86;
}
.AnyTagClassName
{
color: #DA6E86;
}
</style>
background-color css
<style>
a { background-color: #DA6E86; }
a { background-color: rgb(218,110,134); }
div.DivClassName
{
background-color: #DA6E86;
}
.BgClassName
{
background-color: #DA6E86;
}
</style>
border-color css
<style>
span { border-color: #DA6E86; }
span { border-color: rgb(218,110,134); }
td.TdClassName
{
border-color: #DA6E86;
}
.TagClassName
{
border-color: #DA6E86;
}
</style>