Shades of Deep Blush #DB697F
Tints of Deep Blush #DB697F
RGB
CMYK
RGB Variations
Color information
#DB697F (or 0xDB697F) is known color: Deep Blush. HEX triplet: DB, 69 and 7F. RGB value is (219,105,127). Sum of RGB (Red+Green+Blue) = 219+105+127=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 127 (50% from 255 or 28.16% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB697F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB697F is #249680. Grayscale: #8D8D8D. Windows color (decimal): -2397825 or 8350171. OLE color: 8350171.
HSL color Cylindrical-coordinate representation of color #DB697F: hue angle of 348.42º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB697F is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 105 | 127 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.14 |
| HSL | 348.42º | 0.61% | 0.64% | - |
| HSV(B) | 348.42º | 0.52% | 0.86% | - |
| XYZ | 38.1 | 26.7 | 23.22 | - |
| YUV | 141.59 | 119.77 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 127 | 0 | 0.52 | 0.42 | 0.14 | 348.42 | 0.61 | 0.64 |
| Hex | DB | 69 | 7F | 0 | 34 | 2A | E | 15C | 3D | 40 |
| Octal | 333 | 151 | 177 | 0 | 64 | 52 | 16 | 534 | 75 | 100 |
| Binary | 11011011 | 1101001 | 1111111 | 0 | 110100 | 101010 | 1110 | 101011100 | 111101 | 1000000 |
Color Harmonies of #DB697F
Complementary color
Monochromatic Colors of #DB697F
Black with #DB697F
Text Example
Text Example
White with #DB697F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB697F; }
p { color: rgb(219,105,127); }
H1.HeaderClassName
{
color: #DB697F;
}
.AnyTagClassName
{
color: #DB697F;
}
</style>
background-color css
<style>
a { background-color: #DB697F; }
a { background-color: rgb(219,105,127); }
div.DivClassName
{
background-color: #DB697F;
}
.BgClassName
{
background-color: #DB697F;
}
</style>
border-color css
<style>
span { border-color: #DB697F; }
span { border-color: rgb(219,105,127); }
td.TdClassName
{
border-color: #DB697F;
}
.TagClassName
{
border-color: #DB697F;
}
</style>