Shades of Deep Blush #DA6E87
Tints of Deep Blush #DA6E87
RGB
CMYK
RGB Variations
Color information
#DA6E87 (or 0xDA6E87) is known color: Deep Blush. HEX triplet: DA, 6E and 87. RGB value is (218,110,135). Sum of RGB (Red+Green+Blue) = 218+110+135=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 110 (43.36% from 255 or 23.76% from 463); Blue value is 135 (53.12% from 255 or 29.16% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6E87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6E87 is #259178. Grayscale: #919191. Windows color (decimal): -2462073 or 8875738. OLE color: 8875738.
HSL color Cylindrical-coordinate representation of color #DA6E87: hue angle of 346.11º 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 #DA6E87 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 110 | 135 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.15 |
| HSL | 346.11º | 0.59% | 0.64% | - |
| HSV(B) | 346.11º | 0.5% | 0.85% | - |
| XYZ | 38.86 | 27.81 | 26.24 | - |
| YUV | 145.14 | 122.28 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 110 | 135 | 0 | 0.50 | 0.38 | 0.15 | 346.11 | 0.59 | 0.64 |
| Hex | DA | 6E | 87 | 0 | 32 | 26 | F | 15A | 3B | 40 |
| Octal | 332 | 156 | 207 | 0 | 62 | 46 | 17 | 532 | 73 | 100 |
| Binary | 11011010 | 1101110 | 10000111 | 0 | 110010 | 100110 | 1111 | 101011010 | 111011 | 1000000 |
Color Harmonies of #DA6E87
Complementary color
Monochromatic Colors of #DA6E87
Black with #DA6E87
Text Example
Text Example
White with #DA6E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6E87; }
p { color: rgb(218,110,135); }
H1.HeaderClassName
{
color: #DA6E87;
}
.AnyTagClassName
{
color: #DA6E87;
}
</style>
background-color css
<style>
a { background-color: #DA6E87; }
a { background-color: rgb(218,110,135); }
div.DivClassName
{
background-color: #DA6E87;
}
.BgClassName
{
background-color: #DA6E87;
}
</style>
border-color css
<style>
span { border-color: #DA6E87; }
span { border-color: rgb(218,110,135); }
td.TdClassName
{
border-color: #DA6E87;
}
.TagClassName
{
border-color: #DA6E87;
}
</style>