COLOR #D14DB6

HEX: #D14DB6 RGB: (209,77,182)

Color info

#D14DB6 contains mainly red and blue colors. Web safe color of #D14DB6 is #CC33CC (or #C3C).

RGB color model

#D14DB6 color RGB value is (209,77,182).

RGB: (209,77,182) (82%, 30%, 71%)

RGB channels and saturation

R 209 of 255 = 82%
G 77 of 255 = 30%
B 182 of 255 = 71%

209
77
182

R + G + B ~ 61%. #D14DB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 77 + 182 = 468 (100%)
R 209 of 468 ~ 44.66%
G 77 of 468 ~ 16.45%
B 182 of 468 ~ 38.89'%

%44.66
%16.45
%38.89

CMYK color model

#D14DB6 color CMYK value is (0,63,13,18).

  • cyan value is 0.00%
  • magenta value is 63.16%
  • yellow value is 12.92%
  • key color value is 18.04%

CMYK: (0,63,13,18)
C0M63Y13K18 (0%, 63%, 13%, 18%)
(0.00 / 0.63 / 0.13 / 0.18)

CMYK percentages

%0
%63.16
%12.92
%18.04

Codes

Color #D14DB6 in popluar color models

D1 4D B6
RGB 209 77 182
HSL 312° 58.93% 56.08%
HSB/HSV 312° 63.16% 81.96%
CMYK 0.00% 63.16% 12.92%
18.04%

Color #D14DB6 in popluar number systems.

HEX D1 4D B6
Decimal 209 77 182
Binary 11010001 1001101 10110110
Octal 321 115 266

Shades and tints

Shades of #D14DB6

#D14DB6
(209,77,182)
#BE46A6
(190,70,166)
#AB3F96
(171,63,150)
#983886
(152,56,134)
#853176
(133,49,118)
#722A66
(114,42,102)
#5F2356
(95,35,86)
#4C1C46
(76,28,70)
#391536
(57,21,54)
#260E26
(38,14,38)
#130716
(19,7,22)
#000000
(0,0,0)

Tints of #D14DB6

#D14DB6
(209,77,182)
#D55DBC
(213,93,188)
#D96DC2
(217,109,194)
#DD7DC8
(221,125,200)
#E18DCE
(225,141,206)
#E59DD4
(229,157,212)
#E9ADDA
(233,173,218)
#EDBDE0
(237,189,224)
#F1CDE6
(241,205,230)
#F5DDEC
(245,221,236)
#F9EDF2
(249,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D14DB6 color. Also use rgb(209,77,182) instead hex code.

Text Font Color

.myTextColor { color: #D14DB6; }

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

This text font color is #D14DB6.

Background Color

.myBgColor { background-color: #D14DB6; }

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

This div background color is #D14DB6.

Border color

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

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

This div border color is #D14DB6.

Opacity

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

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

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

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

This text has shadow with #D14DB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D14DB6.

Preview

Color preview on black background

This text has color #D14DB6 on black background.


Color preview on white background

This text has color #D14DB6 on white background.


Black color preview on #D14DB6 background

This text has black color on #D14DB6 background.


White color preview on #D14DB6 background

This text has white color on #D14DB6 background.


Related colors

Complementary color

Complementary color for #hex is #2EB249.


I love getcolorcode.com

Triadic colors

1 #B6D14D and #4DB6D1 with #D14DB6 are triadic colors.

2 #B64DD1 and #4DD1B6 with #D14DB6 are triadic colors.