COLOR #DF5D78

HEX: #DF5D78
RGB: (223,93,120)

Color info

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

RGB color model

#DF5D78 color RGB value is (223,93,120).

  • red value is 223;
  • green value is 93;
  • blue value is 120.
RGB:
(223,93,120)
(87%,36%,47%)

RGB channels and saturation

R 223 of 255 = 87%
G 93 of 255 = 36%
B 120 of 255 = 47%

223
93
120

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

Portions of RGB colors in percentages

R + G + B =
223 + 93 + 120 = 436 (100%)
R 223 of 436 ~ 51.15%
G 93 of 436 ~ 21.33%
B 120 of 436 ~ 27.52%

%51.15
%21.33
%27.52

CMYK color model

#DF5D78 color CMYK value is (0,58,46,13).

  • cyan value is 0.00%
  • magenta value is 58.30%
  • yellow value is 46.19%
  • key color value is 12.55%
CMYK:
(0,58,46,13)
C0M58Y46K13 
(0%,58%,46%,13%)
(0.00/0.58/0.46/0.13)	

CMYK percentages

%0
%58.3
%46.19
%12.55

Codes

Color #DF5D78 in popluar color models

DF5D78
RGB22393120
HSL348°67.01%61.96%
HSB/HSV348°58.30%87.45%
CMYK0.00%58.30%46.19%
12.55%

Color #DF5D78 in popluar number systems.

HEXDF5D78
Decimal22393120
Binary1101111110111011111000
Octal337135170

Shades and tints

Shades of #DF5D78

#DF5D78
(223,93,120)
#CB556E
(203,85,110)
#B74D64
(183,77,100)
#A3455A
(163,69,90)
#8F3D50
(143,61,80)
#7B3546
(123,53,70)
#672D3C
(103,45,60)
#532532
(83,37,50)
#3F1D28
(63,29,40)
#2B151E
(43,21,30)
#170D14
(23,13,20)
#000000
(0,0,0)

Tints of #DF5D78

#DF5D78
(223,93,120)
#E16B84
(225,107,132)
#E37990
(227,121,144)
#E5879C
(229,135,156)
#E795A8
(231,149,168)
#E9A3B4
(233,163,180)
#EBB1C0
(235,177,192)
#EDBFCC
(237,191,204)
#EFCDD8
(239,205,216)
#F1DBE4
(241,219,228)
#F3E9F0
(243,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF5D78 color. Also use rgb(223,93,120) instead hex code.

Text Font Color

.myTextColor { color: #DF5D78; }

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

This text font color is #DF5D78.


Background Color

.myBgColor { background-color: #DF5D78; }

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

This div background color is #DF5D78.


Border color

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

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

This div border color is #DF5D78.


Opacity

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

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

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

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

This text has shadow with #DF5D78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF5D78 on black background.


Color preview on white background

This text has color #DF5D78 on white background.



Black color preview on #DF5D78 background

This text has black color on #DF5D78 background.


White color preview on #DF5D78 background

This text has white color on #DF5D78 background.