COLOR #DE93D6

HEX: #DE93D6
RGB: (222,147,214)

Color info

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

RGB color model

#DE93D6 color RGB value is (222,147,214).

  • red value is 222;
  • green value is 147;
  • blue value is 214.
RGB:
(222,147,214)
(87%,58%,84%)

RGB channels and saturation

R 222 of 255 = 87%
G 147 of 255 = 58%
B 214 of 255 = 84%

222
147
214

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

Portions of RGB colors in percentages

R + G + B =
222 + 147 + 214 = 583 (100%)
R 222 of 583 ~ 38.08%
G 147 of 583 ~ 25.21%
B 214 of 583 ~ 36.71%

%38.08
%25.21
%36.71

CMYK color model

#DE93D6 color CMYK value is (0,34,4,13).

  • cyan value is 0.00%
  • magenta value is 33.78%
  • yellow value is 3.60%
  • key color value is 12.94%
CMYK:
(0,34,4,13)
C0M34Y4K13 
(0%,34%,4%,13%)
(0.00/0.34/0.04/0.13)	

CMYK percentages

%0
%33.78
%3.6
%12.94

Codes

Color #DE93D6 in popluar color models

DE93D6
RGB222147214
HSL306°53.19%72.35%
HSB/HSV306°33.78%87.06%
CMYK0.00%33.78%3.60%
12.94%

Color #DE93D6 in popluar number systems.

HEXDE93D6
Decimal222147214
Binary110111101001001111010110
Octal336223326

Shades and tints

Shades of #DE93D6

#DE93D6
(222,147,214)
#CA86C3
(202,134,195)
#B679B0
(182,121,176)
#A26C9D
(162,108,157)
#8E5F8A
(142,95,138)
#7A5277
(122,82,119)
#664564
(102,69,100)
#523851
(82,56,81)
#3E2B3E
(62,43,62)
#2A1E2B
(42,30,43)
#161118
(22,17,24)
#000000
(0,0,0)

Tints of #DE93D6

#DE93D6
(222,147,214)
#E19CD9
(225,156,217)
#E4A5DC
(228,165,220)
#E7AEDF
(231,174,223)
#EAB7E2
(234,183,226)
#EDC0E5
(237,192,229)
#F0C9E8
(240,201,232)
#F3D2EB
(243,210,235)
#F6DBEE
(246,219,238)
#F9E4F1
(249,228,241)
#FCEDF4
(252,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DE93D6; }

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

This text font color is #DE93D6.


Background Color

.myBgColor { background-color: #DE93D6; }

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

This div background color is #DE93D6.


Border color

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

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

This div border color is #DE93D6.


Opacity

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

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

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

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

This text has shadow with #DE93D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE93D6 on black background.


Color preview on white background

This text has color #DE93D6 on white background.



Black color preview on #DE93D6 background

This text has black color on #DE93D6 background.


White color preview on #DE93D6 background

This text has white color on #DE93D6 background.