COLOR #D29BDA

HEX: #D29BDA
RGB: (210,155,218)

Color info

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

RGB color model

#D29BDA color RGB value is (210,155,218).

  • red value is 210;
  • green value is 155;
  • blue value is 218.
RGB:
(210,155,218)
(82%,61%,85%)

RGB channels and saturation

R 210 of 255 = 82%
G 155 of 255 = 61%
B 218 of 255 = 85%

210
155
218

R + G + B ~ 76%. #D29BDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 155 + 218 = 583 (100%)
R 210 of 583 ~ 36.02%
G 155 of 583 ~ 26.59%
B 218 of 583 ~ 37.39%

%36.02
%26.59
%37.39

CMYK color model

#D29BDA color CMYK value is (4,29,0,15).

  • cyan value is 3.67%
  • magenta value is 28.90%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(4,29,0,15)
C4M29Y0K15 
(4%,29%,0%,15%)
(0.04/0.29/0.00/0.15)	

CMYK percentages

%3.67
%28.9
%0
%14.51

Codes

Color #D29BDA in popluar color models

D29BDA
RGB210155218
HSL292°45.99%73.14%
HSB/HSV292°28.90%85.49%
CMYK3.67%28.90%0.00%
14.51%

Color #D29BDA in popluar number systems.

HEXD29BDA
Decimal210155218
Binary110100101001101111011010
Octal322233332

Shades and tints

Shades of #D29BDA

#D29BDA
(210,155,218)
#BF8DC7
(191,141,199)
#AC7FB4
(172,127,180)
#9971A1
(153,113,161)
#86638E
(134,99,142)
#73557B
(115,85,123)
#604768
(96,71,104)
#4D3955
(77,57,85)
#3A2B42
(58,43,66)
#271D2F
(39,29,47)
#140F1C
(20,15,28)
#000000
(0,0,0)

Tints of #D29BDA

#D29BDA
(210,155,218)
#D6A4DD
(214,164,221)
#DAADE0
(218,173,224)
#DEB6E3
(222,182,227)
#E2BFE6
(226,191,230)
#E6C8E9
(230,200,233)
#EAD1EC
(234,209,236)
#EEDAEF
(238,218,239)
#F2E3F2
(242,227,242)
#F6ECF5
(246,236,245)
#FAF5F8
(250,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D29BDA color. Also use rgb(210,155,218) instead hex code.

Text Font Color

.myTextColor { color: #D29BDA; }

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

This text font color is #D29BDA.


Background Color

.myBgColor { background-color: #D29BDA; }

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

This div background color is #D29BDA.


Border color

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

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

This div border color is #D29BDA.


Opacity

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

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

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

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

This text has shadow with #D29BDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D29BDA on black background.


Color preview on white background

This text has color #D29BDA on white background.



Black color preview on #D29BDA background

This text has black color on #D29BDA background.


White color preview on #D29BDA background

This text has white color on #D29BDA background.