COLOR #DC9CD8

HEX: #DC9CD8 RGB: (220,156,216)

Color info

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

RGB color model

#DC9CD8 color RGB value is (220,156,216).

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

RGB channels and saturation

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

220
156
216

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

Portions of RGB colors in percentages

R + G + B = 220 + 156 + 216 = 592 (100%)
R 220 of 592 ~ 37.16%
G 156 of 592 ~ 26.35%
B 216 of 592 ~ 36.49'%

%37.16
%26.35
%36.49

CMYK color model

#DC9CD8 color CMYK value is (0,29,2,14).

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

CMYK: (0,29,2,14)
C0M29Y2K14 (0%, 29%, 2%, 14%)
(0.00 / 0.29 / 0.02 / 0.14)

CMYK percentages

%0
%29.09
%1.82
%13.73

Codes

Color #DC9CD8 in popluar color models

DC 9C D8
RGB 220 156 216
HSL 304° 47.76% 73.73%
HSB/HSV 304° 29.09% 86.27%
CMYK 0.00% 29.09% 1.82%
13.73%

Color #DC9CD8 in popluar number systems.

HEX DC 9C D8
Decimal 220 156 216
Binary 11011100 10011100 11011000
Octal 334 234 330

Shades and tints

Shades of #DC9CD8

#DC9CD8
(220,156,216)
#C88EC5
(200,142,197)
#B480B2
(180,128,178)
#A0729F
(160,114,159)
#8C648C
(140,100,140)
#785679
(120,86,121)
#644866
(100,72,102)
#503A53
(80,58,83)
#3C2C40
(60,44,64)
#281E2D
(40,30,45)
#14101A
(20,16,26)
#000000
(0,0,0)

Tints of #DC9CD8

#DC9CD8
(220,156,216)
#DFA5DB
(223,165,219)
#E2AEDE
(226,174,222)
#E5B7E1
(229,183,225)
#E8C0E4
(232,192,228)
#EBC9E7
(235,201,231)
#EED2EA
(238,210,234)
#F1DBED
(241,219,237)
#F4E4F0
(244,228,240)
#F7EDF3
(247,237,243)
#FAF6F6
(250,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DC9CD8; }

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

This text font color is #DC9CD8.

Background Color

.myBgColor { background-color: #DC9CD8; }

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

This div background color is #DC9CD8.

Border color

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

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

This div border color is #DC9CD8.

Opacity

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

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

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

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

This text has shadow with #DC9CD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DC9CD8.

Preview

Color preview on black background

This text has color #DC9CD8 on black background.


Color preview on white background

This text has color #DC9CD8 on white background.


Black color preview on #DC9CD8 background

This text has black color on #DC9CD8 background.


White color preview on #DC9CD8 background

This text has white color on #DC9CD8 background.


Related colors

Complementary color

Complementary color for #hex is #236327.


I love getcolorcode.com

Triadic colors

1 #D8DC9C and #9CD8DC with #DC9CD8 are triadic colors.

2 #D89CDC and #9CDCD8 with #DC9CD8 are triadic colors.