COLOR #DA9EDD

HEX: #DA9EDD RGB: (218,158,221)

Color info

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

RGB color model

#DA9EDD color RGB value is (218,158,221).

RGB: (218,158,221) (85%, 62%, 87%)

RGB channels and saturation

R 218 of 255 = 85%
G 158 of 255 = 62%
B 221 of 255 = 87%

218
158
221

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

Portions of RGB colors in percentages

R + G + B = 218 + 158 + 221 = 597 (100%)
R 218 of 597 ~ 36.52%
G 158 of 597 ~ 26.47%
B 221 of 597 ~ 37.02'%

%36.52
%26.47
%37.02

CMYK color model

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

  • cyan value is 1.36%
  • magenta value is 28.51%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (1,29,0,13)
C1M29Y0K13 (1%, 29%, 0%, 13%)
(0.01 / 0.29 / 0.00 / 0.13)

CMYK percentages

%1.36
%28.51
%0
%13.33

Codes

Color #DA9EDD in popluar color models

DA 9E DD
RGB 218 158 221
HSL 297° 48.09% 74.31%
HSB/HSV 297° 28.51% 86.67%
CMYK 1.36% 28.51% 0.00%
13.33%

Color #DA9EDD in popluar number systems.

HEX DA 9E DD
Decimal 218 158 221
Binary 11011010 10011110 11011101
Octal 332 236 335

Shades and tints

Shades of #DA9EDD

#DA9EDD
(218,158,221)
#C790C9
(199,144,201)
#B482B5
(180,130,181)
#A174A1
(161,116,161)
#8E668D
(142,102,141)
#7B5879
(123,88,121)
#684A65
(104,74,101)
#553C51
(85,60,81)
#422E3D
(66,46,61)
#2F2029
(47,32,41)
#1C1215
(28,18,21)
#000000
(0,0,0)

Tints of #DA9EDD

#DA9EDD
(218,158,221)
#DDA6E0
(221,166,224)
#E0AEE3
(224,174,227)
#E3B6E6
(227,182,230)
#E6BEE9
(230,190,233)
#E9C6EC
(233,198,236)
#ECCEEF
(236,206,239)
#EFD6F2
(239,214,242)
#F2DEF5
(242,222,245)
#F5E6F8
(245,230,248)
#F8EEFB
(248,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA9EDD color. Also use rgb(218,158,221) instead hex code.

Text Font Color

.myTextColor { color: #DA9EDD; }

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

This text font color is #DA9EDD.

Background Color

.myBgColor { background-color: #DA9EDD; }

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

This div background color is #DA9EDD.

Border color

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

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

This div border color is #DA9EDD.

Opacity

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

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

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

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

This text has shadow with #DA9EDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DA9EDD.

Preview

Color preview on black background

This text has color #DA9EDD on black background.


Color preview on white background

This text has color #DA9EDD on white background.


Black color preview on #DA9EDD background

This text has black color on #DA9EDD background.


White color preview on #DA9EDD background

This text has white color on #DA9EDD background.


Related colors

Complementary color

Complementary color for #hex is #256122.


I love getcolorcode.com

Triadic colors

1 #DDDA9E and #9EDDDA with #DA9EDD are triadic colors.

2 #DD9EDA and #9EDADD with #DA9EDD are triadic colors.