COLOR #DE95C8

HEX: #DE95C8
RGB: (222,149,200)

Color info

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

RGB color model

#DE95C8 color RGB value is (222,149,200).

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

RGB channels and saturation

R 222 of 255 = 87%
G 149 of 255 = 58%
B 200 of 255 = 78%

222
149
200

R + G + B ~ 74%. #DE95C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 149 + 200 = 571 (100%)
R 222 of 571 ~ 38.88%
G 149 of 571 ~ 26.09%
B 200 of 571 ~ 35.03%

%38.88
%26.09
%35.03

CMYK color model

#DE95C8 color CMYK value is (0,33,10,13).

  • cyan value is 0.00%
  • magenta value is 32.88%
  • yellow value is 9.91%
  • key color value is 12.94%
CMYK:
(0,33,10,13)
C0M33Y10K13 
(0%,33%,10%,13%)
(0.00/0.33/0.10/0.13)	

CMYK percentages

%0
%32.88
%9.91
%12.94

Codes

Color #DE95C8 in popluar color models

DE95C8
RGB222149200
HSL318°52.52%72.75%
HSB/HSV318°32.88%87.06%
CMYK0.00%32.88%9.91%
12.94%

Color #DE95C8 in popluar number systems.

HEXDE95C8
Decimal222149200
Binary110111101001010111001000
Octal336225310

Shades and tints

Shades of #DE95C8

#DE95C8
(222,149,200)
#CA88B6
(202,136,182)
#B67BA4
(182,123,164)
#A26E92
(162,110,146)
#8E6180
(142,97,128)
#7A546E
(122,84,110)
#66475C
(102,71,92)
#523A4A
(82,58,74)
#3E2D38
(62,45,56)
#2A2026
(42,32,38)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #DE95C8

#DE95C8
(222,149,200)
#E19ECD
(225,158,205)
#E4A7D2
(228,167,210)
#E7B0D7
(231,176,215)
#EAB9DC
(234,185,220)
#EDC2E1
(237,194,225)
#F0CBE6
(240,203,230)
#F3D4EB
(243,212,235)
#F6DDF0
(246,221,240)
#F9E6F5
(249,230,245)
#FCEFFA
(252,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DE95C8; }

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

This text font color is #DE95C8.


Background Color

.myBgColor { background-color: #DE95C8; }

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

This div background color is #DE95C8.


Border color

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

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

This div border color is #DE95C8.


Opacity

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

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

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

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

This text has shadow with #DE95C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE95C8 on black background.


Color preview on white background

This text has color #DE95C8 on white background.



Black color preview on #DE95C8 background

This text has black color on #DE95C8 background.


White color preview on #DE95C8 background

This text has white color on #DE95C8 background.