Shades of Deep Blush #D8697E
Tints of Deep Blush #D8697E
RGB
CMYK
RGB Variations
Color information
#D8697E (or 0xD8697E) is known color: Deep Blush. HEX triplet: D8, 69 and 7E. RGB value is (216,105,126). Sum of RGB (Red+Green+Blue) = 216+105+126=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 105 (41.41% from 255 or 23.49% from 447); Blue value is 126 (49.61% from 255 or 28.19% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D8697E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8697E is #279681. Grayscale: #8C8C8C. Windows color (decimal): -2594434 or 8284632. OLE color: 8284632.
HSL color Cylindrical-coordinate representation of color #D8697E: hue angle of 348.65º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D8697E is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 105 | 126 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.15 |
| HSL | 348.65º | 0.59% | 0.63% | - |
| HSV(B) | 348.65º | 0.51% | 0.85% | - |
| XYZ | 37.14 | 26.21 | 22.84 | - |
| YUV | 140.58 | 119.77 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 105 | 126 | 0 | 0.51 | 0.42 | 0.15 | 348.65 | 0.59 | 0.63 |
| Hex | D8 | 69 | 7E | 0 | 33 | 2A | F | 15D | 3B | 3F |
| Octal | 330 | 151 | 176 | 0 | 63 | 52 | 17 | 535 | 73 | 77 |
| Binary | 11011000 | 1101001 | 1111110 | 0 | 110011 | 101010 | 1111 | 101011101 | 111011 | 111111 |
Color Harmonies of #D8697E
Complementary color
Monochromatic Colors of #D8697E
Black with #D8697E
Text Example
Text Example
White with #D8697E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8697E; }
p { color: rgb(216,105,126); }
H1.HeaderClassName
{
color: #D8697E;
}
.AnyTagClassName
{
color: #D8697E;
}
</style>
background-color css
<style>
a { background-color: #D8697E; }
a { background-color: rgb(216,105,126); }
div.DivClassName
{
background-color: #D8697E;
}
.BgClassName
{
background-color: #D8697E;
}
</style>
border-color css
<style>
span { border-color: #D8697E; }
span { border-color: rgb(216,105,126); }
td.TdClassName
{
border-color: #D8697E;
}
.TagClassName
{
border-color: #D8697E;
}
</style>