COLOR #DF6474

HEX: #DF6474
RGB: (223,100,116)

Color info

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

RGB color model

#DF6474 color RGB value is (223,100,116).

  • red value is 223;
  • green value is 100;
  • blue value is 116.
RGB:
(223,100,116)
(87%,39%,45%)

RGB channels and saturation

R 223 of 255 = 87%
G 100 of 255 = 39%
B 116 of 255 = 45%

223
100
116

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

Portions of RGB colors in percentages

R + G + B =
223 + 100 + 116 = 439 (100%)
R 223 of 439 ~ 50.8%
G 100 of 439 ~ 22.78%
B 116 of 439 ~ 26.42%

%50.8
%22.78
%26.42

CMYK color model

#DF6474 color CMYK value is (0,55,48,13).

  • cyan value is 0.00%
  • magenta value is 55.16%
  • yellow value is 47.98%
  • key color value is 12.55%
CMYK:
(0,55,48,13)
C0M55Y48K13 
(0%,55%,48%,13%)
(0.00/0.55/0.48/0.13)	

CMYK percentages

%0
%55.16
%47.98
%12.55

Codes

Color #DF6474 in popluar color models

DF6474
RGB223100116
HSL352°65.78%63.33%
HSB/HSV352°55.16%87.45%
CMYK0.00%55.16%47.98%
12.55%

Color #DF6474 in popluar number systems.

HEXDF6474
Decimal223100116
Binary1101111111001001110100
Octal337144164

Shades and tints

Shades of #DF6474

#DF6474
(223,100,116)
#CB5B6A
(203,91,106)
#B75260
(183,82,96)
#A34956
(163,73,86)
#8F404C
(143,64,76)
#7B3742
(123,55,66)
#672E38
(103,46,56)
#53252E
(83,37,46)
#3F1C24
(63,28,36)
#2B131A
(43,19,26)
#170A10
(23,10,16)
#000000
(0,0,0)

Tints of #DF6474

#DF6474
(223,100,116)
#E17280
(225,114,128)
#E3808C
(227,128,140)
#E58E98
(229,142,152)
#E79CA4
(231,156,164)
#E9AAB0
(233,170,176)
#EBB8BC
(235,184,188)
#EDC6C8
(237,198,200)
#EFD4D4
(239,212,212)
#F1E2E0
(241,226,224)
#F3F0EC
(243,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF6474 color. Also use rgb(223,100,116) instead hex code.

Text Font Color

.myTextColor { color: #DF6474; }

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

This text font color is #DF6474.


Background Color

.myBgColor { background-color: #DF6474; }

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

This div background color is #DF6474.


Border color

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

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

This div border color is #DF6474.


Opacity

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

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

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

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

This text has shadow with #DF6474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF6474 on black background.


Color preview on white background

This text has color #DF6474 on white background.



Black color preview on #DF6474 background

This text has black color on #DF6474 background.


White color preview on #DF6474 background

This text has white color on #DF6474 background.