COLOR #DA9DD3

HEX: #DA9DD3 RGB: (218,157,211)

Color info

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

RGB color model

#DA9DD3 color RGB value is (218,157,211).

RGB: (218,157,211) (85%, 62%, 83%)

RGB channels and saturation

R 218 of 255 = 85%
G 157 of 255 = 62%
B 211 of 255 = 83%

218
157
211

R + G + B ~ 77%. #DA9DD3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 157 + 211 = 586 (100%)
R 218 of 586 ~ 37.2%
G 157 of 586 ~ 26.79%
B 211 of 586 ~ 36.01'%

%37.2
%26.79
%36.01

CMYK color model

#DA9DD3 color CMYK value is (0,28,3,15).

  • cyan value is 0.00%
  • magenta value is 27.98%
  • yellow value is 3.21%
  • key color value is 14.51%

CMYK: (0,28,3,15)
C0M28Y3K15 (0%, 28%, 3%, 15%)
(0.00 / 0.28 / 0.03 / 0.15)

CMYK percentages

%0
%27.98
%3.21
%14.51

Codes

Color #DA9DD3 in popluar color models

DA 9D D3
RGB 218 157 211
HSL 307° 45.19% 73.53%
HSB/HSV 307° 27.98% 85.49%
CMYK 0.00% 27.98% 3.21%
14.51%

Color #DA9DD3 in popluar number systems.

HEX DA 9D D3
Decimal 218 157 211
Binary 11011010 10011101 11010011
Octal 332 235 323

Shades and tints

Shades of #DA9DD3

#DA9DD3
(218,157,211)
#C78FC0
(199,143,192)
#B481AD
(180,129,173)
#A1739A
(161,115,154)
#8E6587
(142,101,135)
#7B5774
(123,87,116)
#684961
(104,73,97)
#553B4E
(85,59,78)
#422D3B
(66,45,59)
#2F1F28
(47,31,40)
#1C1115
(28,17,21)
#000000
(0,0,0)

Tints of #DA9DD3

#DA9DD3
(218,157,211)
#DDA5D7
(221,165,215)
#E0ADDB
(224,173,219)
#E3B5DF
(227,181,223)
#E6BDE3
(230,189,227)
#E9C5E7
(233,197,231)
#ECCDEB
(236,205,235)
#EFD5EF
(239,213,239)
#F2DDF3
(242,221,243)
#F5E5F7
(245,229,247)
#F8EDFB
(248,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA9DD3 color. Also use rgb(218,157,211) instead hex code.

Text Font Color

.myTextColor { color: #DA9DD3; }

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

This text font color is #DA9DD3.

Background Color

.myBgColor { background-color: #DA9DD3; }

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

This div background color is #DA9DD3.

Border color

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

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

This div border color is #DA9DD3.

Opacity

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

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

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

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

This text has shadow with #DA9DD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DA9DD3.

Preview

Color preview on black background

This text has color #DA9DD3 on black background.


Color preview on white background

This text has color #DA9DD3 on white background.


Black color preview on #DA9DD3 background

This text has black color on #DA9DD3 background.


White color preview on #DA9DD3 background

This text has white color on #DA9DD3 background.


Related colors

Complementary color

Complementary color for #hex is #25622C.


I love getcolorcode.com

Triadic colors

1 #D3DA9D and #9DD3DA with #DA9DD3 are triadic colors.

2 #D39DDA and #9DDAD3 with #DA9DD3 are triadic colors.