COLOR #DE9DDD

HEX: #DE9DDD RGB: (222,157,221)

Color info

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

RGB color model

#DE9DDD color RGB value is (222,157,221).

RGB: (222,157,221) (87%, 62%, 87%)

RGB channels and saturation

R 222 of 255 = 87%
G 157 of 255 = 62%
B 221 of 255 = 87%

222
157
221

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

Portions of RGB colors in percentages

R + G + B = 222 + 157 + 221 = 600 (100%)
R 222 of 600 ~ 37%
G 157 of 600 ~ 26.17%
B 221 of 600 ~ 36.83'%

%37
%26.17
%36.83

CMYK color model

#DE9DDD color CMYK value is (0,29,0,13).

  • cyan value is 0.00%
  • magenta value is 29.28%
  • yellow value is 0.45%
  • key color value is 12.94%
CMYK: (0,29,0,13) C0M29Y0K13 (0%,29%,0%,13%) (0.00/0.29/0.00/0.13) 

CMYK percentages

%0
%29.28
%0.45
%12.94

Codes

Color #DE9DDD in popluar color models

DE 9D DD
RGB 222 157 221
HSL 301° 49.62% 74.31%
HSB/HSV 301° 29.28% 87.06%
CMYK 0.00% 29.28% 0.45%
12.94%

Color #DE9DDD in popluar number systems.

HEX DE 9D DD
Decimal 222 157 221
Binary 11011110 10011101 11011101
Octal 336 235 335

Shades and tints

Shades of #DE9DDD

#DE9DDD
(222,157,221)
#CA8FC9
(202,143,201)
#B681B5
(182,129,181)
#A273A1
(162,115,161)
#8E658D
(142,101,141)
#7A5779
(122,87,121)
#664965
(102,73,101)
#523B51
(82,59,81)
#3E2D3D
(62,45,61)
#2A1F29
(42,31,41)
#161115
(22,17,21)
#000000
(0,0,0)

Tints of #DE9DDD

#DE9DDD
(222,157,221)
#E1A5E0
(225,165,224)
#E4ADE3
(228,173,227)
#E7B5E6
(231,181,230)
#EABDE9
(234,189,233)
#EDC5EC
(237,197,236)
#F0CDEF
(240,205,239)
#F3D5F2
(243,213,242)
#F6DDF5
(246,221,245)
#F9E5F8
(249,229,248)
#FCEDFB
(252,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE9DDD color. Also use rgb(222,157,221) instead hex code.

Text Font Color

.myTextColor { color: #DE9DDD; }

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

This text font color is #DE9DDD.

Background Color

.myBgColor { background-color: #DE9DDD; }

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

This div background color is #DE9DDD.

Border color

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

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

This div border color is #DE9DDD.

Opacity

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

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

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

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

This text has shadow with #DE9DDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DE9DDD.

Preview

Color preview on black background

This text has color #DE9DDD on black background.


Color preview on white background

This text has color #DE9DDD on white background.


Black color preview on #DE9DDD background

This text has black color on #DE9DDD background.


White color preview on #DE9DDD background

This text has white color on #DE9DDD background.


Related colors

Complementary color

Complementary color for #hex is #216222.


I love getcolorcode.com

Triadic colors

1 #DDDE9D and #9DDDDE with #DE9DDD are triadic colors.

2 #DD9DDE and #9DDEDD with #DE9DDD are triadic colors.