COLOR #D69EE4

HEX: #D69EE4
RGB: (214,158,228)

Color info

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

RGB color model

#D69EE4 color RGB value is (214,158,228).

  • red value is 214;
  • green value is 158;
  • blue value is 228.
RGB:
(214,158,228)
(84%,62%,89%)

RGB channels and saturation

R 214 of 255 = 84%
G 158 of 255 = 62%
B 228 of 255 = 89%

214
158
228

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

Portions of RGB colors in percentages

R + G + B =
214 + 158 + 228 = 600 (100%)
R 214 of 600 ~ 35.67%
G 158 of 600 ~ 26.33%
B 228 of 600 ~ 38%

%35.67
%26.33
%38

CMYK color model

#D69EE4 color CMYK value is (6,31,0,11).

  • cyan value is 6.14%
  • magenta value is 30.70%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(6,31,0,11)
C6M31Y0K11 
(6%,31%,0%,11%)
(0.06/0.31/0.00/0.11)	

CMYK percentages

%6.14
%30.7
%0
%10.59

Codes

Color #D69EE4 in popluar color models

D69EE4
RGB214158228
HSL288°56.45%75.69%
HSB/HSV288°30.70%89.41%
CMYK6.14%30.70%0.00%
10.59%

Color #D69EE4 in popluar number systems.

HEXD69EE4
Decimal214158228
Binary110101101001111011100100
Octal326236344

Shades and tints

Shades of #D69EE4

#D69EE4
(214,158,228)
#C390D0
(195,144,208)
#B082BC
(176,130,188)
#9D74A8
(157,116,168)
#8A6694
(138,102,148)
#775880
(119,88,128)
#644A6C
(100,74,108)
#513C58
(81,60,88)
#3E2E44
(62,46,68)
#2B2030
(43,32,48)
#18121C
(24,18,28)
#000000
(0,0,0)

Tints of #D69EE4

#D69EE4
(214,158,228)
#D9A6E6
(217,166,230)
#DCAEE8
(220,174,232)
#DFB6EA
(223,182,234)
#E2BEEC
(226,190,236)
#E5C6EE
(229,198,238)
#E8CEF0
(232,206,240)
#EBD6F2
(235,214,242)
#EEDEF4
(238,222,244)
#F1E6F6
(241,230,246)
#F4EEF8
(244,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D69EE4; }

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

This text font color is #D69EE4.


Background Color

.myBgColor { background-color: #D69EE4; }

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

This div background color is #D69EE4.


Border color

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

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

This div border color is #D69EE4.


Opacity

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

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

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

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

This text has shadow with #D69EE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D69EE4 on black background.


Color preview on white background

This text has color #D69EE4 on white background.



Black color preview on #D69EE4 background

This text has black color on #D69EE4 background.


White color preview on #D69EE4 background

This text has white color on #D69EE4 background.