COLOR #DC9CDA

HEX: #DC9CDA RGB: (220,156,218)

Color info

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

RGB color model

#DC9CDA color RGB value is (220,156,218).

RGB: (220,156,218) (86%, 61%, 85%)

RGB channels and saturation

R 220 of 255 = 86%
G 156 of 255 = 61%
B 218 of 255 = 85%

220
156
218

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

Portions of RGB colors in percentages

R + G + B = 220 + 156 + 218 = 594 (100%)
R 220 of 594 ~ 37.04%
G 156 of 594 ~ 26.26%
B 218 of 594 ~ 36.7'%

%37.04
%26.26
%36.7

CMYK color model

#DC9CDA color CMYK value is (0,29,1,14).

  • cyan value is 0.00%
  • magenta value is 29.09%
  • yellow value is 0.91%
  • key color value is 13.73%

CMYK: (0,29,1,14)
C0M29Y1K14 (0%, 29%, 1%, 14%)
(0.00 / 0.29 / 0.01 / 0.14)

CMYK percentages

%0
%29.09
%0.91
%13.73

Codes

Color #DC9CDA in popluar color models

DC 9C DA
RGB 220 156 218
HSL 302° 47.76% 73.73%
HSB/HSV 302° 29.09% 86.27%
CMYK 0.00% 29.09% 0.91%
13.73%

Color #DC9CDA in popluar number systems.

HEX DC 9C DA
Decimal 220 156 218
Binary 11011100 10011100 11011010
Octal 334 234 332

Shades and tints

Shades of #DC9CDA

#DC9CDA
(220,156,218)
#C88EC7
(200,142,199)
#B480B4
(180,128,180)
#A072A1
(160,114,161)
#8C648E
(140,100,142)
#78567B
(120,86,123)
#644868
(100,72,104)
#503A55
(80,58,85)
#3C2C42
(60,44,66)
#281E2F
(40,30,47)
#14101C
(20,16,28)
#000000
(0,0,0)

Tints of #DC9CDA

#DC9CDA
(220,156,218)
#DFA5DD
(223,165,221)
#E2AEE0
(226,174,224)
#E5B7E3
(229,183,227)
#E8C0E6
(232,192,230)
#EBC9E9
(235,201,233)
#EED2EC
(238,210,236)
#F1DBEF
(241,219,239)
#F4E4F2
(244,228,242)
#F7EDF5
(247,237,245)
#FAF6F8
(250,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC9CDA color. Also use rgb(220,156,218) instead hex code.

Text Font Color

.myTextColor { color: #DC9CDA; }

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

This text font color is #DC9CDA.

Background Color

.myBgColor { background-color: #DC9CDA; }

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

This div background color is #DC9CDA.

Border color

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

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

This div border color is #DC9CDA.

Opacity

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

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

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

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

This text has shadow with #DC9CDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DC9CDA.

Preview

Color preview on black background

This text has color #DC9CDA on black background.


Color preview on white background

This text has color #DC9CDA on white background.


Black color preview on #DC9CDA background

This text has black color on #DC9CDA background.


White color preview on #DC9CDA background

This text has white color on #DC9CDA background.


Related colors

Complementary color

Complementary color for #hex is #236325.


I love getcolorcode.com

Triadic colors

1 #DADC9C and #9CDADC with #DC9CDA are triadic colors.

2 #DA9CDC and #9CDCDA with #DC9CDA are triadic colors.