COLOR #D782D6

HEX: #D782D6
RGB: (215,130,214)

Color info

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

RGB color model

#D782D6 color RGB value is (215,130,214).

  • red value is 215;
  • green value is 130;
  • blue value is 214.
RGB:
(215,130,214)
(84%,51%,84%)

RGB channels and saturation

R 215 of 255 = 84%
G 130 of 255 = 51%
B 214 of 255 = 84%

215
130
214

R + G + B ~ 73%. #D782D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 130 + 214 = 559 (100%)
R 215 of 559 ~ 38.46%
G 130 of 559 ~ 23.26%
B 214 of 559 ~ 38.28%

%38.46
%23.26
%38.28

CMYK color model

#D782D6 color CMYK value is (0,40,0,16).

  • cyan value is 0.00%
  • magenta value is 39.53%
  • yellow value is 0.47%
  • key color value is 15.69%
CMYK:
(0,40,0,16)
C0M40Y0K16 
(0%,40%,0%,16%)
(0.00/0.40/0.00/0.16)	

CMYK percentages

%0
%39.53
%0.47
%15.69

Codes

Color #D782D6 in popluar color models

D782D6
RGB215130214
HSL301°51.52%67.65%
HSB/HSV301°39.53%84.31%
CMYK0.00%39.53%0.47%
15.69%

Color #D782D6 in popluar number systems.

HEXD782D6
Decimal215130214
Binary110101111000001011010110
Octal327202326

Shades and tints

Shades of #D782D6

#D782D6
(215,130,214)
#C477C3
(196,119,195)
#B16CB0
(177,108,176)
#9E619D
(158,97,157)
#8B568A
(139,86,138)
#784B77
(120,75,119)
#654064
(101,64,100)
#523551
(82,53,81)
#3F2A3E
(63,42,62)
#2C1F2B
(44,31,43)
#191418
(25,20,24)
#000000
(0,0,0)

Tints of #D782D6

#D782D6
(215,130,214)
#DA8DD9
(218,141,217)
#DD98DC
(221,152,220)
#E0A3DF
(224,163,223)
#E3AEE2
(227,174,226)
#E6B9E5
(230,185,229)
#E9C4E8
(233,196,232)
#ECCFEB
(236,207,235)
#EFDAEE
(239,218,238)
#F2E5F1
(242,229,241)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D782D6 color. Also use rgb(215,130,214) instead hex code.

Text Font Color

.myTextColor { color: #D782D6; }

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

This text font color is #D782D6.


Background Color

.myBgColor { background-color: #D782D6; }

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

This div background color is #D782D6.


Border color

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

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

This div border color is #D782D6.


Opacity

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

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

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

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

This text has shadow with #D782D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D782D6 on black background.


Color preview on white background

This text has color #D782D6 on white background.



Black color preview on #D782D6 background

This text has black color on #D782D6 background.


White color preview on #D782D6 background

This text has white color on #D782D6 background.