COLOR #D69DDF

HEX: #D69DDF
RGB: (214,157,223)

Color info

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

RGB color model

#D69DDF color RGB value is (214,157,223).

  • red value is 214;
  • green value is 157;
  • blue value is 223.
RGB:
(214,157,223)
(84%,62%,87%)

RGB channels and saturation

R 214 of 255 = 84%
G 157 of 255 = 62%
B 223 of 255 = 87%

214
157
223

R + G + B ~ 78%. #D69DDF is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 157 + 223 = 594 (100%)
R 214 of 594 ~ 36.03%
G 157 of 594 ~ 26.43%
B 223 of 594 ~ 37.54%

%36.03
%26.43
%37.54

CMYK color model

#D69DDF color CMYK value is (4,30,0,13).

  • cyan value is 4.04%
  • magenta value is 29.60%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(4,30,0,13)
C4M30Y0K13 
(4%,30%,0%,13%)
(0.04/0.30/0.00/0.13)	

CMYK percentages

%4.04
%29.6
%0
%12.55

Codes

Color #D69DDF in popluar color models

D69DDF
RGB214157223
HSL292°50.77%74.51%
HSB/HSV292°29.60%87.45%
CMYK4.04%29.60%0.00%
12.55%

Color #D69DDF in popluar number systems.

HEXD69DDF
Decimal214157223
Binary110101101001110111011111
Octal326235337

Shades and tints

Shades of #D69DDF

#D69DDF
(214,157,223)
#C38FCB
(195,143,203)
#B081B7
(176,129,183)
#9D73A3
(157,115,163)
#8A658F
(138,101,143)
#77577B
(119,87,123)
#644967
(100,73,103)
#513B53
(81,59,83)
#3E2D3F
(62,45,63)
#2B1F2B
(43,31,43)
#181117
(24,17,23)
#000000
(0,0,0)

Tints of #D69DDF

#D69DDF
(214,157,223)
#D9A5E1
(217,165,225)
#DCADE3
(220,173,227)
#DFB5E5
(223,181,229)
#E2BDE7
(226,189,231)
#E5C5E9
(229,197,233)
#E8CDEB
(232,205,235)
#EBD5ED
(235,213,237)
#EEDDEF
(238,221,239)
#F1E5F1
(241,229,241)
#F4EDF3
(244,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D69DDF; }

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

This text font color is #D69DDF.


Background Color

.myBgColor { background-color: #D69DDF; }

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

This div background color is #D69DDF.


Border color

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

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

This div border color is #D69DDF.


Opacity

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

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

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

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

This text has shadow with #D69DDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D69DDF on black background.


Color preview on white background

This text has color #D69DDF on white background.



Black color preview on #D69DDF background

This text has black color on #D69DDF background.


White color preview on #D69DDF background

This text has white color on #D69DDF background.