COLOR #DC6E96

HEX: #DC6E96
RGB: (220,110,150)

Color info

#DC6E96 contains mainly red color. Web safe color of #DC6E96 is #CC6699 (or #C69).

RGB color model

#DC6E96 color RGB value is (220,110,150).

  • red value is 220;
  • green value is 110;
  • blue value is 150.
RGB:
(220,110,150)
(86%,43%,59%)

RGB channels and saturation

R 220 of 255 = 86%
G 110 of 255 = 43%
B 150 of 255 = 59%

220
110
150

R + G + B ~ 63%. #DC6E96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 110 + 150 = 480 (100%)
R 220 of 480 ~ 45.83%
G 110 of 480 ~ 22.92%
B 150 of 480 ~ 31.25%

%45.83
%22.92
%31.25

CMYK color model

#DC6E96 color CMYK value is (0,50,32,14).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 31.82%
  • key color value is 13.73%
CMYK:
(0,50,32,14)
C0M50Y32K14 
(0%,50%,32%,14%)
(0.00/0.50/0.32/0.14)	

CMYK percentages

%0
%50
%31.82
%13.73

Codes

Color #DC6E96 in popluar color models

DC6E96
RGB220110150
HSL338°61.11%64.71%
HSB/HSV338°50.00%86.27%
CMYK0.00%50.00%31.82%
13.73%

Color #DC6E96 in popluar number systems.

HEXDC6E96
Decimal220110150
Binary11011100110111010010110
Octal334156226

Shades and tints

Shades of #DC6E96

#DC6E96
(220,110,150)
#C86489
(200,100,137)
#B45A7C
(180,90,124)
#A0506F
(160,80,111)
#8C4662
(140,70,98)
#783C55
(120,60,85)
#643248
(100,50,72)
#50283B
(80,40,59)
#3C1E2E
(60,30,46)
#281421
(40,20,33)
#140A14
(20,10,20)
#000000
(0,0,0)

Tints of #DC6E96

#DC6E96
(220,110,150)
#DF7B9F
(223,123,159)
#E288A8
(226,136,168)
#E595B1
(229,149,177)
#E8A2BA
(232,162,186)
#EBAFC3
(235,175,195)
#EEBCCC
(238,188,204)
#F1C9D5
(241,201,213)
#F4D6DE
(244,214,222)
#F7E3E7
(247,227,231)
#FAF0F0
(250,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC6E96 color. Also use rgb(220,110,150) instead hex code.

Text Font Color

.myTextColor { color: #DC6E96; }

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

This text font color is #DC6E96.


Background Color

.myBgColor { background-color: #DC6E96; }

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

This div background color is #DC6E96.


Border color

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

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

This div border color is #DC6E96.


Opacity

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

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

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

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

This text has shadow with #DC6E96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC6E96 on black background.


Color preview on white background

This text has color #DC6E96 on white background.



Black color preview on #DC6E96 background

This text has black color on #DC6E96 background.


White color preview on #DC6E96 background

This text has white color on #DC6E96 background.