#DF697E

Color #DF697E Deep Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Blush #DF697E

Tints of Deep Blush #DF697E

Color information

#DF697E (or 0xDF697E) is unknown color: approx 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

RGB223105126-
CMYK00.530.430.13
HSL349.32º64.84%64.31%-
HSV(B)349.32º52.91%87.45%-
XYZ39.2527.322.94-
YUV142.68118.59185.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 49.12%
GREEN value IS 105 (41.41% from 255) = 23.13%
BLUE value IS 126 (49.61% from 255) = 27.75%
R=49.12%
G=23.13%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310512600.530.430.13349.3264.8464.31
HexDF697E0352BD15d4140
Octal3371511760655315535101100
Binary11011111110100111111100110101101011110110101110110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF697E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>