COLOR #DC8DF7

HEX: #DC8DF7
RGB: (220,141,247)

Color info

#DC8DF7 contains mainly red and blue colors. Web safe color of #DC8DF7 is #CC99FF (or #C9F).

RGB color model

#DC8DF7 color RGB value is (220,141,247).

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

RGB channels and saturation

R 220 of 255 = 86%
G 141 of 255 = 55%
B 247 of 255 = 97%

220
141
247

R + G + B ~ 79%. #DC8DF7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 141 + 247 = 608 (100%)
R 220 of 608 ~ 36.18%
G 141 of 608 ~ 23.19%
B 247 of 608 ~ 40.63%

%36.18
%23.19
%40.63

CMYK color model

#DC8DF7 color CMYK value is (11,43,0,3).

  • cyan value is 10.93%
  • magenta value is 42.91%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(11,43,0,3)
C11M43Y0K3 
(11%,43%,0%,3%)
(0.11/0.43/0.00/0.03)	

CMYK percentages

%10.93
%42.91
%0
%3.14

Codes

Color #DC8DF7 in popluar color models

DC8DF7
RGB220141247
HSL285°86.89%76.08%
HSB/HSV285°42.91%96.86%
CMYK10.93%42.91%0.00%
3.14%

Color #DC8DF7 in popluar number systems.

HEXDC8DF7
Decimal220141247
Binary110111001000110111110111
Octal334215367

Shades and tints

Shades of #DC8DF7

#DC8DF7
(220,141,247)
#C881E1
(200,129,225)
#B475CB
(180,117,203)
#A069B5
(160,105,181)
#8C5D9F
(140,93,159)
#785189
(120,81,137)
#644573
(100,69,115)
#50395D
(80,57,93)
#3C2D47
(60,45,71)
#282131
(40,33,49)
#14151B
(20,21,27)
#000000
(0,0,0)

Tints of #DC8DF7

#DC8DF7
(220,141,247)
#DF97F7
(223,151,247)
#E2A1F7
(226,161,247)
#E5ABF7
(229,171,247)
#E8B5F7
(232,181,247)
#EBBFF7
(235,191,247)
#EEC9F7
(238,201,247)
#F1D3F7
(241,211,247)
#F4DDF7
(244,221,247)
#F7E7F7
(247,231,247)
#FAF1F7
(250,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DC8DF7; }

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

This text font color is #DC8DF7.


Background Color

.myBgColor { background-color: #DC8DF7; }

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

This div background color is #DC8DF7.


Border color

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

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

This div border color is #DC8DF7.


Opacity

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

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

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

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

This text has shadow with #DC8DF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC8DF7 on black background.


Color preview on white background

This text has color #DC8DF7 on white background.



Black color preview on #DC8DF7 background

This text has black color on #DC8DF7 background.


White color preview on #DC8DF7 background

This text has white color on #DC8DF7 background.