COLOR #DF8DE2

HEX: #DF8DE2
RGB: (223,141,226)

Color info

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

RGB color model

#DF8DE2 color RGB value is (223,141,226).

  • red value is 223;
  • green value is 141;
  • blue value is 226.
RGB:
(223,141,226)
(87%,55%,89%)

RGB channels and saturation

R 223 of 255 = 87%
G 141 of 255 = 55%
B 226 of 255 = 89%

223
141
226

R + G + B ~ 77%. #DF8DE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 141 + 226 = 590 (100%)
R 223 of 590 ~ 37.8%
G 141 of 590 ~ 23.9%
B 226 of 590 ~ 38.31%

%37.8
%23.9
%38.31

CMYK color model

#DF8DE2 color CMYK value is (1,38,0,11).

  • cyan value is 1.33%
  • magenta value is 37.61%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(1,38,0,11)
C1M38Y0K11 
(1%,38%,0%,11%)
(0.01/0.38/0.00/0.11)	

CMYK percentages

%1.33
%37.61
%0
%11.37

Codes

Color #DF8DE2 in popluar color models

DF8DE2
RGB223141226
HSL298°59.44%71.96%
HSB/HSV298°37.61%88.63%
CMYK1.33%37.61%0.00%
11.37%

Color #DF8DE2 in popluar number systems.

HEXDF8DE2
Decimal223141226
Binary110111111000110111100010
Octal337215342

Shades and tints

Shades of #DF8DE2

#DF8DE2
(223,141,226)
#CB81CE
(203,129,206)
#B775BA
(183,117,186)
#A369A6
(163,105,166)
#8F5D92
(143,93,146)
#7B517E
(123,81,126)
#67456A
(103,69,106)
#533956
(83,57,86)
#3F2D42
(63,45,66)
#2B212E
(43,33,46)
#17151A
(23,21,26)
#000000
(0,0,0)

Tints of #DF8DE2

#DF8DE2
(223,141,226)
#E197E4
(225,151,228)
#E3A1E6
(227,161,230)
#E5ABE8
(229,171,232)
#E7B5EA
(231,181,234)
#E9BFEC
(233,191,236)
#EBC9EE
(235,201,238)
#EDD3F0
(237,211,240)
#EFDDF2
(239,221,242)
#F1E7F4
(241,231,244)
#F3F1F6
(243,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF8DE2 color. Also use rgb(223,141,226) instead hex code.

Text Font Color

.myTextColor { color: #DF8DE2; }

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

This text font color is #DF8DE2.


Background Color

.myBgColor { background-color: #DF8DE2; }

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

This div background color is #DF8DE2.


Border color

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

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

This div border color is #DF8DE2.


Opacity

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

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

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

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

This text has shadow with #DF8DE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF8DE2 on black background.


Color preview on white background

This text has color #DF8DE2 on white background.



Black color preview on #DF8DE2 background

This text has black color on #DF8DE2 background.


White color preview on #DF8DE2 background

This text has white color on #DF8DE2 background.