Shades of Deep Blush #D7697F
Tints of Deep Blush #D7697F
RGB
CMYK
RGB Variations
Color information
#D7697F (or 0xD7697F) is known color: Deep Blush. HEX triplet: D7, 69 and 7F. RGB value is (215,105,127). Sum of RGB (Red+Green+Blue) = 215+105+127=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 105 (41.41% from 255 or 23.49% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D7697F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7697F is #289680. Grayscale: #8C8C8C. Windows color (decimal): -2659969 or 8350167. OLE color: 8350167.
HSL color Cylindrical-coordinate representation of color #D7697F: hue angle of 348º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D7697F is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 105 | 127 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.16 |
| HSL | 348º | 0.58% | 0.63% | - |
| HSV(B) | 348º | 0.51% | 0.84% | - |
| XYZ | 36.91 | 26.08 | 23.17 | - |
| YUV | 140.4 | 120.44 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 105 | 127 | 0 | 0.51 | 0.41 | 0.16 | 348 | 0.58 | 0.63 |
| Hex | D7 | 69 | 7F | 0 | 33 | 29 | 10 | 15C | 3A | 3F |
| Octal | 327 | 151 | 177 | 0 | 63 | 51 | 20 | 534 | 72 | 77 |
| Binary | 11010111 | 1101001 | 1111111 | 0 | 110011 | 101001 | 10000 | 101011100 | 111010 | 111111 |
Color Harmonies of #D7697F
Complementary color
Monochromatic Colors of #D7697F
Black with #D7697F
Text Example
Text Example
White with #D7697F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7697F; }
p { color: rgb(215,105,127); }
H1.HeaderClassName
{
color: #D7697F;
}
.AnyTagClassName
{
color: #D7697F;
}
</style>
background-color css
<style>
a { background-color: #D7697F; }
a { background-color: rgb(215,105,127); }
div.DivClassName
{
background-color: #D7697F;
}
.BgClassName
{
background-color: #D7697F;
}
</style>
border-color css
<style>
span { border-color: #D7697F; }
span { border-color: rgb(215,105,127); }
td.TdClassName
{
border-color: #D7697F;
}
.TagClassName
{
border-color: #D7697F;
}
</style>