COLOR #DA9BC2

HEX: #DA9BC2 RGB: (218,155,194)

Color info

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

RGB color model

#DA9BC2 color RGB value is (218,155,194).

RGB: (218,155,194) (85%, 61%, 76%)

RGB channels and saturation

R 218 of 255 = 85%
G 155 of 255 = 61%
B 194 of 255 = 76%

218
155
194

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

Portions of RGB colors in percentages

R + G + B = 218 + 155 + 194 = 567 (100%)
R 218 of 567 ~ 38.45%
G 155 of 567 ~ 27.34%
B 194 of 567 ~ 34.22'%

%38.45
%27.34
%34.22

CMYK color model

#DA9BC2 color CMYK value is (0,29,11,15).

  • cyan value is 0.00%
  • magenta value is 28.90%
  • yellow value is 11.01%
  • key color value is 14.51%
CMYK: (0,29,11,15) C0M29Y11K15 (0%,29%,11%,15%) (0.00/0.29/0.11/0.15) 

CMYK percentages

%0
%28.9
%11.01
%14.51

Codes

Color #DA9BC2 in popluar color models

DA 9B C2
RGB 218 155 194
HSL 323° 45.99% 73.14%
HSB/HSV 323° 28.90% 85.49%
CMYK 0.00% 28.90% 11.01%
14.51%

Color #DA9BC2 in popluar number systems.

HEX DA 9B C2
Decimal 218 155 194
Binary 11011010 10011011 11000010
Octal 332 233 302

Shades and tints

Shades of #DA9BC2

#DA9BC2
(218,155,194)
#C78DB1
(199,141,177)
#B47FA0
(180,127,160)
#A1718F
(161,113,143)
#8E637E
(142,99,126)
#7B556D
(123,85,109)
#68475C
(104,71,92)
#55394B
(85,57,75)
#422B3A
(66,43,58)
#2F1D29
(47,29,41)
#1C0F18
(28,15,24)
#000000
(0,0,0)

Tints of #DA9BC2

#DA9BC2
(218,155,194)
#DDA4C7
(221,164,199)
#E0ADCC
(224,173,204)
#E3B6D1
(227,182,209)
#E6BFD6
(230,191,214)
#E9C8DB
(233,200,219)
#ECD1E0
(236,209,224)
#EFDAE5
(239,218,229)
#F2E3EA
(242,227,234)
#F5ECEF
(245,236,239)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA9BC2 color. Also use rgb(218,155,194) instead hex code.

Text Font Color

.myTextColor { color: #DA9BC2; }

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

This text font color is #DA9BC2.

Background Color

.myBgColor { background-color: #DA9BC2; }

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

This div background color is #DA9BC2.

Border color

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

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

This div border color is #DA9BC2.

Opacity

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

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

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

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

This text has shadow with #DA9BC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DA9BC2.

Preview

Color preview on black background

This text has color #DA9BC2 on black background.


Color preview on white background

This text has color #DA9BC2 on white background.


Black color preview on #DA9BC2 background

This text has black color on #DA9BC2 background.


White color preview on #DA9BC2 background

This text has white color on #DA9BC2 background.


Related colors

Complementary color

Complementary color for #hex is #25643D.


I love getcolorcode.com

Triadic colors

1 #C2DA9B and #9BC2DA with #DA9BC2 are triadic colors.

2 #C29BDA and #9BDAC2 with #DA9BC2 are triadic colors.