COLOR #DC8CDC

HEX: #DC8CDC
RGB: (220,140,220)

Color info

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

RGB color model

#DC8CDC color RGB value is (220,140,220).

  • red value is 220;
  • green value is 140;
  • blue value is 220.
RGB:
(220,140,220)
(86%,55%,86%)

RGB channels and saturation

R 220 of 255 = 86%
G 140 of 255 = 55%
B 220 of 255 = 86%

220
140
220

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

Portions of RGB colors in percentages

R + G + B =
220 + 140 + 220 = 580 (100%)
R 220 of 580 ~ 37.93%
G 140 of 580 ~ 24.14%
B 220 of 580 ~ 37.93%

%37.93
%24.14
%37.93

CMYK color model

#DC8CDC color CMYK value is (0,36,0,14).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(0,36,0,14)
C0M36Y0K14 
(0%,36%,0%,14%)
(0.00/0.36/0.00/0.14)	

CMYK percentages

%0
%36.36
%0
%13.73

Codes

Color #DC8CDC in popluar color models

DC8CDC
RGB220140220
HSL300°53.33%70.59%
HSB/HSV300°36.36%86.27%
CMYK0.00%36.36%0.00%
13.73%

Color #DC8CDC in popluar number systems.

HEXDC8CDC
Decimal220140220
Binary110111001000110011011100
Octal334214334

Shades and tints

Shades of #DC8CDC

#DC8CDC
(220,140,220)
#C880C8
(200,128,200)
#B474B4
(180,116,180)
#A068A0
(160,104,160)
#8C5C8C
(140,92,140)
#785078
(120,80,120)
#644464
(100,68,100)
#503850
(80,56,80)
#3C2C3C
(60,44,60)
#282028
(40,32,40)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #DC8CDC

#DC8CDC
(220,140,220)
#DF96DF
(223,150,223)
#E2A0E2
(226,160,226)
#E5AAE5
(229,170,229)
#E8B4E8
(232,180,232)
#EBBEEB
(235,190,235)
#EEC8EE
(238,200,238)
#F1D2F1
(241,210,241)
#F4DCF4
(244,220,244)
#F7E6F7
(247,230,247)
#FAF0FA
(250,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DC8CDC; }

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

This text font color is #DC8CDC.


Background Color

.myBgColor { background-color: #DC8CDC; }

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

This div background color is #DC8CDC.


Border color

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

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

This div border color is #DC8CDC.


Opacity

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

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

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

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

This text has shadow with #DC8CDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC8CDC on black background.


Color preview on white background

This text has color #DC8CDC on white background.



Black color preview on #DC8CDC background

This text has black color on #DC8CDC background.


White color preview on #DC8CDC background

This text has white color on #DC8CDC background.