Shades of Deep Blush #DA6E81
Tints of Deep Blush #DA6E81
RGB
CMYK
RGB Variations
Color information
#DA6E81 (or 0xDA6E81) is known color: Deep Blush. HEX triplet: DA, 6E and 81. RGB value is (218,110,129). Sum of RGB (Red+Green+Blue) = 218+110+129=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 110 (43.36% from 255 or 24.07% from 457); Blue value is 129 (50.78% from 255 or 28.23% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6E81 is #25917E. Grayscale: #909090. Windows color (decimal): -2462079 or 8482522. OLE color: 8482522.
HSL color Cylindrical-coordinate representation of color #DA6E81: hue angle of 349.44º 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 #DA6E81 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 110 | 129 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.15 |
| HSL | 349.44º | 0.59% | 0.64% | - |
| HSV(B) | 349.44º | 0.5% | 0.85% | - |
| XYZ | 38.45 | 27.64 | 24.08 | - |
| YUV | 144.46 | 119.28 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 110 | 129 | 0 | 0.50 | 0.41 | 0.15 | 349.44 | 0.59 | 0.64 |
| Hex | DA | 6E | 81 | 0 | 32 | 29 | F | 15D | 3B | 40 |
| Octal | 332 | 156 | 201 | 0 | 62 | 51 | 17 | 535 | 73 | 100 |
| Binary | 11011010 | 1101110 | 10000001 | 0 | 110010 | 101001 | 1111 | 101011101 | 111011 | 1000000 |
Color Harmonies of #DA6E81
Complementary color
Monochromatic Colors of #DA6E81
Black with #DA6E81
Text Example
Text Example
White with #DA6E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6E81; }
p { color: rgb(218,110,129); }
H1.HeaderClassName
{
color: #DA6E81;
}
.AnyTagClassName
{
color: #DA6E81;
}
</style>
background-color css
<style>
a { background-color: #DA6E81; }
a { background-color: rgb(218,110,129); }
div.DivClassName
{
background-color: #DA6E81;
}
.BgClassName
{
background-color: #DA6E81;
}
</style>
border-color css
<style>
span { border-color: #DA6E81; }
span { border-color: rgb(218,110,129); }
td.TdClassName
{
border-color: #DA6E81;
}
.TagClassName
{
border-color: #DA6E81;
}
</style>