COLOR #D784E4

HEX: #D784E4
RGB: (215,132,228)

Color info

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

RGB color model

#D784E4 color RGB value is (215,132,228).

  • red value is 215;
  • green value is 132;
  • blue value is 228.
RGB:
(215,132,228)
(84%,52%,89%)

RGB channels and saturation

R 215 of 255 = 84%
G 132 of 255 = 52%
B 228 of 255 = 89%

215
132
228

R + G + B ~ 75%. #D784E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 132 + 228 = 575 (100%)
R 215 of 575 ~ 37.39%
G 132 of 575 ~ 22.96%
B 228 of 575 ~ 39.65%

%37.39
%22.96
%39.65

CMYK color model

#D784E4 color CMYK value is (6,42,0,11).

  • cyan value is 5.70%
  • magenta value is 42.11%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(6,42,0,11)
C6M42Y0K11 
(6%,42%,0%,11%)
(0.06/0.42/0.00/0.11)	

CMYK percentages

%5.7
%42.11
%0
%10.59

Codes

Color #D784E4 in popluar color models

D784E4
RGB215132228
HSL292°64.00%70.59%
HSB/HSV292°42.11%89.41%
CMYK5.70%42.11%0.00%
10.59%

Color #D784E4 in popluar number systems.

HEXD784E4
Decimal215132228
Binary110101111000010011100100
Octal327204344

Shades and tints

Shades of #D784E4

#D784E4
(215,132,228)
#C478D0
(196,120,208)
#B16CBC
(177,108,188)
#9E60A8
(158,96,168)
#8B5494
(139,84,148)
#784880
(120,72,128)
#653C6C
(101,60,108)
#523058
(82,48,88)
#3F2444
(63,36,68)
#2C1830
(44,24,48)
#190C1C
(25,12,28)
#000000
(0,0,0)

Tints of #D784E4

#D784E4
(215,132,228)
#DA8FE6
(218,143,230)
#DD9AE8
(221,154,232)
#E0A5EA
(224,165,234)
#E3B0EC
(227,176,236)
#E6BBEE
(230,187,238)
#E9C6F0
(233,198,240)
#ECD1F2
(236,209,242)
#EFDCF4
(239,220,244)
#F2E7F6
(242,231,246)
#F5F2F8
(245,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D784E4 color. Also use rgb(215,132,228) instead hex code.

Text Font Color

.myTextColor { color: #D784E4; }

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

This text font color is #D784E4.


Background Color

.myBgColor { background-color: #D784E4; }

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

This div background color is #D784E4.


Border color

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

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

This div border color is #D784E4.


Opacity

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

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

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

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

This text has shadow with #D784E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D784E4 on black background.


Color preview on white background

This text has color #D784E4 on white background.



Black color preview on #D784E4 background

This text has black color on #D784E4 background.


White color preview on #D784E4 background

This text has white color on #D784E4 background.