Shades of Deep Blush #DA6E89
Tints of Deep Blush #DA6E89
RGB
CMYK
RGB Variations
Color information
#DA6E89 (or 0xDA6E89) is known color: Deep Blush. HEX triplet: DA, 6E and 89. RGB value is (218,110,137). Sum of RGB (Red+Green+Blue) = 218+110+137=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 110 (43.36% from 255 or 23.66% from 465); Blue value is 137 (53.91% from 255 or 29.46% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6E89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6E89 is #259176. Grayscale: #919191. Windows color (decimal): -2462071 or 9006810. OLE color: 9006810.
HSL color Cylindrical-coordinate representation of color #DA6E89: hue angle of 345º 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 #DA6E89 is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 110 | 137 | - |
| CMYK | 0 | 0.50 | 0.37 | 0.15 |
| HSL | 345º | 0.59% | 0.64% | - |
| HSV(B) | 345º | 0.5% | 0.85% | - |
| XYZ | 39 | 27.86 | 26.99 | - |
| YUV | 145.37 | 123.28 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 110 | 137 | 0 | 0.50 | 0.37 | 0.15 | 345 | 0.59 | 0.64 |
| Hex | DA | 6E | 89 | 0 | 32 | 25 | F | 159 | 3B | 40 |
| Octal | 332 | 156 | 211 | 0 | 62 | 45 | 17 | 531 | 73 | 100 |
| Binary | 11011010 | 1101110 | 10001001 | 0 | 110010 | 100101 | 1111 | 101011001 | 111011 | 1000000 |
Color Harmonies of #DA6E89
Complementary color
Monochromatic Colors of #DA6E89
Black with #DA6E89
Text Example
Text Example
White with #DA6E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6E89; }
p { color: rgb(218,110,137); }
H1.HeaderClassName
{
color: #DA6E89;
}
.AnyTagClassName
{
color: #DA6E89;
}
</style>
background-color css
<style>
a { background-color: #DA6E89; }
a { background-color: rgb(218,110,137); }
div.DivClassName
{
background-color: #DA6E89;
}
.BgClassName
{
background-color: #DA6E89;
}
</style>
border-color css
<style>
span { border-color: #DA6E89; }
span { border-color: rgb(218,110,137); }
td.TdClassName
{
border-color: #DA6E89;
}
.TagClassName
{
border-color: #DA6E89;
}
</style>