COLOR #DE72EB

HEX: #DE72EB
RGB: (222,114,235)

Color info

#DE72EB contains mainly red and blue colors. Web safe color of #DE72EB is #CC66FF (or #C6F).

RGB color model

#DE72EB color RGB value is (222,114,235).

  • red value is 222;
  • green value is 114;
  • blue value is 235.
RGB:
(222,114,235)
(87%,45%,92%)

RGB channels and saturation

R 222 of 255 = 87%
G 114 of 255 = 45%
B 235 of 255 = 92%

222
114
235

R + G + B ~ 75%. #DE72EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 114 + 235 = 571 (100%)
R 222 of 571 ~ 38.88%
G 114 of 571 ~ 19.96%
B 235 of 571 ~ 41.16%

%38.88
%19.96
%41.16

CMYK color model

#DE72EB color CMYK value is (6,51,0,8).

  • cyan value is 5.53%
  • magenta value is 51.49%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(6,51,0,8)
C6M51Y0K8 
(6%,51%,0%,8%)
(0.06/0.51/0.00/0.08)	

CMYK percentages

%5.53
%51.49
%0
%7.84

Codes

Color #DE72EB in popluar color models

DE72EB
RGB222114235
HSL294°75.16%68.43%
HSB/HSV294°51.49%92.16%
CMYK5.53%51.49%0.00%
7.84%

Color #DE72EB in popluar number systems.

HEXDE72EB
Decimal222114235
Binary11011110111001011101011
Octal336162353

Shades and tints

Shades of #DE72EB

#DE72EB
(222,114,235)
#CA68D6
(202,104,214)
#B65EC1
(182,94,193)
#A254AC
(162,84,172)
#8E4A97
(142,74,151)
#7A4082
(122,64,130)
#66366D
(102,54,109)
#522C58
(82,44,88)
#3E2243
(62,34,67)
#2A182E
(42,24,46)
#160E19
(22,14,25)
#000000
(0,0,0)

Tints of #DE72EB

#DE72EB
(222,114,235)
#E17EEC
(225,126,236)
#E48AED
(228,138,237)
#E796EE
(231,150,238)
#EAA2EF
(234,162,239)
#EDAEF0
(237,174,240)
#F0BAF1
(240,186,241)
#F3C6F2
(243,198,242)
#F6D2F3
(246,210,243)
#F9DEF4
(249,222,244)
#FCEAF5
(252,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE72EB color. Also use rgb(222,114,235) instead hex code.

Text Font Color

.myTextColor { color: #DE72EB; }

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

This text font color is #DE72EB.


Background Color

.myBgColor { background-color: #DE72EB; }

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

This div background color is #DE72EB.


Border color

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

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

This div border color is #DE72EB.


Opacity

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

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

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

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

This text has shadow with #DE72EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE72EB on black background.


Color preview on white background

This text has color #DE72EB on white background.



Black color preview on #DE72EB background

This text has black color on #DE72EB background.


White color preview on #DE72EB background

This text has white color on #DE72EB background.