COLOR #DE83E7

HEX: #DE83E7
RGB: (222,131,231)

Color info

#DE83E7 contains mainly red and blue colors. Web safe color of #DE83E7 is #CC99FF (or #C9F).

RGB color model

#DE83E7 color RGB value is (222,131,231).

  • red value is 222;
  • green value is 131;
  • blue value is 231.
RGB:
(222,131,231)
(87%,51%,91%)

RGB channels and saturation

R 222 of 255 = 87%
G 131 of 255 = 51%
B 231 of 255 = 91%

222
131
231

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

Portions of RGB colors in percentages

R + G + B =
222 + 131 + 231 = 584 (100%)
R 222 of 584 ~ 38.01%
G 131 of 584 ~ 22.43%
B 231 of 584 ~ 39.55%

%38.01
%22.43
%39.55

CMYK color model

#DE83E7 color CMYK value is (4,43,0,9).

  • cyan value is 3.90%
  • magenta value is 43.29%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(4,43,0,9)
C4M43Y0K9 
(4%,43%,0%,9%)
(0.04/0.43/0.00/0.09)	

CMYK percentages

%3.9
%43.29
%0
%9.41

Codes

Color #DE83E7 in popluar color models

DE83E7
RGB222131231
HSL295°67.57%70.98%
HSB/HSV295°43.29%90.59%
CMYK3.90%43.29%0.00%
9.41%

Color #DE83E7 in popluar number systems.

HEXDE83E7
Decimal222131231
Binary110111101000001111100111
Octal336203347

Shades and tints

Shades of #DE83E7

#DE83E7
(222,131,231)
#CA78D2
(202,120,210)
#B66DBD
(182,109,189)
#A262A8
(162,98,168)
#8E5793
(142,87,147)
#7A4C7E
(122,76,126)
#664169
(102,65,105)
#523654
(82,54,84)
#3E2B3F
(62,43,63)
#2A202A
(42,32,42)
#161515
(22,21,21)
#000000
(0,0,0)

Tints of #DE83E7

#DE83E7
(222,131,231)
#E18EE9
(225,142,233)
#E499EB
(228,153,235)
#E7A4ED
(231,164,237)
#EAAFEF
(234,175,239)
#EDBAF1
(237,186,241)
#F0C5F3
(240,197,243)
#F3D0F5
(243,208,245)
#F6DBF7
(246,219,247)
#F9E6F9
(249,230,249)
#FCF1FB
(252,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE83E7 color. Also use rgb(222,131,231) instead hex code.

Text Font Color

.myTextColor { color: #DE83E7; }

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

This text font color is #DE83E7.


Background Color

.myBgColor { background-color: #DE83E7; }

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

This div background color is #DE83E7.


Border color

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

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

This div border color is #DE83E7.


Opacity

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

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

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

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

This text has shadow with #DE83E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE83E7 on black background.


Color preview on white background

This text has color #DE83E7 on white background.



Black color preview on #DE83E7 background

This text has black color on #DE83E7 background.


White color preview on #DE83E7 background

This text has white color on #DE83E7 background.