Shades of Deep Blush #DA687E
Tints of Deep Blush #DA687E
RGB
CMYK
RGB Variations
Color information
#DA687E (or 0xDA687E) is known color: Deep Blush. HEX triplet: DA, 68 and 7E. RGB value is (218,104,126). Sum of RGB (Red+Green+Blue) = 218+104+126=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 104 (41.02% from 255 or 23.21% from 448); Blue value is 126 (49.61% from 255 or 28.12% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA687E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA687E is #259781. Grayscale: #8C8C8C. Windows color (decimal): -2463618 or 8284378. OLE color: 8284378.
HSL color Cylindrical-coordinate representation of color #DA687E: hue angle of 348.42º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA687E is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 104 | 126 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.15 |
| HSL | 348.42º | 0.61% | 0.63% | - |
| HSV(B) | 348.42º | 0.52% | 0.85% | - |
| XYZ | 37.63 | 26.31 | 22.83 | - |
| YUV | 140.59 | 119.77 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 104 | 126 | 0 | 0.52 | 0.42 | 0.15 | 348.42 | 0.61 | 0.63 |
| Hex | DA | 68 | 7E | 0 | 34 | 2A | F | 15C | 3D | 3F |
| Octal | 332 | 150 | 176 | 0 | 64 | 52 | 17 | 534 | 75 | 77 |
| Binary | 11011010 | 1101000 | 1111110 | 0 | 110100 | 101010 | 1111 | 101011100 | 111101 | 111111 |
Color Harmonies of #DA687E
Complementary color
Monochromatic Colors of #DA687E
Black with #DA687E
Text Example
Text Example
White with #DA687E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA687E; }
p { color: rgb(218,104,126); }
H1.HeaderClassName
{
color: #DA687E;
}
.AnyTagClassName
{
color: #DA687E;
}
</style>
background-color css
<style>
a { background-color: #DA687E; }
a { background-color: rgb(218,104,126); }
div.DivClassName
{
background-color: #DA687E;
}
.BgClassName
{
background-color: #DA687E;
}
</style>
border-color css
<style>
span { border-color: #DA687E; }
span { border-color: rgb(218,104,126); }
td.TdClassName
{
border-color: #DA687E;
}
.TagClassName
{
border-color: #DA687E;
}
</style>