COLOR #D66671

HEX: #D66671
RGB: (214,102,113)

Color info

#D66671 contains mainly red color. Web safe color of #D66671 is #CC6666 (or #C66).

RGB color model

#D66671 color RGB value is (214,102,113).

  • red value is 214;
  • green value is 102;
  • blue value is 113.
RGB:
(214,102,113)
(84%,40%,44%)

RGB channels and saturation

R 214 of 255 = 84%
G 102 of 255 = 40%
B 113 of 255 = 44%

214
102
113

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

Portions of RGB colors in percentages

R + G + B =
214 + 102 + 113 = 429 (100%)
R 214 of 429 ~ 49.88%
G 102 of 429 ~ 23.78%
B 113 of 429 ~ 26.34%

%49.88
%23.78
%26.34

CMYK color model

#D66671 color CMYK value is (0,52,47,16).

  • cyan value is 0.00%
  • magenta value is 52.34%
  • yellow value is 47.20%
  • key color value is 16.08%
CMYK:
(0,52,47,16)
C0M52Y47K16 
(0%,52%,47%,16%)
(0.00/0.52/0.47/0.16)	

CMYK percentages

%0
%52.34
%47.2
%16.08

Codes

Color #D66671 in popluar color models

D66671
RGB214102113
HSL354°57.73%61.96%
HSB/HSV354°52.34%83.92%
CMYK0.00%52.34%47.20%
16.08%

Color #D66671 in popluar number systems.

HEXD66671
Decimal214102113
Binary1101011011001101110001
Octal326146161

Shades and tints

Shades of #D66671

#D66671
(214,102,113)
#C35D67
(195,93,103)
#B0545D
(176,84,93)
#9D4B53
(157,75,83)
#8A4249
(138,66,73)
#77393F
(119,57,63)
#643035
(100,48,53)
#51272B
(81,39,43)
#3E1E21
(62,30,33)
#2B1517
(43,21,23)
#180C0D
(24,12,13)
#000000
(0,0,0)

Tints of #D66671

#D66671
(214,102,113)
#D9737D
(217,115,125)
#DC8089
(220,128,137)
#DF8D95
(223,141,149)
#E29AA1
(226,154,161)
#E5A7AD
(229,167,173)
#E8B4B9
(232,180,185)
#EBC1C5
(235,193,197)
#EECED1
(238,206,209)
#F1DBDD
(241,219,221)
#F4E8E9
(244,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D66671 color. Also use rgb(214,102,113) instead hex code.

Text Font Color

.myTextColor { color: #D66671; }

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

This text font color is #D66671.


Background Color

.myBgColor { background-color: #D66671; }

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

This div background color is #D66671.


Border color

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

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

This div border color is #D66671.


Opacity

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

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

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

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

This text has shadow with #D66671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D66671 on black background.


Color preview on white background

This text has color #D66671 on white background.



Black color preview on #D66671 background

This text has black color on #D66671 background.


White color preview on #D66671 background

This text has white color on #D66671 background.