COLOR #D696E4

HEX: #D696E4 RGB: (214,150,228)

Color info

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

RGB color model

#D696E4 color RGB value is (214,150,228).

RGB: (214,150,228) (84%, 59%, 89%)

RGB channels and saturation

R 214 of 255 = 84%
G 150 of 255 = 59%
B 228 of 255 = 89%

214
150
228

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

Portions of RGB colors in percentages

R + G + B = 214 + 150 + 228 = 592 (100%)
R 214 of 592 ~ 36.15%
G 150 of 592 ~ 25.34%
B 228 of 592 ~ 38.51'%

%36.15
%25.34
%38.51

CMYK color model

#D696E4 color CMYK value is (6,34,0,11).

  • cyan value is 6.14%
  • magenta value is 34.21%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK: (6,34,0,11) C6M34Y0K11 (6%,34%,0%,11%) (0.06/0.34/0.00/0.11) 

CMYK percentages

%6.14
%34.21
%0
%10.59

Codes

Color #D696E4 in popluar color models

D6 96 E4
RGB 214 150 228
HSL 289° 59.09% 74.12%
HSB/HSV 289° 34.21% 89.41%
CMYK 6.14% 34.21% 0.00%
10.59%

Color #D696E4 in popluar number systems.

HEX D6 96 E4
Decimal 214 150 228
Binary 11010110 10010110 11100100
Octal 326 226 344

Shades and tints

Shades of #D696E4

#D696E4
(214,150,228)
#C389D0
(195,137,208)
#B07CBC
(176,124,188)
#9D6FA8
(157,111,168)
#8A6294
(138,98,148)
#775580
(119,85,128)
#64486C
(100,72,108)
#513B58
(81,59,88)
#3E2E44
(62,46,68)
#2B2130
(43,33,48)
#18141C
(24,20,28)
#000000
(0,0,0)

Tints of #D696E4

#D696E4
(214,150,228)
#D99FE6
(217,159,230)
#DCA8E8
(220,168,232)
#DFB1EA
(223,177,234)
#E2BAEC
(226,186,236)
#E5C3EE
(229,195,238)
#E8CCF0
(232,204,240)
#EBD5F2
(235,213,242)
#EEDEF4
(238,222,244)
#F1E7F6
(241,231,246)
#F4F0F8
(244,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D696E4; }

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

This text font color is #D696E4.

Background Color

.myBgColor { background-color: #D696E4; }

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

This div background color is #D696E4.

Border color

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

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

This div border color is #D696E4.

Opacity

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

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

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

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

This text has shadow with #D696E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D696E4.

Preview

Color preview on black background

This text has color #D696E4 on black background.


Color preview on white background

This text has color #D696E4 on white background.


Black color preview on #D696E4 background

This text has black color on #D696E4 background.


White color preview on #D696E4 background

This text has white color on #D696E4 background.


Related colors

Complementary color

Complementary color for #hex is #29691B.


I love getcolorcode.com

Triadic colors

1 #E4D696 and #96E4D6 with #D696E4 are triadic colors.

2 #E496D6 and #96D6E4 with #D696E4 are triadic colors.