COLOR #DC95C1

HEX: #DC95C1
RGB: (220,149,193)

Color info

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

RGB color model

#DC95C1 color RGB value is (220,149,193).

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

RGB channels and saturation

R 220 of 255 = 86%
G 149 of 255 = 58%
B 193 of 255 = 76%

220
149
193

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

Portions of RGB colors in percentages

R + G + B =
220 + 149 + 193 = 562 (100%)
R 220 of 562 ~ 39.15%
G 149 of 562 ~ 26.51%
B 193 of 562 ~ 34.34%

%39.15
%26.51
%34.34

CMYK color model

#DC95C1 color CMYK value is (0,32,12,14).

  • cyan value is 0.00%
  • magenta value is 32.27%
  • yellow value is 12.27%
  • key color value is 13.73%
CMYK:
(0,32,12,14)
C0M32Y12K14 
(0%,32%,12%,14%)
(0.00/0.32/0.12/0.14)	

CMYK percentages

%0
%32.27
%12.27
%13.73

Codes

Color #DC95C1 in popluar color models

DC95C1
RGB220149193
HSL323°50.35%72.35%
HSB/HSV323°32.27%86.27%
CMYK0.00%32.27%12.27%
13.73%

Color #DC95C1 in popluar number systems.

HEXDC95C1
Decimal220149193
Binary110111001001010111000001
Octal334225301

Shades and tints

Shades of #DC95C1

#DC95C1
(220,149,193)
#C888B0
(200,136,176)
#B47B9F
(180,123,159)
#A06E8E
(160,110,142)
#8C617D
(140,97,125)
#78546C
(120,84,108)
#64475B
(100,71,91)
#503A4A
(80,58,74)
#3C2D39
(60,45,57)
#282028
(40,32,40)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #DC95C1

#DC95C1
(220,149,193)
#DF9EC6
(223,158,198)
#E2A7CB
(226,167,203)
#E5B0D0
(229,176,208)
#E8B9D5
(232,185,213)
#EBC2DA
(235,194,218)
#EECBDF
(238,203,223)
#F1D4E4
(241,212,228)
#F4DDE9
(244,221,233)
#F7E6EE
(247,230,238)
#FAEFF3
(250,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DC95C1; }

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

This text font color is #DC95C1.


Background Color

.myBgColor { background-color: #DC95C1; }

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

This div background color is #DC95C1.


Border color

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

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

This div border color is #DC95C1.


Opacity

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

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

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

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

This text has shadow with #DC95C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC95C1 on black background.


Color preview on white background

This text has color #DC95C1 on white background.



Black color preview on #DC95C1 background

This text has black color on #DC95C1 background.


White color preview on #DC95C1 background

This text has white color on #DC95C1 background.