COLOR #DF85E1

HEX: #DF85E1
RGB: (223,133,225)

Color info

#DF85E1 contains mainly red and blue colors. Web safe color of #DF85E1 is #CC99CC (or #C9C).

RGB color model

#DF85E1 color RGB value is (223,133,225).

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

RGB channels and saturation

R 223 of 255 = 87%
G 133 of 255 = 52%
B 225 of 255 = 88%

223
133
225

R + G + B ~ 76%. #DF85E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 133 + 225 = 581 (100%)
R 223 of 581 ~ 38.38%
G 133 of 581 ~ 22.89%
B 225 of 581 ~ 38.73%

%38.38
%22.89
%38.73

CMYK color model

#DF85E1 color CMYK value is (1,41,0,12).

  • cyan value is 0.89%
  • magenta value is 40.89%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(1,41,0,12)
C1M41Y0K12 
(1%,41%,0%,12%)
(0.01/0.41/0.00/0.12)	

CMYK percentages

%0.89
%40.89
%0
%11.76

Codes

Color #DF85E1 in popluar color models

DF85E1
RGB223133225
HSL299°60.53%70.20%
HSB/HSV299°40.89%88.24%
CMYK0.89%40.89%0.00%
11.76%

Color #DF85E1 in popluar number systems.

HEXDF85E1
Decimal223133225
Binary110111111000010111100001
Octal337205341

Shades and tints

Shades of #DF85E1

#DF85E1
(223,133,225)
#CB79CD
(203,121,205)
#B76DB9
(183,109,185)
#A361A5
(163,97,165)
#8F5591
(143,85,145)
#7B497D
(123,73,125)
#673D69
(103,61,105)
#533155
(83,49,85)
#3F2541
(63,37,65)
#2B192D
(43,25,45)
#170D19
(23,13,25)
#000000
(0,0,0)

Tints of #DF85E1

#DF85E1
(223,133,225)
#E190E3
(225,144,227)
#E39BE5
(227,155,229)
#E5A6E7
(229,166,231)
#E7B1E9
(231,177,233)
#E9BCEB
(233,188,235)
#EBC7ED
(235,199,237)
#EDD2EF
(237,210,239)
#EFDDF1
(239,221,241)
#F1E8F3
(241,232,243)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DF85E1; }

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

This text font color is #DF85E1.


Background Color

.myBgColor { background-color: #DF85E1; }

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

This div background color is #DF85E1.


Border color

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

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

This div border color is #DF85E1.


Opacity

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

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

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

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

This text has shadow with #DF85E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF85E1 on black background.


Color preview on white background

This text has color #DF85E1 on white background.



Black color preview on #DF85E1 background

This text has black color on #DF85E1 background.


White color preview on #DF85E1 background

This text has white color on #DF85E1 background.