COLOR #DC95CE

HEX: #DC95CE
RGB: (220,149,206)

Color info

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

RGB color model

#DC95CE color RGB value is (220,149,206).

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

RGB channels and saturation

R 220 of 255 = 86%
G 149 of 255 = 58%
B 206 of 255 = 81%

220
149
206

R + G + B ~ 75%. #DC95CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 149 + 206 = 575 (100%)
R 220 of 575 ~ 38.26%
G 149 of 575 ~ 25.91%
B 206 of 575 ~ 35.83%

%38.26
%25.91
%35.83

CMYK color model

#DC95CE color CMYK value is (0,32,6,14).

  • cyan value is 0.00%
  • magenta value is 32.27%
  • yellow value is 6.36%
  • key color value is 13.73%
CMYK:
(0,32,6,14)
C0M32Y6K14 
(0%,32%,6%,14%)
(0.00/0.32/0.06/0.14)	

CMYK percentages

%0
%32.27
%6.36
%13.73

Codes

Color #DC95CE in popluar color models

DC95CE
RGB220149206
HSL312°50.35%72.35%
HSB/HSV312°32.27%86.27%
CMYK0.00%32.27%6.36%
13.73%

Color #DC95CE in popluar number systems.

HEXDC95CE
Decimal220149206
Binary110111001001010111001110
Octal334225316

Shades and tints

Shades of #DC95CE

#DC95CE
(220,149,206)
#C888BC
(200,136,188)
#B47BAA
(180,123,170)
#A06E98
(160,110,152)
#8C6186
(140,97,134)
#785474
(120,84,116)
#644762
(100,71,98)
#503A50
(80,58,80)
#3C2D3E
(60,45,62)
#28202C
(40,32,44)
#14131A
(20,19,26)
#000000
(0,0,0)

Tints of #DC95CE

#DC95CE
(220,149,206)
#DF9ED2
(223,158,210)
#E2A7D6
(226,167,214)
#E5B0DA
(229,176,218)
#E8B9DE
(232,185,222)
#EBC2E2
(235,194,226)
#EECBE6
(238,203,230)
#F1D4EA
(241,212,234)
#F4DDEE
(244,221,238)
#F7E6F2
(247,230,242)
#FAEFF6
(250,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DC95CE; }

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

This text font color is #DC95CE.


Background Color

.myBgColor { background-color: #DC95CE; }

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

This div background color is #DC95CE.


Border color

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

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

This div border color is #DC95CE.


Opacity

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

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

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

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

This text has shadow with #DC95CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC95CE on black background.


Color preview on white background

This text has color #DC95CE on white background.



Black color preview on #DC95CE background

This text has black color on #DC95CE background.


White color preview on #DC95CE background

This text has white color on #DC95CE background.