COLOR #DE9FE4

HEX: #DE9FE4 RGB: (222,159,228)

Color info

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

RGB color model

#DE9FE4 color RGB value is (222,159,228).

RGB: (222,159,228) (87%, 62%, 89%)

RGB channels and saturation

R 222 of 255 = 87%
G 159 of 255 = 62%
B 228 of 255 = 89%

222
159
228

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

Portions of RGB colors in percentages

R + G + B = 222 + 159 + 228 = 609 (100%)
R 222 of 609 ~ 36.45%
G 159 of 609 ~ 26.11%
B 228 of 609 ~ 37.44'%

%36.45
%26.11
%37.44

CMYK color model

#DE9FE4 color CMYK value is (3,30,0,11).

  • cyan value is 2.63%
  • magenta value is 30.26%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (3,30,0,11)
C3M30Y0K11 (3%, 30%, 0%, 11%)
(0.03 / 0.30 / 0.00 / 0.11)

CMYK percentages

%2.63
%30.26
%0
%10.59

Codes

Color #DE9FE4 in popluar color models

DE 9F E4
RGB 222 159 228
HSL 295° 56.10% 75.88%
HSB/HSV 295° 30.26% 89.41%
CMYK 2.63% 30.26% 0.00%
10.59%

Color #DE9FE4 in popluar number systems.

HEX DE 9F E4
Decimal 222 159 228
Binary 11011110 10011111 11100100
Octal 336 237 344

Shades and tints

Shades of #DE9FE4

#DE9FE4
(222,159,228)
#CA91D0
(202,145,208)
#B683BC
(182,131,188)
#A275A8
(162,117,168)
#8E6794
(142,103,148)
#7A5980
(122,89,128)
#664B6C
(102,75,108)
#523D58
(82,61,88)
#3E2F44
(62,47,68)
#2A2130
(42,33,48)
#16131C
(22,19,28)
#000000
(0,0,0)

Tints of #DE9FE4

#DE9FE4
(222,159,228)
#E1A7E6
(225,167,230)
#E4AFE8
(228,175,232)
#E7B7EA
(231,183,234)
#EABFEC
(234,191,236)
#EDC7EE
(237,199,238)
#F0CFF0
(240,207,240)
#F3D7F2
(243,215,242)
#F6DFF4
(246,223,244)
#F9E7F6
(249,231,246)
#FCEFF8
(252,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE9FE4 color. Also use rgb(222,159,228) instead hex code.

Text Font Color

.myTextColor { color: #DE9FE4; }

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

This text font color is #DE9FE4.

Background Color

.myBgColor { background-color: #DE9FE4; }

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

This div background color is #DE9FE4.

Border color

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

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

This div border color is #DE9FE4.

Opacity

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

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

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

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

This text has shadow with #DE9FE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DE9FE4.

Preview

Color preview on black background

This text has color #DE9FE4 on black background.


Color preview on white background

This text has color #DE9FE4 on white background.


Black color preview on #DE9FE4 background

This text has black color on #DE9FE4 background.


White color preview on #DE9FE4 background

This text has white color on #DE9FE4 background.


Related colors

Complementary color

Complementary color for #hex is #21601B.


I love getcolorcode.com

Triadic colors

1 #E4DE9F and #9FE4DE with #DE9FE4 are triadic colors.

2 #E49FDE and #9FDEE4 with #DE9FE4 are triadic colors.