COLOR #DF5ED6

HEX: #DF5ED6
RGB: (223,94,214)

Color info

#DF5ED6 contains mainly red and blue colors. Web safe color of #DF5ED6 is #CC66CC (or #C6C).

RGB color model

#DF5ED6 color RGB value is (223,94,214).

  • red value is 223;
  • green value is 94;
  • blue value is 214.
RGB:
(223,94,214)
(87%,37%,84%)

RGB channels and saturation

R 223 of 255 = 87%
G 94 of 255 = 37%
B 214 of 255 = 84%

223
94
214

R + G + B ~ 69%. #DF5ED6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 94 + 214 = 531 (100%)
R 223 of 531 ~ 42%
G 94 of 531 ~ 17.7%
B 214 of 531 ~ 40.3%

%42
%17.7
%40.3

CMYK color model

#DF5ED6 color CMYK value is (0,58,4,13).

  • cyan value is 0.00%
  • magenta value is 57.85%
  • yellow value is 4.04%
  • key color value is 12.55%
CMYK:
(0,58,4,13)
C0M58Y4K13 
(0%,58%,4%,13%)
(0.00/0.58/0.04/0.13)	

CMYK percentages

%0
%57.85
%4.04
%12.55

Codes

Color #DF5ED6 in popluar color models

DF5ED6
RGB22394214
HSL304°66.84%62.16%
HSB/HSV304°57.85%87.45%
CMYK0.00%57.85%4.04%
12.55%

Color #DF5ED6 in popluar number systems.

HEXDF5ED6
Decimal22394214
Binary11011111101111011010110
Octal337136326

Shades and tints

Shades of #DF5ED6

#DF5ED6
(223,94,214)
#CB56C3
(203,86,195)
#B74EB0
(183,78,176)
#A3469D
(163,70,157)
#8F3E8A
(143,62,138)
#7B3677
(123,54,119)
#672E64
(103,46,100)
#532651
(83,38,81)
#3F1E3E
(63,30,62)
#2B162B
(43,22,43)
#170E18
(23,14,24)
#000000
(0,0,0)

Tints of #DF5ED6

#DF5ED6
(223,94,214)
#E16CD9
(225,108,217)
#E37ADC
(227,122,220)
#E588DF
(229,136,223)
#E796E2
(231,150,226)
#E9A4E5
(233,164,229)
#EBB2E8
(235,178,232)
#EDC0EB
(237,192,235)
#EFCEEE
(239,206,238)
#F1DCF1
(241,220,241)
#F3EAF4
(243,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF5ED6 color. Also use rgb(223,94,214) instead hex code.

Text Font Color

.myTextColor { color: #DF5ED6; }

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

This text font color is #DF5ED6.


Background Color

.myBgColor { background-color: #DF5ED6; }

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

This div background color is #DF5ED6.


Border color

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

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

This div border color is #DF5ED6.


Opacity

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

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

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

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

This text has shadow with #DF5ED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF5ED6 on black background.


Color preview on white background

This text has color #DF5ED6 on white background.



Black color preview on #DF5ED6 background

This text has black color on #DF5ED6 background.


White color preview on #DF5ED6 background

This text has white color on #DF5ED6 background.