COLOR #DC83E8

HEX: #DC83E8
RGB: (220,131,232)

Color info

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

RGB color model

#DC83E8 color RGB value is (220,131,232).

  • red value is 220;
  • green value is 131;
  • blue value is 232.
RGB:
(220,131,232)
(86%,51%,91%)

RGB channels and saturation

R 220 of 255 = 86%
G 131 of 255 = 51%
B 232 of 255 = 91%

220
131
232

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

Portions of RGB colors in percentages

R + G + B =
220 + 131 + 232 = 583 (100%)
R 220 of 583 ~ 37.74%
G 131 of 583 ~ 22.47%
B 232 of 583 ~ 39.79%

%37.74
%22.47
%39.79

CMYK color model

#DC83E8 color CMYK value is (5,44,0,9).

  • cyan value is 5.17%
  • magenta value is 43.53%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(5,44,0,9)
C5M44Y0K9 
(5%,44%,0%,9%)
(0.05/0.44/0.00/0.09)	

CMYK percentages

%5.17
%43.53
%0
%9.02

Codes

Color #DC83E8 in popluar color models

DC83E8
RGB220131232
HSL293°68.71%71.18%
HSB/HSV293°43.53%90.98%
CMYK5.17%43.53%0.00%
9.02%

Color #DC83E8 in popluar number systems.

HEXDC83E8
Decimal220131232
Binary110111001000001111101000
Octal334203350

Shades and tints

Shades of #DC83E8

#DC83E8
(220,131,232)
#C878D3
(200,120,211)
#B46DBE
(180,109,190)
#A062A9
(160,98,169)
#8C5794
(140,87,148)
#784C7F
(120,76,127)
#64416A
(100,65,106)
#503655
(80,54,85)
#3C2B40
(60,43,64)
#28202B
(40,32,43)
#141516
(20,21,22)
#000000
(0,0,0)

Tints of #DC83E8

#DC83E8
(220,131,232)
#DF8EEA
(223,142,234)
#E299EC
(226,153,236)
#E5A4EE
(229,164,238)
#E8AFF0
(232,175,240)
#EBBAF2
(235,186,242)
#EEC5F4
(238,197,244)
#F1D0F6
(241,208,246)
#F4DBF8
(244,219,248)
#F7E6FA
(247,230,250)
#FAF1FC
(250,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DC83E8; }

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

This text font color is #DC83E8.


Background Color

.myBgColor { background-color: #DC83E8; }

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

This div background color is #DC83E8.


Border color

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

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

This div border color is #DC83E8.


Opacity

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

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

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

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

This text has shadow with #DC83E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC83E8 on black background.


Color preview on white background

This text has color #DC83E8 on white background.



Black color preview on #DC83E8 background

This text has black color on #DC83E8 background.


White color preview on #DC83E8 background

This text has white color on #DC83E8 background.