COLOR #DF70E1

HEX: #DF70E1
RGB: (223,112,225)

Color info

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

RGB color model

#DF70E1 color RGB value is (223,112,225).

  • red value is 223;
  • green value is 112;
  • blue value is 225.
RGB:
(223,112,225)
(87%,44%,88%)

RGB channels and saturation

R 223 of 255 = 87%
G 112 of 255 = 44%
B 225 of 255 = 88%

223
112
225

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

Portions of RGB colors in percentages

R + G + B =
223 + 112 + 225 = 560 (100%)
R 223 of 560 ~ 39.82%
G 112 of 560 ~ 20%
B 225 of 560 ~ 40.18%

%39.82
%20
%40.18

CMYK color model

#DF70E1 color CMYK value is (1,50,0,12).

  • cyan value is 0.89%
  • magenta value is 50.22%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(1,50,0,12)
C1M50Y0K12 
(1%,50%,0%,12%)
(0.01/0.50/0.00/0.12)	

CMYK percentages

%0.89
%50.22
%0
%11.76

Codes

Color #DF70E1 in popluar color models

DF70E1
RGB223112225
HSL299°65.32%66.08%
HSB/HSV299°50.22%88.24%
CMYK0.89%50.22%0.00%
11.76%

Color #DF70E1 in popluar number systems.

HEXDF70E1
Decimal223112225
Binary11011111111000011100001
Octal337160341

Shades and tints

Shades of #DF70E1

#DF70E1
(223,112,225)
#CB66CD
(203,102,205)
#B75CB9
(183,92,185)
#A352A5
(163,82,165)
#8F4891
(143,72,145)
#7B3E7D
(123,62,125)
#673469
(103,52,105)
#532A55
(83,42,85)
#3F2041
(63,32,65)
#2B162D
(43,22,45)
#170C19
(23,12,25)
#000000
(0,0,0)

Tints of #DF70E1

#DF70E1
(223,112,225)
#E17DE3
(225,125,227)
#E38AE5
(227,138,229)
#E597E7
(229,151,231)
#E7A4E9
(231,164,233)
#E9B1EB
(233,177,235)
#EBBEED
(235,190,237)
#EDCBEF
(237,203,239)
#EFD8F1
(239,216,241)
#F1E5F3
(241,229,243)
#F3F2F5
(243,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF70E1 color. Also use rgb(223,112,225) instead hex code.

Text Font Color

.myTextColor { color: #DF70E1; }

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

This text font color is #DF70E1.


Background Color

.myBgColor { background-color: #DF70E1; }

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

This div background color is #DF70E1.


Border color

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

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

This div border color is #DF70E1.


Opacity

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

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

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

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

This text has shadow with #DF70E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF70E1 on black background.


Color preview on white background

This text has color #DF70E1 on white background.



Black color preview on #DF70E1 background

This text has black color on #DF70E1 background.


White color preview on #DF70E1 background

This text has white color on #DF70E1 background.