COLOR #D869B4

HEX: #D869B4
RGB: (216,105,180)

Color info

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

RGB color model

#D869B4 color RGB value is (216,105,180).

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

RGB channels and saturation

R 216 of 255 = 85%
G 105 of 255 = 41%
B 180 of 255 = 71%

216
105
180

R + G + B ~ 66%. #D869B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 105 + 180 = 501 (100%)
R 216 of 501 ~ 43.11%
G 105 of 501 ~ 20.96%
B 180 of 501 ~ 35.93%

%43.11
%20.96
%35.93

CMYK color model

#D869B4 color CMYK value is (0,51,17,15).

  • cyan value is 0.00%
  • magenta value is 51.39%
  • yellow value is 16.67%
  • key color value is 15.29%
CMYK:
(0,51,17,15)
C0M51Y17K15 
(0%,51%,17%,15%)
(0.00/0.51/0.17/0.15)	

CMYK percentages

%0
%51.39
%16.67
%15.29

Codes

Color #D869B4 in popluar color models

D869B4
RGB216105180
HSL319°58.73%62.94%
HSB/HSV319°51.39%84.71%
CMYK0.00%51.39%16.67%
15.29%

Color #D869B4 in popluar number systems.

HEXD869B4
Decimal216105180
Binary11011000110100110110100
Octal330151264

Shades and tints

Shades of #D869B4

#D869B4
(216,105,180)
#C560A4
(197,96,164)
#B25794
(178,87,148)
#9F4E84
(159,78,132)
#8C4574
(140,69,116)
#793C64
(121,60,100)
#663354
(102,51,84)
#532A44
(83,42,68)
#402134
(64,33,52)
#2D1824
(45,24,36)
#1A0F14
(26,15,20)
#000000
(0,0,0)

Tints of #D869B4

#D869B4
(216,105,180)
#DB76BA
(219,118,186)
#DE83C0
(222,131,192)
#E190C6
(225,144,198)
#E49DCC
(228,157,204)
#E7AAD2
(231,170,210)
#EAB7D8
(234,183,216)
#EDC4DE
(237,196,222)
#F0D1E4
(240,209,228)
#F3DEEA
(243,222,234)
#F6EBF0
(246,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D869B4; }

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

This text font color is #D869B4.


Background Color

.myBgColor { background-color: #D869B4; }

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

This div background color is #D869B4.


Border color

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

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

This div border color is #D869B4.


Opacity

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

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

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

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

This text has shadow with #D869B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D869B4 on black background.


Color preview on white background

This text has color #D869B4 on white background.



Black color preview on #D869B4 background

This text has black color on #D869B4 background.


White color preview on #D869B4 background

This text has white color on #D869B4 background.