COLOR #D880B4

HEX: #D880B4
RGB: (216,128,180)

Color info

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

RGB color model

#D880B4 color RGB value is (216,128,180).

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

RGB channels and saturation

R 216 of 255 = 85%
G 128 of 255 = 50%
B 180 of 255 = 71%

216
128
180

R + G + B ~ 69%. #D880B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 128 + 180 = 524 (100%)
R 216 of 524 ~ 41.22%
G 128 of 524 ~ 24.43%
B 180 of 524 ~ 34.35%

%41.22
%24.43
%34.35

CMYK color model

#D880B4 color CMYK value is (0,41,17,15).

  • cyan value is 0.00%
  • magenta value is 40.74%
  • yellow value is 16.67%
  • key color value is 15.29%
CMYK:
(0,41,17,15)
C0M41Y17K15 
(0%,41%,17%,15%)
(0.00/0.41/0.17/0.15)	

CMYK percentages

%0
%40.74
%16.67
%15.29

Codes

Color #D880B4 in popluar color models

D880B4
RGB216128180
HSL325°53.01%67.45%
HSB/HSV325°40.74%84.71%
CMYK0.00%40.74%16.67%
15.29%

Color #D880B4 in popluar number systems.

HEXD880B4
Decimal216128180
Binary110110001000000010110100
Octal330200264

Shades and tints

Shades of #D880B4

#D880B4
(216,128,180)
#C575A4
(197,117,164)
#B26A94
(178,106,148)
#9F5F84
(159,95,132)
#8C5474
(140,84,116)
#794964
(121,73,100)
#663E54
(102,62,84)
#533344
(83,51,68)
#402834
(64,40,52)
#2D1D24
(45,29,36)
#1A1214
(26,18,20)
#000000
(0,0,0)

Tints of #D880B4

#D880B4
(216,128,180)
#DB8BBA
(219,139,186)
#DE96C0
(222,150,192)
#E1A1C6
(225,161,198)
#E4ACCC
(228,172,204)
#E7B7D2
(231,183,210)
#EAC2D8
(234,194,216)
#EDCDDE
(237,205,222)
#F0D8E4
(240,216,228)
#F3E3EA
(243,227,234)
#F6EEF0
(246,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D880B4; }

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

This text font color is #D880B4.


Background Color

.myBgColor { background-color: #D880B4; }

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

This div background color is #D880B4.


Border color

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

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

This div border color is #D880B4.


Opacity

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

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

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

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

This text has shadow with #D880B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D880B4 on black background.


Color preview on white background

This text has color #D880B4 on white background.



Black color preview on #D880B4 background

This text has black color on #D880B4 background.


White color preview on #D880B4 background

This text has white color on #D880B4 background.