COLOR #D667A1

HEX: #D667A1
RGB: (214,103,161)

Color info

#D667A1 contains mainly red and blue colors. Web safe color of #D667A1 is #CC6699 (or #C69).

RGB color model

#D667A1 color RGB value is (214,103,161).

  • red value is 214;
  • green value is 103;
  • blue value is 161.
RGB:
(214,103,161)
(84%,40%,63%)

RGB channels and saturation

R 214 of 255 = 84%
G 103 of 255 = 40%
B 161 of 255 = 63%

214
103
161

R + G + B ~ 62%. #D667A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 103 + 161 = 478 (100%)
R 214 of 478 ~ 44.77%
G 103 of 478 ~ 21.55%
B 161 of 478 ~ 33.68%

%44.77
%21.55
%33.68

CMYK color model

#D667A1 color CMYK value is (0,52,25,16).

  • cyan value is 0.00%
  • magenta value is 51.87%
  • yellow value is 24.77%
  • key color value is 16.08%
CMYK:
(0,52,25,16)
C0M52Y25K16 
(0%,52%,25%,16%)
(0.00/0.52/0.25/0.16)	

CMYK percentages

%0
%51.87
%24.77
%16.08

Codes

Color #D667A1 in popluar color models

D667A1
RGB214103161
HSL329°57.51%62.16%
HSB/HSV329°51.87%83.92%
CMYK0.00%51.87%24.77%
16.08%

Color #D667A1 in popluar number systems.

HEXD667A1
Decimal214103161
Binary11010110110011110100001
Octal326147241

Shades and tints

Shades of #D667A1

#D667A1
(214,103,161)
#C35E93
(195,94,147)
#B05585
(176,85,133)
#9D4C77
(157,76,119)
#8A4369
(138,67,105)
#773A5B
(119,58,91)
#64314D
(100,49,77)
#51283F
(81,40,63)
#3E1F31
(62,31,49)
#2B1623
(43,22,35)
#180D15
(24,13,21)
#000000
(0,0,0)

Tints of #D667A1

#D667A1
(214,103,161)
#D974A9
(217,116,169)
#DC81B1
(220,129,177)
#DF8EB9
(223,142,185)
#E29BC1
(226,155,193)
#E5A8C9
(229,168,201)
#E8B5D1
(232,181,209)
#EBC2D9
(235,194,217)
#EECFE1
(238,207,225)
#F1DCE9
(241,220,233)
#F4E9F1
(244,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D667A1 color. Also use rgb(214,103,161) instead hex code.

Text Font Color

.myTextColor { color: #D667A1; }

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

This text font color is #D667A1.


Background Color

.myBgColor { background-color: #D667A1; }

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

This div background color is #D667A1.


Border color

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

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

This div border color is #D667A1.


Opacity

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

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

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

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

This text has shadow with #D667A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D667A1 on black background.


Color preview on white background

This text has color #D667A1 on white background.



Black color preview on #D667A1 background

This text has black color on #D667A1 background.


White color preview on #D667A1 background

This text has white color on #D667A1 background.