Shades of Deep Blush #DF698B
Tints of Deep Blush #DF698B
RGB
CMYK
RGB Variations
Color information
#DF698B (or 0xDF698B) is known color: Deep Blush. HEX triplet: DF, 69 and 8B. RGB value is (223,105,139). Sum of RGB (Red+Green+Blue) = 223+105+139=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 105 (41.41% from 255 or 22.48% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DF698B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF698B is #209674. Grayscale: #909090. Windows color (decimal): -2135669 or 9136607. OLE color: 9136607.
HSL color Cylindrical-coordinate representation of color #DF698B: hue angle of 342.71º 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 #DF698B is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 105 | 139 | - |
| CMYK | 0 | 0.53 | 0.38 | 0.13 |
| HSL | 342.71º | 0.65% | 0.64% | - |
| HSV(B) | 342.71º | 0.53% | 0.87% | - |
| XYZ | 40.14 | 27.66 | 27.65 | - |
| YUV | 144.16 | 125.09 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 105 | 139 | 0 | 0.53 | 0.38 | 0.13 | 342.71 | 0.65 | 0.64 |
| Hex | DF | 69 | 8B | 0 | 35 | 26 | D | 157 | 41 | 40 |
| Octal | 337 | 151 | 213 | 0 | 65 | 46 | 15 | 527 | 101 | 100 |
| Binary | 11011111 | 1101001 | 10001011 | 0 | 110101 | 100110 | 1101 | 101010111 | 1000001 | 1000000 |
Color Harmonies of #DF698B
Complementary color
Monochromatic Colors of #DF698B
Black with #DF698B
Text Example
Text Example
White with #DF698B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF698B; }
p { color: rgb(223,105,139); }
H1.HeaderClassName
{
color: #DF698B;
}
.AnyTagClassName
{
color: #DF698B;
}
</style>
background-color css
<style>
a { background-color: #DF698B; }
a { background-color: rgb(223,105,139); }
div.DivClassName
{
background-color: #DF698B;
}
.BgClassName
{
background-color: #DF698B;
}
</style>
border-color css
<style>
span { border-color: #DF698B; }
span { border-color: rgb(223,105,139); }
td.TdClassName
{
border-color: #DF698B;
}
.TagClassName
{
border-color: #DF698B;
}
</style>