COLOR #D66E82

HEX: #D66E82
RGB: (214,110,130)

Color info

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

RGB color model

#D66E82 color RGB value is (214,110,130).

  • red value is 214;
  • green value is 110;
  • blue value is 130.
RGB:
(214,110,130)
(84%,43%,51%)

RGB channels and saturation

R 214 of 255 = 84%
G 110 of 255 = 43%
B 130 of 255 = 51%

214
110
130

R + G + B ~ 59%. #D66E82 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
214 + 110 + 130 = 454 (100%)
R 214 of 454 ~ 47.14%
G 110 of 454 ~ 24.23%
B 130 of 454 ~ 28.63%

%47.14
%24.23
%28.63

CMYK color model

#D66E82 color CMYK value is (0,49,39,16).

  • cyan value is 0.00%
  • magenta value is 48.60%
  • yellow value is 39.25%
  • key color value is 16.08%
CMYK:
(0,49,39,16)
C0M49Y39K16 
(0%,49%,39%,16%)
(0.00/0.49/0.39/0.16)	

CMYK percentages

%0
%48.6
%39.25
%16.08

Codes

Color #D66E82 in popluar color models

D66E82
RGB214110130
HSL348°55.91%63.53%
HSB/HSV348°48.60%83.92%
CMYK0.00%48.60%39.25%
16.08%

Color #D66E82 in popluar number systems.

HEXD66E82
Decimal214110130
Binary11010110110111010000010
Octal326156202

Shades and tints

Shades of #D66E82

#D66E82
(214,110,130)
#C36477
(195,100,119)
#B05A6C
(176,90,108)
#9D5061
(157,80,97)
#8A4656
(138,70,86)
#773C4B
(119,60,75)
#643240
(100,50,64)
#512835
(81,40,53)
#3E1E2A
(62,30,42)
#2B141F
(43,20,31)
#180A14
(24,10,20)
#000000
(0,0,0)

Tints of #D66E82

#D66E82
(214,110,130)
#D97B8D
(217,123,141)
#DC8898
(220,136,152)
#DF95A3
(223,149,163)
#E2A2AE
(226,162,174)
#E5AFB9
(229,175,185)
#E8BCC4
(232,188,196)
#EBC9CF
(235,201,207)
#EED6DA
(238,214,218)
#F1E3E5
(241,227,229)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D66E82 color. Also use rgb(214,110,130) instead hex code.

Text Font Color

.myTextColor { color: #D66E82; }

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

This text font color is #D66E82.


Background Color

.myBgColor { background-color: #D66E82; }

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

This div background color is #D66E82.


Border color

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

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

This div border color is #D66E82.


Opacity

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

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

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

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

This text has shadow with #D66E82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D66E82 on black background.


Color preview on white background

This text has color #D66E82 on white background.



Black color preview on #D66E82 background

This text has black color on #D66E82 background.


White color preview on #D66E82 background

This text has white color on #D66E82 background.