COLOR #DF5C94

HEX: #DF5C94
RGB: (223,92,148)

Color info

#DF5C94 contains mainly red color. Web safe color of #DF5C94 is #CC6699 (or #C69).

RGB color model

#DF5C94 color RGB value is (223,92,148).

  • red value is 223;
  • green value is 92;
  • blue value is 148.
RGB:
(223,92,148)
(87%,36%,58%)

RGB channels and saturation

R 223 of 255 = 87%
G 92 of 255 = 36%
B 148 of 255 = 58%

223
92
148

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

Portions of RGB colors in percentages

R + G + B =
223 + 92 + 148 = 463 (100%)
R 223 of 463 ~ 48.16%
G 92 of 463 ~ 19.87%
B 148 of 463 ~ 31.97%

%48.16
%19.87
%31.97

CMYK color model

#DF5C94 color CMYK value is (0,59,34,13).

  • cyan value is 0.00%
  • magenta value is 58.74%
  • yellow value is 33.63%
  • key color value is 12.55%
CMYK:
(0,59,34,13)
C0M59Y34K13 
(0%,59%,34%,13%)
(0.00/0.59/0.34/0.13)	

CMYK percentages

%0
%58.74
%33.63
%12.55

Codes

Color #DF5C94 in popluar color models

DF5C94
RGB22392148
HSL334°67.18%61.76%
HSB/HSV334°58.74%87.45%
CMYK0.00%58.74%33.63%
12.55%

Color #DF5C94 in popluar number systems.

HEXDF5C94
Decimal22392148
Binary11011111101110010010100
Octal337134224

Shades and tints

Shades of #DF5C94

#DF5C94
(223,92,148)
#CB5487
(203,84,135)
#B74C7A
(183,76,122)
#A3446D
(163,68,109)
#8F3C60
(143,60,96)
#7B3453
(123,52,83)
#672C46
(103,44,70)
#532439
(83,36,57)
#3F1C2C
(63,28,44)
#2B141F
(43,20,31)
#170C12
(23,12,18)
#000000
(0,0,0)

Tints of #DF5C94

#DF5C94
(223,92,148)
#E16A9D
(225,106,157)
#E378A6
(227,120,166)
#E586AF
(229,134,175)
#E794B8
(231,148,184)
#E9A2C1
(233,162,193)
#EBB0CA
(235,176,202)
#EDBED3
(237,190,211)
#EFCCDC
(239,204,220)
#F1DAE5
(241,218,229)
#F3E8EE
(243,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF5C94 color. Also use rgb(223,92,148) instead hex code.

Text Font Color

.myTextColor { color: #DF5C94; }

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

This text font color is #DF5C94.


Background Color

.myBgColor { background-color: #DF5C94; }

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

This div background color is #DF5C94.


Border color

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

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

This div border color is #DF5C94.


Opacity

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

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

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

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

This text has shadow with #DF5C94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF5C94 on black background.


Color preview on white background

This text has color #DF5C94 on white background.



Black color preview on #DF5C94 background

This text has black color on #DF5C94 background.


White color preview on #DF5C94 background

This text has white color on #DF5C94 background.