COLOR #DC9CC5

HEX: #DC9CC5 RGB: (220,156,197)

Color info

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

RGB color model

#DC9CC5 color RGB value is (220,156,197).

RGB: (220,156,197) (86%, 61%, 77%)

RGB channels and saturation

R 220 of 255 = 86%
G 156 of 255 = 61%
B 197 of 255 = 77%

220
156
197

R + G + B ~ 75%. #DC9CC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 156 + 197 = 573 (100%)
R 220 of 573 ~ 38.39%
G 156 of 573 ~ 27.23%
B 197 of 573 ~ 34.38'%

%38.39
%27.23
%34.38

CMYK color model

#DC9CC5 color CMYK value is (0,29,10,14).

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

CMYK: (0,29,10,14)
C0M29Y10K14 (0%, 29%, 10%, 14%)
(0.00 / 0.29 / 0.10 / 0.14)

CMYK percentages

%0
%29.09
%10.45
%13.73

Codes

Color #DC9CC5 in popluar color models

DC 9C C5
RGB 220 156 197
HSL 322° 47.76% 73.73%
HSB/HSV 322° 29.09% 86.27%
CMYK 0.00% 29.09% 10.45%
13.73%

Color #DC9CC5 in popluar number systems.

HEX DC 9C C5
Decimal 220 156 197
Binary 11011100 10011100 11000101
Octal 334 234 305

Shades and tints

Shades of #DC9CC5

#DC9CC5
(220,156,197)
#C88EB4
(200,142,180)
#B480A3
(180,128,163)
#A07292
(160,114,146)
#8C6481
(140,100,129)
#785670
(120,86,112)
#64485F
(100,72,95)
#503A4E
(80,58,78)
#3C2C3D
(60,44,61)
#281E2C
(40,30,44)
#14101B
(20,16,27)
#000000
(0,0,0)

Tints of #DC9CC5

#DC9CC5
(220,156,197)
#DFA5CA
(223,165,202)
#E2AECF
(226,174,207)
#E5B7D4
(229,183,212)
#E8C0D9
(232,192,217)
#EBC9DE
(235,201,222)
#EED2E3
(238,210,227)
#F1DBE8
(241,219,232)
#F4E4ED
(244,228,237)
#F7EDF2
(247,237,242)
#FAF6F7
(250,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DC9CC5; }

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

This text font color is #DC9CC5.

Background Color

.myBgColor { background-color: #DC9CC5; }

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

This div background color is #DC9CC5.

Border color

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

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

This div border color is #DC9CC5.

Opacity

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

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

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

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

This text has shadow with #DC9CC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DC9CC5.

Preview

Color preview on black background

This text has color #DC9CC5 on black background.


Color preview on white background

This text has color #DC9CC5 on white background.


Black color preview on #DC9CC5 background

This text has black color on #DC9CC5 background.


White color preview on #DC9CC5 background

This text has white color on #DC9CC5 background.


Related colors

Complementary color

Complementary color for #hex is #23633A.


I love getcolorcode.com

Triadic colors

1 #C5DC9C and #9CC5DC with #DC9CC5 are triadic colors.

2 #C59CDC and #9CDCC5 with #DC9CC5 are triadic colors.