Shades of Deep Blush #DF697E
Tints of Deep Blush #DF697E
RGB
CMYK
RGB Variations
Color information
#DF697E (or 0xDF697E) is known color: Deep Blush. HEX triplet: DF, 69 and 7E. RGB value is (223,105,126). Sum of RGB (Red+Green+Blue) = 223+105+126=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 105 (41.41% from 255 or 23.13% from 454); Blue value is 126 (49.61% from 255 or 27.75% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DF697E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF697E is #209681. Grayscale: #8E8E8E. Windows color (decimal): -2135682 or 8284639. OLE color: 8284639.
HSL color Cylindrical-coordinate representation of color #DF697E: hue angle of 349.32º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DF697E is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 105 | 126 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.13 |
| HSL | 349.32º | 0.65% | 0.64% | - |
| HSV(B) | 349.32º | 0.53% | 0.87% | - |
| XYZ | 39.25 | 27.3 | 22.94 | - |
| YUV | 142.68 | 118.59 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 105 | 126 | 0 | 0.53 | 0.43 | 0.13 | 349.32 | 0.65 | 0.64 |
| Hex | DF | 69 | 7E | 0 | 35 | 2B | D | 15D | 41 | 40 |
| Octal | 337 | 151 | 176 | 0 | 65 | 53 | 15 | 535 | 101 | 100 |
| Binary | 11011111 | 1101001 | 1111110 | 0 | 110101 | 101011 | 1101 | 101011101 | 1000001 | 1000000 |
Color Harmonies of #DF697E
Complementary color
Monochromatic Colors of #DF697E
Black with #DF697E
Text Example
Text Example
White with #DF697E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF697E; }
p { color: rgb(223,105,126); }
H1.HeaderClassName
{
color: #DF697E;
}
.AnyTagClassName
{
color: #DF697E;
}
</style>
background-color css
<style>
a { background-color: #DF697E; }
a { background-color: rgb(223,105,126); }
div.DivClassName
{
background-color: #DF697E;
}
.BgClassName
{
background-color: #DF697E;
}
</style>
border-color css
<style>
span { border-color: #DF697E; }
span { border-color: rgb(223,105,126); }
td.TdClassName
{
border-color: #DF697E;
}
.TagClassName
{
border-color: #DF697E;
}
</style>