COLOR #D880D4

HEX: #D880D4
RGB: (216,128,212)

Color info

#D880D4 contains mainly red and blue colors. Web safe color of #D880D4 is #CC66CC (or #C6C).

RGB color model

#D880D4 color RGB value is (216,128,212).

  • red value is 216;
  • green value is 128;
  • blue value is 212.
RGB:
(216,128,212)
(85%,50%,83%)

RGB channels and saturation

R 216 of 255 = 85%
G 128 of 255 = 50%
B 212 of 255 = 83%

216
128
212

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

Portions of RGB colors in percentages

R + G + B =
216 + 128 + 212 = 556 (100%)
R 216 of 556 ~ 38.85%
G 128 of 556 ~ 23.02%
B 212 of 556 ~ 38.13%

%38.85
%23.02
%38.13

CMYK color model

#D880D4 color CMYK value is (0,41,2,15).

  • cyan value is 0.00%
  • magenta value is 40.74%
  • yellow value is 1.85%
  • key color value is 15.29%
CMYK:
(0,41,2,15)
C0M41Y2K15 
(0%,41%,2%,15%)
(0.00/0.41/0.02/0.15)	

CMYK percentages

%0
%40.74
%1.85
%15.29

Codes

Color #D880D4 in popluar color models

D880D4
RGB216128212
HSL303°53.01%67.45%
HSB/HSV303°40.74%84.71%
CMYK0.00%40.74%1.85%
15.29%

Color #D880D4 in popluar number systems.

HEXD880D4
Decimal216128212
Binary110110001000000011010100
Octal330200324

Shades and tints

Shades of #D880D4

#D880D4
(216,128,212)
#C575C1
(197,117,193)
#B26AAE
(178,106,174)
#9F5F9B
(159,95,155)
#8C5488
(140,84,136)
#794975
(121,73,117)
#663E62
(102,62,98)
#53334F
(83,51,79)
#40283C
(64,40,60)
#2D1D29
(45,29,41)
#1A1216
(26,18,22)
#000000
(0,0,0)

Tints of #D880D4

#D880D4
(216,128,212)
#DB8BD7
(219,139,215)
#DE96DA
(222,150,218)
#E1A1DD
(225,161,221)
#E4ACE0
(228,172,224)
#E7B7E3
(231,183,227)
#EAC2E6
(234,194,230)
#EDCDE9
(237,205,233)
#F0D8EC
(240,216,236)
#F3E3EF
(243,227,239)
#F6EEF2
(246,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D880D4 color. Also use rgb(216,128,212) instead hex code.

Text Font Color

.myTextColor { color: #D880D4; }

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

This text font color is #D880D4.


Background Color

.myBgColor { background-color: #D880D4; }

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

This div background color is #D880D4.


Border color

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

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

This div border color is #D880D4.


Opacity

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

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

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

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

This text has shadow with #D880D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D880D4 on black background.


Color preview on white background

This text has color #D880D4 on white background.



Black color preview on #D880D4 background

This text has black color on #D880D4 background.


White color preview on #D880D4 background

This text has white color on #D880D4 background.