COLOR #DC9DCD

HEX: #DC9DCD
RGB: (220,157,205)

Color info

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

RGB color model

#DC9DCD color RGB value is (220,157,205).

  • red value is 220;
  • green value is 157;
  • blue value is 205.
RGB:
(220,157,205)
(86%,62%,80%)

RGB channels and saturation

R 220 of 255 = 86%
G 157 of 255 = 62%
B 205 of 255 = 80%

220
157
205

R + G + B ~ 76%. #DC9DCD is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 157 + 205 = 582 (100%)
R 220 of 582 ~ 37.8%
G 157 of 582 ~ 26.98%
B 205 of 582 ~ 35.22%

%37.8
%26.98
%35.22

CMYK color model

#DC9DCD color CMYK value is (0,29,7,14).

  • cyan value is 0.00%
  • magenta value is 28.64%
  • yellow value is 6.82%
  • key color value is 13.73%
CMYK:
(0,29,7,14)
C0M29Y7K14 
(0%,29%,7%,14%)
(0.00/0.29/0.07/0.14)	

CMYK percentages

%0
%28.64
%6.82
%13.73

Codes

Color #DC9DCD in popluar color models

DC9DCD
RGB220157205
HSL314°47.37%73.92%
HSB/HSV314°28.64%86.27%
CMYK0.00%28.64%6.82%
13.73%

Color #DC9DCD in popluar number systems.

HEXDC9DCD
Decimal220157205
Binary110111001001110111001101
Octal334235315

Shades and tints

Shades of #DC9DCD

#DC9DCD
(220,157,205)
#C88FBB
(200,143,187)
#B481A9
(180,129,169)
#A07397
(160,115,151)
#8C6585
(140,101,133)
#785773
(120,87,115)
#644961
(100,73,97)
#503B4F
(80,59,79)
#3C2D3D
(60,45,61)
#281F2B
(40,31,43)
#141119
(20,17,25)
#000000
(0,0,0)

Tints of #DC9DCD

#DC9DCD
(220,157,205)
#DFA5D1
(223,165,209)
#E2ADD5
(226,173,213)
#E5B5D9
(229,181,217)
#E8BDDD
(232,189,221)
#EBC5E1
(235,197,225)
#EECDE5
(238,205,229)
#F1D5E9
(241,213,233)
#F4DDED
(244,221,237)
#F7E5F1
(247,229,241)
#FAEDF5
(250,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC9DCD color. Also use rgb(220,157,205) instead hex code.

Text Font Color

.myTextColor { color: #DC9DCD; }

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

This text font color is #DC9DCD.


Background Color

.myBgColor { background-color: #DC9DCD; }

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

This div background color is #DC9DCD.


Border color

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

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

This div border color is #DC9DCD.


Opacity

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

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

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

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

This text has shadow with #DC9DCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC9DCD on black background.


Color preview on white background

This text has color #DC9DCD on white background.



Black color preview on #DC9DCD background

This text has black color on #DC9DCD background.


White color preview on #DC9DCD background

This text has white color on #DC9DCD background.