COLOR #DE93E2

HEX: #DE93E2 RGB: (222,147,226)

Color info

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

RGB color model

#DE93E2 color RGB value is (222,147,226).

RGB: (222,147,226) (87%, 58%, 89%)

RGB channels and saturation

R 222 of 255 = 87%
G 147 of 255 = 58%
B 226 of 255 = 89%

222
147
226

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

Portions of RGB colors in percentages

R + G + B = 222 + 147 + 226 = 595 (100%)
R 222 of 595 ~ 37.31%
G 147 of 595 ~ 24.71%
B 226 of 595 ~ 37.98'%

%37.31
%24.71
%37.98

CMYK color model

#DE93E2 color CMYK value is (2,35,0,11).

  • cyan value is 1.77%
  • magenta value is 34.96%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (2,35,0,11)
C2M35Y0K11 (2%, 35%, 0%, 11%)
(0.02 / 0.35 / 0.00 / 0.11)

CMYK percentages

%1.77
%34.96
%0
%11.37

Codes

Color #DE93E2 in popluar color models

DE 93 E2
RGB 222 147 226
HSL 297° 57.66% 73.14%
HSB/HSV 297° 34.96% 88.63%
CMYK 1.77% 34.96% 0.00%
11.37%

Color #DE93E2 in popluar number systems.

HEX DE 93 E2
Decimal 222 147 226
Binary 11011110 10010011 11100010
Octal 336 223 342

Shades and tints

Shades of #DE93E2

#DE93E2
(222,147,226)
#CA86CE
(202,134,206)
#B679BA
(182,121,186)
#A26CA6
(162,108,166)
#8E5F92
(142,95,146)
#7A527E
(122,82,126)
#66456A
(102,69,106)
#523856
(82,56,86)
#3E2B42
(62,43,66)
#2A1E2E
(42,30,46)
#16111A
(22,17,26)
#000000
(0,0,0)

Tints of #DE93E2

#DE93E2
(222,147,226)
#E19CE4
(225,156,228)
#E4A5E6
(228,165,230)
#E7AEE8
(231,174,232)
#EAB7EA
(234,183,234)
#EDC0EC
(237,192,236)
#F0C9EE
(240,201,238)
#F3D2F0
(243,210,240)
#F6DBF2
(246,219,242)
#F9E4F4
(249,228,244)
#FCEDF6
(252,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE93E2 color. Also use rgb(222,147,226) instead hex code.

Text Font Color

.myTextColor { color: #DE93E2; }

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

This text font color is #DE93E2.

Background Color

.myBgColor { background-color: #DE93E2; }

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

This div background color is #DE93E2.

Border color

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

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

This div border color is #DE93E2.

Opacity

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

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

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

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

This text has shadow with #DE93E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DE93E2.

Preview

Color preview on black background

This text has color #DE93E2 on black background.


Color preview on white background

This text has color #DE93E2 on white background.


Black color preview on #DE93E2 background

This text has black color on #DE93E2 background.


White color preview on #DE93E2 background

This text has white color on #DE93E2 background.


Related colors

Complementary color

Complementary color for #hex is #216C1D.


I love getcolorcode.com

Triadic colors

1 #E2DE93 and #93E2DE with #DE93E2 are triadic colors.

2 #E293DE and #93DEE2 with #DE93E2 are triadic colors.