COLOR #DF384F

HEX: #DF384F
RGB: (223,56,79)

Color info

#DF384F contains mainly red color. Web safe color of #DF384F is #CC3366 (or #C36).

RGB color model

#DF384F color RGB value is (223,56,79).

  • red value is 223;
  • green value is 56;
  • blue value is 79.
RGB:
(223,56,79)
(87%,22%,31%)

RGB channels and saturation

R 223 of 255 = 87%
G 56 of 255 = 22%
B 79 of 255 = 31%

223
56
79

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

Portions of RGB colors in percentages

R + G + B =
223 + 56 + 79 = 358 (100%)
R 223 of 358 ~ 62.29%
G 56 of 358 ~ 15.64%
B 79 of 358 ~ 22.07%

%62.29
%15.64
%22.07

CMYK color model

#DF384F color CMYK value is (0,75,65,13).

  • cyan value is 0.00%
  • magenta value is 74.89%
  • yellow value is 64.57%
  • key color value is 12.55%
CMYK:
(0,75,65,13)
C0M75Y65K13 
(0%,75%,65%,13%)
(0.00/0.75/0.65/0.13)	

CMYK percentages

%0
%74.89
%64.57
%12.55

Codes

Color #DF384F in popluar color models

DF384F
RGB2235679
HSL352°72.29%54.71%
HSB/HSV352°74.89%87.45%
CMYK0.00%74.89%64.57%
12.55%

Color #DF384F in popluar number systems.

HEXDF384F
Decimal2235679
Binary110111111110001001111
Octal33770117

Shades and tints

Shades of #DF384F

#DF384F
(223,56,79)
#CB3348
(203,51,72)
#B72E41
(183,46,65)
#A3293A
(163,41,58)
#8F2433
(143,36,51)
#7B1F2C
(123,31,44)
#671A25
(103,26,37)
#53151E
(83,21,30)
#3F1017
(63,16,23)
#2B0B10
(43,11,16)
#170609
(23,6,9)
#000000
(0,0,0)

Tints of #DF384F

#DF384F
(223,56,79)
#E14A5F
(225,74,95)
#E35C6F
(227,92,111)
#E56E7F
(229,110,127)
#E7808F
(231,128,143)
#E9929F
(233,146,159)
#EBA4AF
(235,164,175)
#EDB6BF
(237,182,191)
#EFC8CF
(239,200,207)
#F1DADF
(241,218,223)
#F3ECEF
(243,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF384F color. Also use rgb(223,56,79) instead hex code.

Text Font Color

.myTextColor { color: #DF384F; }

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

This text font color is #DF384F.


Background Color

.myBgColor { background-color: #DF384F; }

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

This div background color is #DF384F.


Border color

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

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

This div border color is #DF384F.


Opacity

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

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

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

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

This text has shadow with #DF384F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF384F on black background.


Color preview on white background

This text has color #DF384F on white background.



Black color preview on #DF384F background

This text has black color on #DF384F background.


White color preview on #DF384F background

This text has white color on #DF384F background.