COLOR #D69EF1

HEX: #D69EF1 RGB: (214,158,241)

Color info

#D69EF1 contains mainly red and blue colors. Web safe color of #D69EF1 is #CC99FF (or #C9F).

RGB color model

#D69EF1 color RGB value is (214,158,241).

RGB: (214,158,241) (84%, 62%, 95%)

RGB channels and saturation

R 214 of 255 = 84%
G 158 of 255 = 62%
B 241 of 255 = 95%

214
158
241

R + G + B ~ 80%. #D69EF1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 158 + 241 = 613 (100%)
R 214 of 613 ~ 34.91%
G 158 of 613 ~ 25.77%
B 241 of 613 ~ 39.31'%

%34.91
%25.77
%39.31

CMYK color model

#D69EF1 color CMYK value is (11,34,0,5).

  • cyan value is 11.20%
  • magenta value is 34.44%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (11,34,0,5)
C11M34Y0K5 (11%, 34%, 0%, 5%)
(0.11 / 0.34 / 0.00 / 0.05)

CMYK percentages

%11.2
%34.44
%0
%5.49

Codes

Color #D69EF1 in popluar color models

D6 9E F1
RGB 214 158 241
HSL 280° 74.77% 78.24%
HSB/HSV 280° 34.44% 94.51%
CMYK 11.20% 34.44% 0.00%
5.49%

Color #D69EF1 in popluar number systems.

HEX D6 9E F1
Decimal 214 158 241
Binary 11010110 10011110 11110001
Octal 326 236 361

Shades and tints

Shades of #D69EF1

#D69EF1
(214,158,241)
#C390DC
(195,144,220)
#B082C7
(176,130,199)
#9D74B2
(157,116,178)
#8A669D
(138,102,157)
#775888
(119,88,136)
#644A73
(100,74,115)
#513C5E
(81,60,94)
#3E2E49
(62,46,73)
#2B2034
(43,32,52)
#18121F
(24,18,31)
#000000
(0,0,0)

Tints of #D69EF1

#D69EF1
(214,158,241)
#D9A6F2
(217,166,242)
#DCAEF3
(220,174,243)
#DFB6F4
(223,182,244)
#E2BEF5
(226,190,245)
#E5C6F6
(229,198,246)
#E8CEF7
(232,206,247)
#EBD6F8
(235,214,248)
#EEDEF9
(238,222,249)
#F1E6FA
(241,230,250)
#F4EEFB
(244,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D69EF1 color. Also use rgb(214,158,241) instead hex code.

Text Font Color

.myTextColor { color: #D69EF1; }

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

This text font color is #D69EF1.

Background Color

.myBgColor { background-color: #D69EF1; }

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

This div background color is #D69EF1.

Border color

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

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

This div border color is #D69EF1.

Opacity

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

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

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

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

This text has shadow with #D69EF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D69EF1.

Preview

Color preview on black background

This text has color #D69EF1 on black background.


Color preview on white background

This text has color #D69EF1 on white background.


Black color preview on #D69EF1 background

This text has black color on #D69EF1 background.


White color preview on #D69EF1 background

This text has white color on #D69EF1 background.


Related colors

Complementary color

Complementary color for #hex is #29610E.


I love getcolorcode.com

Triadic colors

1 #F1D69E and #9EF1D6 with #D69EF1 are triadic colors.

2 #F19ED6 and #9ED6F1 with #D69EF1 are triadic colors.