Shades of Deep Blush #DA6A7E
Tints of Deep Blush #DA6A7E
RGB
CMYK
RGB Variations
Color information
#DA6A7E (or 0xDA6A7E) is known color: Deep Blush. HEX triplet: DA, 6A and 7E. RGB value is (218,106,126). Sum of RGB (Red+Green+Blue) = 218+106+126=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 106 (41.80% from 255 or 23.56% from 450); Blue value is 126 (49.61% from 255 or 28% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6A7E is #259581. Grayscale: #8D8D8D. Windows color (decimal): -2463106 or 8284890. OLE color: 8284890.
HSL color Cylindrical-coordinate representation of color #DA6A7E: hue angle of 349.29º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA6A7E is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 106 | 126 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.15 |
| HSL | 349.29º | 0.6% | 0.64% | - |
| HSV(B) | 349.29º | 0.51% | 0.85% | - |
| XYZ | 37.83 | 26.72 | 22.9 | - |
| YUV | 141.77 | 119.11 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 106 | 126 | 0 | 0.51 | 0.42 | 0.15 | 349.29 | 0.6 | 0.64 |
| Hex | DA | 6A | 7E | 0 | 33 | 2A | F | 15D | 3C | 40 |
| Octal | 332 | 152 | 176 | 0 | 63 | 52 | 17 | 535 | 74 | 100 |
| Binary | 11011010 | 1101010 | 1111110 | 0 | 110011 | 101010 | 1111 | 101011101 | 111100 | 1000000 |
Color Harmonies of #DA6A7E
Complementary color
Monochromatic Colors of #DA6A7E
Black with #DA6A7E
Text Example
Text Example
White with #DA6A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6A7E; }
p { color: rgb(218,106,126); }
H1.HeaderClassName
{
color: #DA6A7E;
}
.AnyTagClassName
{
color: #DA6A7E;
}
</style>
background-color css
<style>
a { background-color: #DA6A7E; }
a { background-color: rgb(218,106,126); }
div.DivClassName
{
background-color: #DA6A7E;
}
.BgClassName
{
background-color: #DA6A7E;
}
</style>
border-color css
<style>
span { border-color: #DA6A7E; }
span { border-color: rgb(218,106,126); }
td.TdClassName
{
border-color: #DA6A7E;
}
.TagClassName
{
border-color: #DA6A7E;
}
</style>