COLOR #DF5667

HEX: #DF5667
RGB: (223,86,103)

Color info

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

RGB color model

#DF5667 color RGB value is (223,86,103).

  • red value is 223;
  • green value is 86;
  • blue value is 103.
RGB:
(223,86,103)
(87%,34%,40%)

RGB channels and saturation

R 223 of 255 = 87%
G 86 of 255 = 34%
B 103 of 255 = 40%

223
86
103

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

Portions of RGB colors in percentages

R + G + B =
223 + 86 + 103 = 412 (100%)
R 223 of 412 ~ 54.13%
G 86 of 412 ~ 20.87%
B 103 of 412 ~ 25%

%54.13
%20.87
%25

CMYK color model

#DF5667 color CMYK value is (0,61,54,13).

  • cyan value is 0.00%
  • magenta value is 61.43%
  • yellow value is 53.81%
  • key color value is 12.55%
CMYK:
(0,61,54,13)
C0M61Y54K13 
(0%,61%,54%,13%)
(0.00/0.61/0.54/0.13)	

CMYK percentages

%0
%61.43
%53.81
%12.55

Codes

Color #DF5667 in popluar color models

DF5667
RGB22386103
HSL353°68.16%60.59%
HSB/HSV353°61.43%87.45%
CMYK0.00%61.43%53.81%
12.55%

Color #DF5667 in popluar number systems.

HEXDF5667
Decimal22386103
Binary1101111110101101100111
Octal337126147

Shades and tints

Shades of #DF5667

#DF5667
(223,86,103)
#CB4F5E
(203,79,94)
#B74855
(183,72,85)
#A3414C
(163,65,76)
#8F3A43
(143,58,67)
#7B333A
(123,51,58)
#672C31
(103,44,49)
#532528
(83,37,40)
#3F1E1F
(63,30,31)
#2B1716
(43,23,22)
#17100D
(23,16,13)
#000000
(0,0,0)

Tints of #DF5667

#DF5667
(223,86,103)
#E16574
(225,101,116)
#E37481
(227,116,129)
#E5838E
(229,131,142)
#E7929B
(231,146,155)
#E9A1A8
(233,161,168)
#EBB0B5
(235,176,181)
#EDBFC2
(237,191,194)
#EFCECF
(239,206,207)
#F1DDDC
(241,221,220)
#F3ECE9
(243,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF5667 color. Also use rgb(223,86,103) instead hex code.

Text Font Color

.myTextColor { color: #DF5667; }

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

This text font color is #DF5667.


Background Color

.myBgColor { background-color: #DF5667; }

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

This div background color is #DF5667.


Border color

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

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

This div border color is #DF5667.


Opacity

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

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

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

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

This text has shadow with #DF5667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF5667 on black background.


Color preview on white background

This text has color #DF5667 on white background.



Black color preview on #DF5667 background

This text has black color on #DF5667 background.


White color preview on #DF5667 background

This text has white color on #DF5667 background.