COLOR #D67DB6

HEX: #D67DB6 RGB: (214,125,182)

Color info

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

RGB color model

#D67DB6 color RGB value is (214,125,182).

RGB: (214,125,182) (84%, 49%, 71%)

RGB channels and saturation

R 214 of 255 = 84%
G 125 of 255 = 49%
B 182 of 255 = 71%

214
125
182

R + G + B ~ 68%. #D67DB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 125 + 182 = 521 (100%)
R 214 of 521 ~ 41.07%
G 125 of 521 ~ 23.99%
B 182 of 521 ~ 34.93'%

%41.07
%23.99
%34.93

CMYK color model

#D67DB6 color CMYK value is (0,42,15,16).

  • cyan value is 0.00%
  • magenta value is 41.59%
  • yellow value is 14.95%
  • key color value is 16.08%

CMYK: (0,42,15,16)
C0M42Y15K16 (0%, 42%, 15%, 16%)
(0.00 / 0.42 / 0.15 / 0.16)

CMYK percentages

%0
%41.59
%14.95
%16.08

Codes

Color #D67DB6 in popluar color models

D6 7D B6
RGB 214 125 182
HSL 322° 52.05% 66.47%
HSB/HSV 322° 41.59% 83.92%
CMYK 0.00% 41.59% 14.95%
16.08%

Color #D67DB6 in popluar number systems.

HEX D6 7D B6
Decimal 214 125 182
Binary 11010110 1111101 10110110
Octal 326 175 266

Shades and tints

Shades of #D67DB6

#D67DB6
(214,125,182)
#C372A6
(195,114,166)
#B06796
(176,103,150)
#9D5C86
(157,92,134)
#8A5176
(138,81,118)
#774666
(119,70,102)
#643B56
(100,59,86)
#513046
(81,48,70)
#3E2536
(62,37,54)
#2B1A26
(43,26,38)
#180F16
(24,15,22)
#000000
(0,0,0)

Tints of #D67DB6

#D67DB6
(214,125,182)
#D988BC
(217,136,188)
#DC93C2
(220,147,194)
#DF9EC8
(223,158,200)
#E2A9CE
(226,169,206)
#E5B4D4
(229,180,212)
#E8BFDA
(232,191,218)
#EBCAE0
(235,202,224)
#EED5E6
(238,213,230)
#F1E0EC
(241,224,236)
#F4EBF2
(244,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D67DB6 color. Also use rgb(214,125,182) instead hex code.

Text Font Color

.myTextColor { color: #D67DB6; }

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

This text font color is #D67DB6.

Background Color

.myBgColor { background-color: #D67DB6; }

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

This div background color is #D67DB6.

Border color

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

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

This div border color is #D67DB6.

Opacity

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

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

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

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

This text has shadow with #D67DB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D67DB6.

Preview

Color preview on black background

This text has color #D67DB6 on black background.


Color preview on white background

This text has color #D67DB6 on white background.


Black color preview on #D67DB6 background

This text has black color on #D67DB6 background.


White color preview on #D67DB6 background

This text has white color on #D67DB6 background.


Related colors

Complementary color

Complementary color for #hex is #298249.


I love getcolorcode.com

Triadic colors

1 #B6D67D and #7DB6D6 with #D67DB6 are triadic colors.

2 #B67DD6 and #7DD6B6 with #D67DB6 are triadic colors.