Shades of Deep Blush #D7687D
Tints of Deep Blush #D7687D
RGB
CMYK
RGB Variations
Color information
#D7687D (or 0xD7687D) is known color: Deep Blush. HEX triplet: D7, 68 and 7D. RGB value is (215,104,125). Sum of RGB (Red+Green+Blue) = 215+104+125=444 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.42% from 444); Green value is 104 (41.02% from 255 or 23.42% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 215 - color contains mainly: red. Hex color #D7687D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7687D is #289782. Grayscale: #8B8B8B. Windows color (decimal): -2660227 or 8218839. OLE color: 8218839.
HSL color Cylindrical-coordinate representation of color #D7687D: hue angle of 348.65º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D7687D is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 104 | 125 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.16 |
| HSL | 348.65º | 0.58% | 0.63% | - |
| HSV(B) | 348.65º | 0.52% | 0.84% | - |
| XYZ | 36.68 | 25.83 | 22.45 | - |
| YUV | 139.58 | 119.77 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 104 | 125 | 0 | 0.52 | 0.42 | 0.16 | 348.65 | 0.58 | 0.63 |
| Hex | D7 | 68 | 7D | 0 | 34 | 2A | 10 | 15D | 3A | 3F |
| Octal | 327 | 150 | 175 | 0 | 64 | 52 | 20 | 535 | 72 | 77 |
| Binary | 11010111 | 1101000 | 1111101 | 0 | 110100 | 101010 | 10000 | 101011101 | 111010 | 111111 |
Color Harmonies of #D7687D
Complementary color
Monochromatic Colors of #D7687D
Black with #D7687D
Text Example
Text Example
White with #D7687D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7687D; }
p { color: rgb(215,104,125); }
H1.HeaderClassName
{
color: #D7687D;
}
.AnyTagClassName
{
color: #D7687D;
}
</style>
background-color css
<style>
a { background-color: #D7687D; }
a { background-color: rgb(215,104,125); }
div.DivClassName
{
background-color: #D7687D;
}
.BgClassName
{
background-color: #D7687D;
}
</style>
border-color css
<style>
span { border-color: #D7687D; }
span { border-color: rgb(215,104,125); }
td.TdClassName
{
border-color: #D7687D;
}
.TagClassName
{
border-color: #D7687D;
}
</style>