COLOR #DF7075

HEX: #DF7075
RGB: (223,112,117)

Color info

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

RGB color model

#DF7075 color RGB value is (223,112,117).

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

RGB channels and saturation

R 223 of 255 = 87%
G 112 of 255 = 44%
B 117 of 255 = 46%

223
112
117

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

Portions of RGB colors in percentages

R + G + B =
223 + 112 + 117 = 452 (100%)
R 223 of 452 ~ 49.34%
G 112 of 452 ~ 24.78%
B 117 of 452 ~ 25.88%

%49.34
%24.78
%25.88

CMYK color model

#DF7075 color CMYK value is (0,50,48,13).

  • cyan value is 0.00%
  • magenta value is 49.78%
  • yellow value is 47.53%
  • key color value is 12.55%
CMYK:
(0,50,48,13)
C0M50Y48K13 
(0%,50%,48%,13%)
(0.00/0.50/0.48/0.13)	

CMYK percentages

%0
%49.78
%47.53
%12.55

Codes

Color #DF7075 in popluar color models

DF7075
RGB223112117
HSL357°63.43%65.69%
HSB/HSV357°49.78%87.45%
CMYK0.00%49.78%47.53%
12.55%

Color #DF7075 in popluar number systems.

HEXDF7075
Decimal223112117
Binary1101111111100001110101
Octal337160165

Shades and tints

Shades of #DF7075

#DF7075
(223,112,117)
#CB666B
(203,102,107)
#B75C61
(183,92,97)
#A35257
(163,82,87)
#8F484D
(143,72,77)
#7B3E43
(123,62,67)
#673439
(103,52,57)
#532A2F
(83,42,47)
#3F2025
(63,32,37)
#2B161B
(43,22,27)
#170C11
(23,12,17)
#000000
(0,0,0)

Tints of #DF7075

#DF7075
(223,112,117)
#E17D81
(225,125,129)
#E38A8D
(227,138,141)
#E59799
(229,151,153)
#E7A4A5
(231,164,165)
#E9B1B1
(233,177,177)
#EBBEBD
(235,190,189)
#EDCBC9
(237,203,201)
#EFD8D5
(239,216,213)
#F1E5E1
(241,229,225)
#F3F2ED
(243,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DF7075; }

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

This text font color is #DF7075.


Background Color

.myBgColor { background-color: #DF7075; }

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

This div background color is #DF7075.


Border color

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

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

This div border color is #DF7075.


Opacity

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

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

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

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

This text has shadow with #DF7075 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF7075 on black background.


Color preview on white background

This text has color #DF7075 on white background.



Black color preview on #DF7075 background

This text has black color on #DF7075 background.


White color preview on #DF7075 background

This text has white color on #DF7075 background.