COLOR #DE88F0

HEX: #DE88F0
RGB: (222,136,240)

Color info

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

RGB color model

#DE88F0 color RGB value is (222,136,240).

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

RGB channels and saturation

R 222 of 255 = 87%
G 136 of 255 = 53%
B 240 of 255 = 94%

222
136
240

R + G + B ~ 78%. #DE88F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 136 + 240 = 598 (100%)
R 222 of 598 ~ 37.12%
G 136 of 598 ~ 22.74%
B 240 of 598 ~ 40.13%

%37.12
%22.74
%40.13

CMYK color model

#DE88F0 color CMYK value is (8,43,0,6).

  • cyan value is 7.50%
  • magenta value is 43.33%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(8,43,0,6)
C8M43Y0K6 
(8%,43%,0%,6%)
(0.08/0.43/0.00/0.06)	

CMYK percentages

%7.5
%43.33
%0
%5.88

Codes

Color #DE88F0 in popluar color models

DE88F0
RGB222136240
HSL290°77.61%73.73%
HSB/HSV290°43.33%94.12%
CMYK7.50%43.33%0.00%
5.88%

Color #DE88F0 in popluar number systems.

HEXDE88F0
Decimal222136240
Binary110111101000100011110000
Octal336210360

Shades and tints

Shades of #DE88F0

#DE88F0
(222,136,240)
#CA7CDB
(202,124,219)
#B670C6
(182,112,198)
#A264B1
(162,100,177)
#8E589C
(142,88,156)
#7A4C87
(122,76,135)
#664072
(102,64,114)
#52345D
(82,52,93)
#3E2848
(62,40,72)
#2A1C33
(42,28,51)
#16101E
(22,16,30)
#000000
(0,0,0)

Tints of #DE88F0

#DE88F0
(222,136,240)
#E192F1
(225,146,241)
#E49CF2
(228,156,242)
#E7A6F3
(231,166,243)
#EAB0F4
(234,176,244)
#EDBAF5
(237,186,245)
#F0C4F6
(240,196,246)
#F3CEF7
(243,206,247)
#F6D8F8
(246,216,248)
#F9E2F9
(249,226,249)
#FCECFA
(252,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DE88F0; }

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

This text font color is #DE88F0.


Background Color

.myBgColor { background-color: #DE88F0; }

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

This div background color is #DE88F0.


Border color

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

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

This div border color is #DE88F0.


Opacity

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

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

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

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

This text has shadow with #DE88F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE88F0 on black background.


Color preview on white background

This text has color #DE88F0 on white background.



Black color preview on #DE88F0 background

This text has black color on #DE88F0 background.


White color preview on #DE88F0 background

This text has white color on #DE88F0 background.