COLOR #DE93C9

HEX: #DE93C9
RGB: (222,147,201)

Color info

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

RGB color model

#DE93C9 color RGB value is (222,147,201).

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

RGB channels and saturation

R 222 of 255 = 87%
G 147 of 255 = 58%
B 201 of 255 = 79%

222
147
201

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

Portions of RGB colors in percentages

R + G + B =
222 + 147 + 201 = 570 (100%)
R 222 of 570 ~ 38.95%
G 147 of 570 ~ 25.79%
B 201 of 570 ~ 35.26%

%38.95
%25.79
%35.26

CMYK color model

#DE93C9 color CMYK value is (0,34,9,13).

  • cyan value is 0.00%
  • magenta value is 33.78%
  • yellow value is 9.46%
  • key color value is 12.94%
CMYK:
(0,34,9,13)
C0M34Y9K13 
(0%,34%,9%,13%)
(0.00/0.34/0.09/0.13)	

CMYK percentages

%0
%33.78
%9.46
%12.94

Codes

Color #DE93C9 in popluar color models

DE93C9
RGB222147201
HSL317°53.19%72.35%
HSB/HSV317°33.78%87.06%
CMYK0.00%33.78%9.46%
12.94%

Color #DE93C9 in popluar number systems.

HEXDE93C9
Decimal222147201
Binary110111101001001111001001
Octal336223311

Shades and tints

Shades of #DE93C9

#DE93C9
(222,147,201)
#CA86B7
(202,134,183)
#B679A5
(182,121,165)
#A26C93
(162,108,147)
#8E5F81
(142,95,129)
#7A526F
(122,82,111)
#66455D
(102,69,93)
#52384B
(82,56,75)
#3E2B39
(62,43,57)
#2A1E27
(42,30,39)
#161115
(22,17,21)
#000000
(0,0,0)

Tints of #DE93C9

#DE93C9
(222,147,201)
#E19CCD
(225,156,205)
#E4A5D1
(228,165,209)
#E7AED5
(231,174,213)
#EAB7D9
(234,183,217)
#EDC0DD
(237,192,221)
#F0C9E1
(240,201,225)
#F3D2E5
(243,210,229)
#F6DBE9
(246,219,233)
#F9E4ED
(249,228,237)
#FCEDF1
(252,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DE93C9; }

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

This text font color is #DE93C9.


Background Color

.myBgColor { background-color: #DE93C9; }

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

This div background color is #DE93C9.


Border color

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

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

This div border color is #DE93C9.


Opacity

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

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

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

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

This text has shadow with #DE93C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE93C9 on black background.


Color preview on white background

This text has color #DE93C9 on white background.



Black color preview on #DE93C9 background

This text has black color on #DE93C9 background.


White color preview on #DE93C9 background

This text has white color on #DE93C9 background.