COLOR #DC82D0

HEX: #DC82D0
RGB: (220,130,208)

Color info

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

RGB color model

#DC82D0 color RGB value is (220,130,208).

  • red value is 220;
  • green value is 130;
  • blue value is 208.
RGB:
(220,130,208)
(86%,51%,82%)

RGB channels and saturation

R 220 of 255 = 86%
G 130 of 255 = 51%
B 208 of 255 = 82%

220
130
208

R + G + B ~ 73%. #DC82D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 130 + 208 = 558 (100%)
R 220 of 558 ~ 39.43%
G 130 of 558 ~ 23.3%
B 208 of 558 ~ 37.28%

%39.43
%23.3
%37.28

CMYK color model

#DC82D0 color CMYK value is (0,41,5,14).

  • cyan value is 0.00%
  • magenta value is 40.91%
  • yellow value is 5.45%
  • key color value is 13.73%
CMYK:
(0,41,5,14)
C0M41Y5K14 
(0%,41%,5%,14%)
(0.00/0.41/0.05/0.14)	

CMYK percentages

%0
%40.91
%5.45
%13.73

Codes

Color #DC82D0 in popluar color models

DC82D0
RGB220130208
HSL308°56.25%68.63%
HSB/HSV308°40.91%86.27%
CMYK0.00%40.91%5.45%
13.73%

Color #DC82D0 in popluar number systems.

HEXDC82D0
Decimal220130208
Binary110111001000001011010000
Octal334202320

Shades and tints

Shades of #DC82D0

#DC82D0
(220,130,208)
#C877BE
(200,119,190)
#B46CAC
(180,108,172)
#A0619A
(160,97,154)
#8C5688
(140,86,136)
#784B76
(120,75,118)
#644064
(100,64,100)
#503552
(80,53,82)
#3C2A40
(60,42,64)
#281F2E
(40,31,46)
#14141C
(20,20,28)
#000000
(0,0,0)

Tints of #DC82D0

#DC82D0
(220,130,208)
#DF8DD4
(223,141,212)
#E298D8
(226,152,216)
#E5A3DC
(229,163,220)
#E8AEE0
(232,174,224)
#EBB9E4
(235,185,228)
#EEC4E8
(238,196,232)
#F1CFEC
(241,207,236)
#F4DAF0
(244,218,240)
#F7E5F4
(247,229,244)
#FAF0F8
(250,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DC82D0; }

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

This text font color is #DC82D0.


Background Color

.myBgColor { background-color: #DC82D0; }

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

This div background color is #DC82D0.


Border color

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

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

This div border color is #DC82D0.


Opacity

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

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

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

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

This text has shadow with #DC82D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC82D0 on black background.


Color preview on white background

This text has color #DC82D0 on white background.



Black color preview on #DC82D0 background

This text has black color on #DC82D0 background.


White color preview on #DC82D0 background

This text has white color on #DC82D0 background.