COLOR #DE95E3

HEX: #DE95E3
RGB: (222,149,227)

Color info

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

RGB color model

#DE95E3 color RGB value is (222,149,227).

  • red value is 222;
  • green value is 149;
  • blue value is 227.
RGB:
(222,149,227)
(87%,58%,89%)

RGB channels and saturation

R 222 of 255 = 87%
G 149 of 255 = 58%
B 227 of 255 = 89%

222
149
227

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

Portions of RGB colors in percentages

R + G + B =
222 + 149 + 227 = 598 (100%)
R 222 of 598 ~ 37.12%
G 149 of 598 ~ 24.92%
B 227 of 598 ~ 37.96%

%37.12
%24.92
%37.96

CMYK color model

#DE95E3 color CMYK value is (2,34,0,11).

  • cyan value is 2.20%
  • magenta value is 34.36%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(2,34,0,11)
C2M34Y0K11 
(2%,34%,0%,11%)
(0.02/0.34/0.00/0.11)	

CMYK percentages

%2.2
%34.36
%0
%10.98

Codes

Color #DE95E3 in popluar color models

DE95E3
RGB222149227
HSL296°58.21%73.73%
HSB/HSV296°34.36%89.02%
CMYK2.20%34.36%0.00%
10.98%

Color #DE95E3 in popluar number systems.

HEXDE95E3
Decimal222149227
Binary110111101001010111100011
Octal336225343

Shades and tints

Shades of #DE95E3

#DE95E3
(222,149,227)
#CA88CF
(202,136,207)
#B67BBB
(182,123,187)
#A26EA7
(162,110,167)
#8E6193
(142,97,147)
#7A547F
(122,84,127)
#66476B
(102,71,107)
#523A57
(82,58,87)
#3E2D43
(62,45,67)
#2A202F
(42,32,47)
#16131B
(22,19,27)
#000000
(0,0,0)

Tints of #DE95E3

#DE95E3
(222,149,227)
#E19EE5
(225,158,229)
#E4A7E7
(228,167,231)
#E7B0E9
(231,176,233)
#EAB9EB
(234,185,235)
#EDC2ED
(237,194,237)
#F0CBEF
(240,203,239)
#F3D4F1
(243,212,241)
#F6DDF3
(246,221,243)
#F9E6F5
(249,230,245)
#FCEFF7
(252,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE95E3 color. Also use rgb(222,149,227) instead hex code.

Text Font Color

.myTextColor { color: #DE95E3; }

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

This text font color is #DE95E3.


Background Color

.myBgColor { background-color: #DE95E3; }

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

This div background color is #DE95E3.


Border color

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

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

This div border color is #DE95E3.


Opacity

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

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

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

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

This text has shadow with #DE95E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE95E3 on black background.


Color preview on white background

This text has color #DE95E3 on white background.



Black color preview on #DE95E3 background

This text has black color on #DE95E3 background.


White color preview on #DE95E3 background

This text has white color on #DE95E3 background.