COLOR #DE88E7

HEX: #DE88E7
RGB: (222,136,231)

Color info

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

RGB color model

#DE88E7 color RGB value is (222,136,231).

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

RGB channels and saturation

R 222 of 255 = 87%
G 136 of 255 = 53%
B 231 of 255 = 91%

222
136
231

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

Portions of RGB colors in percentages

R + G + B =
222 + 136 + 231 = 589 (100%)
R 222 of 589 ~ 37.69%
G 136 of 589 ~ 23.09%
B 231 of 589 ~ 39.22%

%37.69
%23.09
%39.22

CMYK color model

#DE88E7 color CMYK value is (4,41,0,9).

  • cyan value is 3.90%
  • magenta value is 41.13%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(4,41,0,9)
C4M41Y0K9 
(4%,41%,0%,9%)
(0.04/0.41/0.00/0.09)	

CMYK percentages

%3.9
%41.13
%0
%9.41

Codes

Color #DE88E7 in popluar color models

DE88E7
RGB222136231
HSL294°66.43%71.96%
HSB/HSV294°41.13%90.59%
CMYK3.90%41.13%0.00%
9.41%

Color #DE88E7 in popluar number systems.

HEXDE88E7
Decimal222136231
Binary110111101000100011100111
Octal336210347

Shades and tints

Shades of #DE88E7

#DE88E7
(222,136,231)
#CA7CD2
(202,124,210)
#B670BD
(182,112,189)
#A264A8
(162,100,168)
#8E5893
(142,88,147)
#7A4C7E
(122,76,126)
#664069
(102,64,105)
#523454
(82,52,84)
#3E283F
(62,40,63)
#2A1C2A
(42,28,42)
#161015
(22,16,21)
#000000
(0,0,0)

Tints of #DE88E7

#DE88E7
(222,136,231)
#E192E9
(225,146,233)
#E49CEB
(228,156,235)
#E7A6ED
(231,166,237)
#EAB0EF
(234,176,239)
#EDBAF1
(237,186,241)
#F0C4F3
(240,196,243)
#F3CEF5
(243,206,245)
#F6D8F7
(246,216,247)
#F9E2F9
(249,226,249)
#FCECFB
(252,236,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DE88E7; }

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

This text font color is #DE88E7.


Background Color

.myBgColor { background-color: #DE88E7; }

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

This div background color is #DE88E7.


Border color

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

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

This div border color is #DE88E7.


Opacity

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

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

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

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

This text has shadow with #DE88E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE88E7 on black background.


Color preview on white background

This text has color #DE88E7 on white background.



Black color preview on #DE88E7 background

This text has black color on #DE88E7 background.


White color preview on #DE88E7 background

This text has white color on #DE88E7 background.