COLOR #DC95EF

HEX: #DC95EF
RGB: (220,149,239)

Color info

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

RGB color model

#DC95EF color RGB value is (220,149,239).

  • red value is 220;
  • green value is 149;
  • blue value is 239.
RGB:
(220,149,239)
(86%,58%,94%)

RGB channels and saturation

R 220 of 255 = 86%
G 149 of 255 = 58%
B 239 of 255 = 94%

220
149
239

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

Portions of RGB colors in percentages

R + G + B =
220 + 149 + 239 = 608 (100%)
R 220 of 608 ~ 36.18%
G 149 of 608 ~ 24.51%
B 239 of 608 ~ 39.31%

%36.18
%24.51
%39.31

CMYK color model

#DC95EF color CMYK value is (8,38,0,6).

  • cyan value is 7.95%
  • magenta value is 37.66%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(8,38,0,6)
C8M38Y0K6 
(8%,38%,0%,6%)
(0.08/0.38/0.00/0.06)	

CMYK percentages

%7.95
%37.66
%0
%6.27

Codes

Color #DC95EF in popluar color models

DC95EF
RGB220149239
HSL287°73.77%76.08%
HSB/HSV287°37.66%93.73%
CMYK7.95%37.66%0.00%
6.27%

Color #DC95EF in popluar number systems.

HEXDC95EF
Decimal220149239
Binary110111001001010111101111
Octal334225357

Shades and tints

Shades of #DC95EF

#DC95EF
(220,149,239)
#C888DA
(200,136,218)
#B47BC5
(180,123,197)
#A06EB0
(160,110,176)
#8C619B
(140,97,155)
#785486
(120,84,134)
#644771
(100,71,113)
#503A5C
(80,58,92)
#3C2D47
(60,45,71)
#282032
(40,32,50)
#14131D
(20,19,29)
#000000
(0,0,0)

Tints of #DC95EF

#DC95EF
(220,149,239)
#DF9EF0
(223,158,240)
#E2A7F1
(226,167,241)
#E5B0F2
(229,176,242)
#E8B9F3
(232,185,243)
#EBC2F4
(235,194,244)
#EECBF5
(238,203,245)
#F1D4F6
(241,212,246)
#F4DDF7
(244,221,247)
#F7E6F8
(247,230,248)
#FAEFF9
(250,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DC95EF; }

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

This text font color is #DC95EF.


Background Color

.myBgColor { background-color: #DC95EF; }

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

This div background color is #DC95EF.


Border color

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

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

This div border color is #DC95EF.


Opacity

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

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

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

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

This text has shadow with #DC95EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC95EF on black background.


Color preview on white background

This text has color #DC95EF on white background.



Black color preview on #DC95EF background

This text has black color on #DC95EF background.


White color preview on #DC95EF background

This text has white color on #DC95EF background.