Shades of Deep Blush #DA6E80
Tints of Deep Blush #DA6E80
RGB
CMYK
RGB Variations
Color information
#DA6E80 (or 0xDA6E80) is known color: Deep Blush. HEX triplet: DA, 6E and 80. RGB value is (218,110,128). Sum of RGB (Red+Green+Blue) = 218+110+128=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 110 (43.36% from 255 or 24.12% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6E80 is #25917F. Grayscale: #909090. Windows color (decimal): -2462080 or 8416986. OLE color: 8416986.
HSL color Cylindrical-coordinate representation of color #DA6E80: hue angle of 350º 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 #DA6E80 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 110 | 128 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.15 |
| HSL | 350º | 0.59% | 0.64% | - |
| HSV(B) | 350º | 0.5% | 0.85% | - |
| XYZ | 38.39 | 27.62 | 23.73 | - |
| YUV | 144.34 | 118.78 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 110 | 128 | 0 | 0.50 | 0.41 | 0.15 | 350 | 0.59 | 0.64 |
| Hex | DA | 6E | 80 | 0 | 32 | 29 | F | 15E | 3B | 40 |
| Octal | 332 | 156 | 200 | 0 | 62 | 51 | 17 | 536 | 73 | 100 |
| Binary | 11011010 | 1101110 | 10000000 | 0 | 110010 | 101001 | 1111 | 101011110 | 111011 | 1000000 |
Color Harmonies of #DA6E80
Complementary color
Monochromatic Colors of #DA6E80
Black with #DA6E80
Text Example
Text Example
White with #DA6E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6E80; }
p { color: rgb(218,110,128); }
H1.HeaderClassName
{
color: #DA6E80;
}
.AnyTagClassName
{
color: #DA6E80;
}
</style>
background-color css
<style>
a { background-color: #DA6E80; }
a { background-color: rgb(218,110,128); }
div.DivClassName
{
background-color: #DA6E80;
}
.BgClassName
{
background-color: #DA6E80;
}
</style>
border-color css
<style>
span { border-color: #DA6E80; }
span { border-color: rgb(218,110,128); }
td.TdClassName
{
border-color: #DA6E80;
}
.TagClassName
{
border-color: #DA6E80;
}
</style>