COLOR #D69DDA

HEX: #D69DDA RGB: (214,157,218)

Color info

#D69DDA contains mainly red and blue colors. Web safe color of #D69DDA is #CC99CC (or #C9C).

RGB color model

#D69DDA color RGB value is (214,157,218).

RGB: (214,157,218) (84%, 62%, 85%)

RGB channels and saturation

R 214 of 255 = 84%
G 157 of 255 = 62%
B 218 of 255 = 85%

214
157
218

R + G + B ~ 77%. #D69DDA is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 157 + 218 = 589 (100%)
R 214 of 589 ~ 36.33%
G 157 of 589 ~ 26.66%
B 218 of 589 ~ 37.01'%

%36.33
%26.66
%37.01

CMYK color model

#D69DDA color CMYK value is (2,28,0,15).

  • cyan value is 1.83%
  • magenta value is 27.98%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (2,28,0,15)
C2M28Y0K15 (2%, 28%, 0%, 15%)
(0.02 / 0.28 / 0.00 / 0.15)

CMYK percentages

%1.83
%27.98
%0
%14.51

Codes

Color #D69DDA in popluar color models

D6 9D DA
RGB 214 157 218
HSL 296° 45.19% 73.53%
HSB/HSV 296° 27.98% 85.49%
CMYK 1.83% 27.98% 0.00%
14.51%

Color #D69DDA in popluar number systems.

HEX D6 9D DA
Decimal 214 157 218
Binary 11010110 10011101 11011010
Octal 326 235 332

Shades and tints

Shades of #D69DDA

#D69DDA
(214,157,218)
#C38FC7
(195,143,199)
#B081B4
(176,129,180)
#9D73A1
(157,115,161)
#8A658E
(138,101,142)
#77577B
(119,87,123)
#644968
(100,73,104)
#513B55
(81,59,85)
#3E2D42
(62,45,66)
#2B1F2F
(43,31,47)
#18111C
(24,17,28)
#000000
(0,0,0)

Tints of #D69DDA

#D69DDA
(214,157,218)
#D9A5DD
(217,165,221)
#DCADE0
(220,173,224)
#DFB5E3
(223,181,227)
#E2BDE6
(226,189,230)
#E5C5E9
(229,197,233)
#E8CDEC
(232,205,236)
#EBD5EF
(235,213,239)
#EEDDF2
(238,221,242)
#F1E5F5
(241,229,245)
#F4EDF8
(244,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D69DDA color. Also use rgb(214,157,218) instead hex code.

Text Font Color

.myTextColor { color: #D69DDA; }

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

This text font color is #D69DDA.

Background Color

.myBgColor { background-color: #D69DDA; }

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

This div background color is #D69DDA.

Border color

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

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

This div border color is #D69DDA.

Opacity

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

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

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

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

This text has shadow with #D69DDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D69DDA.

Preview

Color preview on black background

This text has color #D69DDA on black background.


Color preview on white background

This text has color #D69DDA on white background.


Black color preview on #D69DDA background

This text has black color on #D69DDA background.


White color preview on #D69DDA background

This text has white color on #D69DDA background.


Related colors

Complementary color

Complementary color for #hex is #296225.


I love getcolorcode.com

Triadic colors

1 #DAD69D and #9DDAD6 with #D69DDA are triadic colors.

2 #DA9DD6 and #9DD6DA with #D69DDA are triadic colors.