COLOR #D667D3

HEX: #D667D3
RGB: (214,103,211)

Color info

#D667D3 contains mainly red and blue colors. Web safe color of #D667D3 is #CC66CC (or #C6C).

RGB color model

#D667D3 color RGB value is (214,103,211).

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

RGB channels and saturation

R 214 of 255 = 84%
G 103 of 255 = 40%
B 211 of 255 = 83%

214
103
211

R + G + B ~ 69%. #D667D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 103 + 211 = 528 (100%)
R 214 of 528 ~ 40.53%
G 103 of 528 ~ 19.51%
B 211 of 528 ~ 39.96%

%40.53
%19.51
%39.96

CMYK color model

#D667D3 color CMYK value is (0,52,1,16).

  • cyan value is 0.00%
  • magenta value is 51.87%
  • yellow value is 1.40%
  • key color value is 16.08%
CMYK:
(0,52,1,16)
C0M52Y1K16 
(0%,52%,1%,16%)
(0.00/0.52/0.01/0.16)	

CMYK percentages

%0
%51.87
%1.4
%16.08

Codes

Color #D667D3 in popluar color models

D667D3
RGB214103211
HSL302°57.51%62.16%
HSB/HSV302°51.87%83.92%
CMYK0.00%51.87%1.40%
16.08%

Color #D667D3 in popluar number systems.

HEXD667D3
Decimal214103211
Binary11010110110011111010011
Octal326147323

Shades and tints

Shades of #D667D3

#D667D3
(214,103,211)
#C35EC0
(195,94,192)
#B055AD
(176,85,173)
#9D4C9A
(157,76,154)
#8A4387
(138,67,135)
#773A74
(119,58,116)
#643161
(100,49,97)
#51284E
(81,40,78)
#3E1F3B
(62,31,59)
#2B1628
(43,22,40)
#180D15
(24,13,21)
#000000
(0,0,0)

Tints of #D667D3

#D667D3
(214,103,211)
#D974D7
(217,116,215)
#DC81DB
(220,129,219)
#DF8EDF
(223,142,223)
#E29BE3
(226,155,227)
#E5A8E7
(229,168,231)
#E8B5EB
(232,181,235)
#EBC2EF
(235,194,239)
#EECFF3
(238,207,243)
#F1DCF7
(241,220,247)
#F4E9FB
(244,233,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D667D3; }

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

This text font color is #D667D3.


Background Color

.myBgColor { background-color: #D667D3; }

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

This div background color is #D667D3.


Border color

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

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

This div border color is #D667D3.


Opacity

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

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

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

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

This text has shadow with #D667D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D667D3 on black background.


Color preview on white background

This text has color #D667D3 on white background.



Black color preview on #D667D3 background

This text has black color on #D667D3 background.


White color preview on #D667D3 background

This text has white color on #D667D3 background.