COLOR #DF7560

HEX: #DF7560
RGB: (223,117,96)

Color info

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

RGB color model

#DF7560 color RGB value is (223,117,96).

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

RGB channels and saturation

R 223 of 255 = 87%
G 117 of 255 = 46%
B 96 of 255 = 38%

223
117
96

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

Portions of RGB colors in percentages

R + G + B =
223 + 117 + 96 = 436 (100%)
R 223 of 436 ~ 51.15%
G 117 of 436 ~ 26.83%
B 96 of 436 ~ 22.02%

%51.15
%26.83
%22.02

CMYK color model

#DF7560 color CMYK value is (0,48,57,13).

  • cyan value is 0.00%
  • magenta value is 47.53%
  • yellow value is 56.95%
  • key color value is 12.55%
CMYK:
(0,48,57,13)
C0M48Y57K13 
(0%,48%,57%,13%)
(0.00/0.48/0.57/0.13)	

CMYK percentages

%0
%47.53
%56.95
%12.55

Codes

Color #DF7560 in popluar color models

DF7560
RGB22311796
HSL10°66.49%62.55%
HSB/HSV10°56.95%87.45%
CMYK0.00%47.53%56.95%
12.55%

Color #DF7560 in popluar number systems.

HEXDF7560
Decimal22311796
Binary1101111111101011100000
Octal337165140

Shades and tints

Shades of #DF7560

#DF7560
(223,117,96)
#CB6B58
(203,107,88)
#B76150
(183,97,80)
#A35748
(163,87,72)
#8F4D40
(143,77,64)
#7B4338
(123,67,56)
#673930
(103,57,48)
#532F28
(83,47,40)
#3F2520
(63,37,32)
#2B1B18
(43,27,24)
#171110
(23,17,16)
#000000
(0,0,0)

Tints of #DF7560

#DF7560
(223,117,96)
#E1816E
(225,129,110)
#E38D7C
(227,141,124)
#E5998A
(229,153,138)
#E7A598
(231,165,152)
#E9B1A6
(233,177,166)
#EBBDB4
(235,189,180)
#EDC9C2
(237,201,194)
#EFD5D0
(239,213,208)
#F1E1DE
(241,225,222)
#F3EDEC
(243,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DF7560; }

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

This text font color is #DF7560.


Background Color

.myBgColor { background-color: #DF7560; }

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

This div background color is #DF7560.


Border color

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

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

This div border color is #DF7560.


Opacity

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

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

Text with #DF7560 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 #DF7560;}

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

This text has shadow with #DF7560 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF7560 on black background.


Color preview on white background

This text has color #DF7560 on white background.



Black color preview on #DF7560 background

This text has black color on #DF7560 background.


White color preview on #DF7560 background

This text has white color on #DF7560 background.