Shades of Deep Blush #DA677F
Tints of Deep Blush #DA677F
RGB
CMYK
RGB Variations
Color information
#DA677F (or 0xDA677F) is known color: Deep Blush. HEX triplet: DA, 67 and 7F. RGB value is (218,103,127). Sum of RGB (Red+Green+Blue) = 218+103+127=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 103 (40.62% from 255 or 22.99% from 448); Blue value is 127 (50% from 255 or 28.35% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA677F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA677F is #259880. Grayscale: #8C8C8C. Windows color (decimal): -2463873 or 8349658. OLE color: 8349658.
HSL color Cylindrical-coordinate representation of color #DA677F: hue angle of 347.48º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA677F is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 103 | 127 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.15 |
| HSL | 347.48º | 0.61% | 0.63% | - |
| HSV(B) | 347.48º | 0.53% | 0.85% | - |
| XYZ | 37.59 | 26.14 | 23.14 | - |
| YUV | 140.12 | 120.6 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 103 | 127 | 0 | 0.53 | 0.42 | 0.15 | 347.48 | 0.61 | 0.63 |
| Hex | DA | 67 | 7F | 0 | 35 | 2A | F | 15B | 3D | 3F |
| Octal | 332 | 147 | 177 | 0 | 65 | 52 | 17 | 533 | 75 | 77 |
| Binary | 11011010 | 1100111 | 1111111 | 0 | 110101 | 101010 | 1111 | 101011011 | 111101 | 111111 |
Color Harmonies of #DA677F
Complementary color
Monochromatic Colors of #DA677F
Black with #DA677F
Text Example
Text Example
White with #DA677F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA677F; }
p { color: rgb(218,103,127); }
H1.HeaderClassName
{
color: #DA677F;
}
.AnyTagClassName
{
color: #DA677F;
}
</style>
background-color css
<style>
a { background-color: #DA677F; }
a { background-color: rgb(218,103,127); }
div.DivClassName
{
background-color: #DA677F;
}
.BgClassName
{
background-color: #DA677F;
}
</style>
border-color css
<style>
span { border-color: #DA677F; }
span { border-color: rgb(218,103,127); }
td.TdClassName
{
border-color: #DA677F;
}
.TagClassName
{
border-color: #DA677F;
}
</style>