COLOR #DC93EB

HEX: #DC93EB
RGB: (220,147,235)

Color info

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

RGB color model

#DC93EB color RGB value is (220,147,235).

  • red value is 220;
  • green value is 147;
  • blue value is 235.
RGB:
(220,147,235)
(86%,58%,92%)

RGB channels and saturation

R 220 of 255 = 86%
G 147 of 255 = 58%
B 235 of 255 = 92%

220
147
235

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

Portions of RGB colors in percentages

R + G + B =
220 + 147 + 235 = 602 (100%)
R 220 of 602 ~ 36.54%
G 147 of 602 ~ 24.42%
B 235 of 602 ~ 39.04%

%36.54
%24.42
%39.04

CMYK color model

#DC93EB color CMYK value is (6,37,0,8).

  • cyan value is 6.38%
  • magenta value is 37.45%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(6,37,0,8)
C6M37Y0K8 
(6%,37%,0%,8%)
(0.06/0.37/0.00/0.08)	

CMYK percentages

%6.38
%37.45
%0
%7.84

Codes

Color #DC93EB in popluar color models

DC93EB
RGB220147235
HSL290°68.75%74.90%
HSB/HSV290°37.45%92.16%
CMYK6.38%37.45%0.00%
7.84%

Color #DC93EB in popluar number systems.

HEXDC93EB
Decimal220147235
Binary110111001001001111101011
Octal334223353

Shades and tints

Shades of #DC93EB

#DC93EB
(220,147,235)
#C886D6
(200,134,214)
#B479C1
(180,121,193)
#A06CAC
(160,108,172)
#8C5F97
(140,95,151)
#785282
(120,82,130)
#64456D
(100,69,109)
#503858
(80,56,88)
#3C2B43
(60,43,67)
#281E2E
(40,30,46)
#141119
(20,17,25)
#000000
(0,0,0)

Tints of #DC93EB

#DC93EB
(220,147,235)
#DF9CEC
(223,156,236)
#E2A5ED
(226,165,237)
#E5AEEE
(229,174,238)
#E8B7EF
(232,183,239)
#EBC0F0
(235,192,240)
#EEC9F1
(238,201,241)
#F1D2F2
(241,210,242)
#F4DBF3
(244,219,243)
#F7E4F4
(247,228,244)
#FAEDF5
(250,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DC93EB; }

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

This text font color is #DC93EB.


Background Color

.myBgColor { background-color: #DC93EB; }

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

This div background color is #DC93EB.


Border color

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

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

This div border color is #DC93EB.


Opacity

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

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

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

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

This text has shadow with #DC93EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC93EB on black background.


Color preview on white background

This text has color #DC93EB on white background.



Black color preview on #DC93EB background

This text has black color on #DC93EB background.


White color preview on #DC93EB background

This text has white color on #DC93EB background.