Shades of Deep Blush #D7697D
Tints of Deep Blush #D7697D
RGB
CMYK
RGB Variations
Color information
#D7697D (or 0xD7697D) is known color: Deep Blush. HEX triplet: D7, 69 and 7D. RGB value is (215,105,125). Sum of RGB (Red+Green+Blue) = 215+105+125=445 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.31% from 445); Green value is 105 (41.41% from 255 or 23.60% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 215 - color contains mainly: red. Hex color #D7697D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7697D is #289682. Grayscale: #8C8C8C. Windows color (decimal): -2659971 or 8219095. OLE color: 8219095.
HSL color Cylindrical-coordinate representation of color #D7697D: hue angle of 349.09º 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 #D7697D is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 105 | 125 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.16 |
| HSL | 349.09º | 0.58% | 0.63% | - |
| HSV(B) | 349.09º | 0.51% | 0.84% | - |
| XYZ | 36.78 | 26.03 | 22.49 | - |
| YUV | 140.17 | 119.44 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 105 | 125 | 0 | 0.51 | 0.42 | 0.16 | 349.09 | 0.58 | 0.63 |
| Hex | D7 | 69 | 7D | 0 | 33 | 2A | 10 | 15D | 3A | 3F |
| Octal | 327 | 151 | 175 | 0 | 63 | 52 | 20 | 535 | 72 | 77 |
| Binary | 11010111 | 1101001 | 1111101 | 0 | 110011 | 101010 | 10000 | 101011101 | 111010 | 111111 |
Color Harmonies of #D7697D
Complementary color
Monochromatic Colors of #D7697D
Black with #D7697D
Text Example
Text Example
White with #D7697D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7697D; }
p { color: rgb(215,105,125); }
H1.HeaderClassName
{
color: #D7697D;
}
.AnyTagClassName
{
color: #D7697D;
}
</style>
background-color css
<style>
a { background-color: #D7697D; }
a { background-color: rgb(215,105,125); }
div.DivClassName
{
background-color: #D7697D;
}
.BgClassName
{
background-color: #D7697D;
}
</style>
border-color css
<style>
span { border-color: #D7697D; }
span { border-color: rgb(215,105,125); }
td.TdClassName
{
border-color: #D7697D;
}
.TagClassName
{
border-color: #D7697D;
}
</style>