#DF7C85

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

Shades of Deep Blush #DF7C85

Tints of Deep Blush #DF7C85

Color information

#DF7C85 (or 0xDF7C85) is unknown color: approx Deep Blush. HEX triplet: DF, 7C and 85. RGB value is (223,124,133). Sum of RGB (Red+Green+Blue) = 223+124+133=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 124 (48.83% from 255 or 25.83% from 480); Blue value is 133 (52.34% from 255 or 27.71% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7C85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7C85 is #20837A. Grayscale: #9A9A9A. Windows color (decimal): -2130811 or 8748255. OLE color: 8748255.

HSL color Cylindrical-coordinate representation of color #DF7C85: hue angle of 354.55º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DF7C85 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB223124133-
CMYK00.440.400.13
HSL354.55º60.74%68.04%-
HSV(B)354.55º44.39%87.45%-
XYZ41.8731.826.12-
YUV154.63115.8176.77-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.46%
GREEN value IS 124 (48.83% from 255) = 25.83%
BLUE value IS 133 (52.34% from 255) = 27.71%
R=46.46%
G=25.83%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312413300.440.400.13354.5560.7468.04
HexDF7C8502C28D1633d44
Octal337174205054501554375104
Binary11011111111110010000101010110010100011011011000111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7C85; }

 p { color: rgb(223,124,133); }

 H1.HeaderClassName
 {
   color: #DF7C85;
 }
 .AnyTagClassName
 {
   color: #DF7C85;
 }
</style>
background-color css

<style>
 a { background-color: #DF7C85; }

 a { background-color: rgb(223,124,133); }

 div.DivClassName
 {
   background-color: #DF7C85;
 }
 .BgClassName
 {
   background-color: #DF7C85;
 }
</style>
border-color css

<style>
 span { border-color: #DF7C85; }

 span { border-color: rgb(223,124,133); }

 td.TdClassName
 {
   border-color: #DF7C85;
 }
 .TagClassName
 {
   border-color: #DF7C85;
 }
</style>