COLOR #DA9DC0

HEX: #DA9DC0 RGB: (218,157,192)

Color info

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

RGB color model

#DA9DC0 color RGB value is (218,157,192).

RGB: (218,157,192) (85%, 62%, 75%)

RGB channels and saturation

R 218 of 255 = 85%
G 157 of 255 = 62%
B 192 of 255 = 75%

218
157
192

R + G + B ~ 74%. #DA9DC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 157 + 192 = 567 (100%)
R 218 of 567 ~ 38.45%
G 157 of 567 ~ 27.69%
B 192 of 567 ~ 33.86'%

%38.45
%27.69
%33.86

CMYK color model

#DA9DC0 color CMYK value is (0,28,12,15).

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

CMYK: (0,28,12,15)
C0M28Y12K15 (0%, 28%, 12%, 15%)
(0.00 / 0.28 / 0.12 / 0.15)

CMYK percentages

%0
%27.98
%11.93
%14.51

Codes

Color #DA9DC0 in popluar color models

DA 9D C0
RGB 218 157 192
HSL 326° 45.19% 73.53%
HSB/HSV 326° 27.98% 85.49%
CMYK 0.00% 27.98% 11.93%
14.51%

Color #DA9DC0 in popluar number systems.

HEX DA 9D C0
Decimal 218 157 192
Binary 11011010 10011101 11000000
Octal 332 235 300

Shades and tints

Shades of #DA9DC0

#DA9DC0
(218,157,192)
#C78FAF
(199,143,175)
#B4819E
(180,129,158)
#A1738D
(161,115,141)
#8E657C
(142,101,124)
#7B576B
(123,87,107)
#68495A
(104,73,90)
#553B49
(85,59,73)
#422D38
(66,45,56)
#2F1F27
(47,31,39)
#1C1116
(28,17,22)
#000000
(0,0,0)

Tints of #DA9DC0

#DA9DC0
(218,157,192)
#DDA5C5
(221,165,197)
#E0ADCA
(224,173,202)
#E3B5CF
(227,181,207)
#E6BDD4
(230,189,212)
#E9C5D9
(233,197,217)
#ECCDDE
(236,205,222)
#EFD5E3
(239,213,227)
#F2DDE8
(242,221,232)
#F5E5ED
(245,229,237)
#F8EDF2
(248,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA9DC0; }

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

This text font color is #DA9DC0.

Background Color

.myBgColor { background-color: #DA9DC0; }

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

This div background color is #DA9DC0.

Border color

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

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

This div border color is #DA9DC0.

Opacity

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

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

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

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

This text has shadow with #DA9DC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DA9DC0.

Preview

Color preview on black background

This text has color #DA9DC0 on black background.


Color preview on white background

This text has color #DA9DC0 on white background.


Black color preview on #DA9DC0 background

This text has black color on #DA9DC0 background.


White color preview on #DA9DC0 background

This text has white color on #DA9DC0 background.


Related colors

Complementary color

Complementary color for #hex is #25623F.


I love getcolorcode.com

Triadic colors

1 #C0DA9D and #9DC0DA with #DA9DC0 are triadic colors.

2 #C09DDA and #9DDAC0 with #DA9DC0 are triadic colors.