COLOR #DF4E60

HEX: #DF4E60
RGB: (223,78,96)

Color info

#DF4E60 contains mainly red color. Web safe color of #DF4E60 is #CC6666 (or #C66).

RGB color model

#DF4E60 color RGB value is (223,78,96).

  • red value is 223;
  • green value is 78;
  • blue value is 96.
RGB:
(223,78,96)
(87%,31%,38%)

RGB channels and saturation

R 223 of 255 = 87%
G 78 of 255 = 31%
B 96 of 255 = 38%

223
78
96

R + G + B ~ 52%. #DF4E60 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
223 + 78 + 96 = 397 (100%)
R 223 of 397 ~ 56.17%
G 78 of 397 ~ 19.65%
B 96 of 397 ~ 24.18%

%56.17
%19.65
%24.18

CMYK color model

#DF4E60 color CMYK value is (0,65,57,13).

  • cyan value is 0.00%
  • magenta value is 65.02%
  • yellow value is 56.95%
  • key color value is 12.55%
CMYK:
(0,65,57,13)
C0M65Y57K13 
(0%,65%,57%,13%)
(0.00/0.65/0.57/0.13)	

CMYK percentages

%0
%65.02
%56.95
%12.55

Codes

Color #DF4E60 in popluar color models

DF4E60
RGB2237896
HSL353°69.38%59.02%
HSB/HSV353°65.02%87.45%
CMYK0.00%65.02%56.95%
12.55%

Color #DF4E60 in popluar number systems.

HEXDF4E60
Decimal2237896
Binary1101111110011101100000
Octal337116140

Shades and tints

Shades of #DF4E60

#DF4E60
(223,78,96)
#CB4758
(203,71,88)
#B74050
(183,64,80)
#A33948
(163,57,72)
#8F3240
(143,50,64)
#7B2B38
(123,43,56)
#672430
(103,36,48)
#531D28
(83,29,40)
#3F1620
(63,22,32)
#2B0F18
(43,15,24)
#170810
(23,8,16)
#000000
(0,0,0)

Tints of #DF4E60

#DF4E60
(223,78,96)
#E15E6E
(225,94,110)
#E36E7C
(227,110,124)
#E57E8A
(229,126,138)
#E78E98
(231,142,152)
#E99EA6
(233,158,166)
#EBAEB4
(235,174,180)
#EDBEC2
(237,190,194)
#EFCED0
(239,206,208)
#F1DEDE
(241,222,222)
#F3EEEC
(243,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF4E60 color. Also use rgb(223,78,96) instead hex code.

Text Font Color

.myTextColor { color: #DF4E60; }

<p style="color:#DF4E60">This sample text font color is #DF4E60.</p>

This text font color is #DF4E60.


Background Color

.myBgColor { background-color: #DF4E60; }

<div style="background-color:#DF4E60">Inner text</div>

This div background color is #DF4E60.


Border color

.myBorderColor { border: 1px solid #DF4E60; }

<div style="border:3px solid #DF4E60">Div</div>

This div border color is #DF4E60.


Opacity

.myOpacity80 { color: #DF4E60; opacity: 0.8; }

<p style="color:#DF4E60;opacity:0.8;">80%</p>

Text with #DF4E60 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #DF4E60;}

<p style="text-shadow: 3px 3px 1px #DF4E60">Text here.</p>

This text has shadow with #DF4E60 color.

.textShadow {text-shadow: 3px 3px 1px #DF4E60, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #DF4E60, 5px 5px 20px red">Text here.</p>

This text has shadow with #DF4E60 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DF4E60, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#DF4E60, Direction=45, Strength=4)">Text</p>

This text has shadow with #DF4E60 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #DF4E60;
  -webkit-box-shadow:	1px 1px 3px 2px #DF4E60;
  box-shadow:		1px 1px 3px 2px #DF4E60;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DF4E60;
-webkit-box-shadow: 1px 1px 3px 2px #DF4E60;
box-shadow:1px 1px 3px 2px #DF4E60;">
Div content here</div>
This div box has shadow with color #DF4E60.

Preview

Color preview on black background

This text has color #DF4E60 on black background.


Color preview on white background

This text has color #DF4E60 on white background.



Black color preview on #DF4E60 background

This text has black color on #DF4E60 background.


White color preview on #DF4E60 background

This text has white color on #DF4E60 background.