Shades of Deep Blush #DA6E82
Tints of Deep Blush #DA6E82
RGB
CMYK
RGB Variations
Color information
#DA6E82 (or 0xDA6E82) is known color: Deep Blush. HEX triplet: DA, 6E and 82. RGB value is (218,110,130). Sum of RGB (Red+Green+Blue) = 218+110+130=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 110 (43.36% from 255 or 24.02% from 458); Blue value is 130 (51.17% from 255 or 28.38% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6E82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6E82 is #25917D. Grayscale: #909090. Windows color (decimal): -2462078 or 8548058. OLE color: 8548058.
HSL color Cylindrical-coordinate representation of color #DA6E82: hue angle of 348.89º 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 #DA6E82 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 110 | 130 | - |
| CMYK | 0 | 0.50 | 0.40 | 0.15 |
| HSL | 348.89º | 0.59% | 0.64% | - |
| HSV(B) | 348.89º | 0.5% | 0.85% | - |
| XYZ | 38.52 | 27.67 | 24.43 | - |
| YUV | 144.57 | 119.78 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 110 | 130 | 0 | 0.50 | 0.40 | 0.15 | 348.89 | 0.59 | 0.64 |
| Hex | DA | 6E | 82 | 0 | 32 | 28 | F | 15D | 3B | 40 |
| Octal | 332 | 156 | 202 | 0 | 62 | 50 | 17 | 535 | 73 | 100 |
| Binary | 11011010 | 1101110 | 10000010 | 0 | 110010 | 101000 | 1111 | 101011101 | 111011 | 1000000 |
Color Harmonies of #DA6E82
Complementary color
Monochromatic Colors of #DA6E82
Black with #DA6E82
Text Example
Text Example
White with #DA6E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6E82; }
p { color: rgb(218,110,130); }
H1.HeaderClassName
{
color: #DA6E82;
}
.AnyTagClassName
{
color: #DA6E82;
}
</style>
background-color css
<style>
a { background-color: #DA6E82; }
a { background-color: rgb(218,110,130); }
div.DivClassName
{
background-color: #DA6E82;
}
.BgClassName
{
background-color: #DA6E82;
}
</style>
border-color css
<style>
span { border-color: #DA6E82; }
span { border-color: rgb(218,110,130); }
td.TdClassName
{
border-color: #DA6E82;
}
.TagClassName
{
border-color: #DA6E82;
}
</style>