COLOR #DF7ED1

HEX: #DF7ED1
RGB: (223,126,209)

Color info

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

RGB color model

#DF7ED1 color RGB value is (223,126,209).

  • red value is 223;
  • green value is 126;
  • blue value is 209.
RGB:
(223,126,209)
(87%,49%,82%)

RGB channels and saturation

R 223 of 255 = 87%
G 126 of 255 = 49%
B 209 of 255 = 82%

223
126
209

R + G + B ~ 73%. #DF7ED1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 126 + 209 = 558 (100%)
R 223 of 558 ~ 39.96%
G 126 of 558 ~ 22.58%
B 209 of 558 ~ 37.46%

%39.96
%22.58
%37.46

CMYK color model

#DF7ED1 color CMYK value is (0,43,6,13).

  • cyan value is 0.00%
  • magenta value is 43.50%
  • yellow value is 6.28%
  • key color value is 12.55%
CMYK:
(0,43,6,13)
C0M43Y6K13 
(0%,43%,6%,13%)
(0.00/0.43/0.06/0.13)	

CMYK percentages

%0
%43.5
%6.28
%12.55

Codes

Color #DF7ED1 in popluar color models

DF7ED1
RGB223126209
HSL309°60.25%68.43%
HSB/HSV309°43.50%87.45%
CMYK0.00%43.50%6.28%
12.55%

Color #DF7ED1 in popluar number systems.

HEXDF7ED1
Decimal223126209
Binary11011111111111011010001
Octal337176321

Shades and tints

Shades of #DF7ED1

#DF7ED1
(223,126,209)
#CB73BE
(203,115,190)
#B768AB
(183,104,171)
#A35D98
(163,93,152)
#8F5285
(143,82,133)
#7B4772
(123,71,114)
#673C5F
(103,60,95)
#53314C
(83,49,76)
#3F2639
(63,38,57)
#2B1B26
(43,27,38)
#171013
(23,16,19)
#000000
(0,0,0)

Tints of #DF7ED1

#DF7ED1
(223,126,209)
#E189D5
(225,137,213)
#E394D9
(227,148,217)
#E59FDD
(229,159,221)
#E7AAE1
(231,170,225)
#E9B5E5
(233,181,229)
#EBC0E9
(235,192,233)
#EDCBED
(237,203,237)
#EFD6F1
(239,214,241)
#F1E1F5
(241,225,245)
#F3ECF9
(243,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF7ED1 color. Also use rgb(223,126,209) instead hex code.

Text Font Color

.myTextColor { color: #DF7ED1; }

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

This text font color is #DF7ED1.


Background Color

.myBgColor { background-color: #DF7ED1; }

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

This div background color is #DF7ED1.


Border color

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

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

This div border color is #DF7ED1.


Opacity

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

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

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

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

This text has shadow with #DF7ED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF7ED1 on black background.


Color preview on white background

This text has color #DF7ED1 on white background.



Black color preview on #DF7ED1 background

This text has black color on #DF7ED1 background.


White color preview on #DF7ED1 background

This text has white color on #DF7ED1 background.