COLOR #DE99E3

HEX: #DE99E3
RGB: (222,153,227)

Color info

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

RGB color model

#DE99E3 color RGB value is (222,153,227).

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

RGB channels and saturation

R 222 of 255 = 87%
G 153 of 255 = 60%
B 227 of 255 = 89%

222
153
227

R + G + B ~ 79%. #DE99E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 153 + 227 = 602 (100%)
R 222 of 602 ~ 36.88%
G 153 of 602 ~ 25.42%
B 227 of 602 ~ 37.71%

%36.88
%25.42
%37.71

CMYK color model

#DE99E3 color CMYK value is (2,33,0,11).

  • cyan value is 2.20%
  • magenta value is 32.60%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(2,33,0,11)
C2M33Y0K11 
(2%,33%,0%,11%)
(0.02/0.33/0.00/0.11)	

CMYK percentages

%2.2
%32.6
%0
%10.98

Codes

Color #DE99E3 in popluar color models

DE99E3
RGB222153227
HSL296°56.92%74.51%
HSB/HSV296°32.60%89.02%
CMYK2.20%32.60%0.00%
10.98%

Color #DE99E3 in popluar number systems.

HEXDE99E3
Decimal222153227
Binary110111101001100111100011
Octal336231343

Shades and tints

Shades of #DE99E3

#DE99E3
(222,153,227)
#CA8CCF
(202,140,207)
#B67FBB
(182,127,187)
#A272A7
(162,114,167)
#8E6593
(142,101,147)
#7A587F
(122,88,127)
#664B6B
(102,75,107)
#523E57
(82,62,87)
#3E3143
(62,49,67)
#2A242F
(42,36,47)
#16171B
(22,23,27)
#000000
(0,0,0)

Tints of #DE99E3

#DE99E3
(222,153,227)
#E1A2E5
(225,162,229)
#E4ABE7
(228,171,231)
#E7B4E9
(231,180,233)
#EABDEB
(234,189,235)
#EDC6ED
(237,198,237)
#F0CFEF
(240,207,239)
#F3D8F1
(243,216,241)
#F6E1F3
(246,225,243)
#F9EAF5
(249,234,245)
#FCF3F7
(252,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DE99E3; }

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

This text font color is #DE99E3.


Background Color

.myBgColor { background-color: #DE99E3; }

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

This div background color is #DE99E3.


Border color

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

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

This div border color is #DE99E3.


Opacity

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

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

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

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

This text has shadow with #DE99E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE99E3 on black background.


Color preview on white background

This text has color #DE99E3 on white background.



Black color preview on #DE99E3 background

This text has black color on #DE99E3 background.


White color preview on #DE99E3 background

This text has white color on #DE99E3 background.