COLOR #D29FED

HEX: #D29FED RGB: (210,159,237)

Color info

#D29FED contains mainly red and blue colors. Web safe color of #D29FED is #CC99FF (or #C9F).

RGB color model

#D29FED color RGB value is (210,159,237).

RGB: (210,159,237) (82%, 62%, 93%)

RGB channels and saturation

R 210 of 255 = 82%
G 159 of 255 = 62%
B 237 of 255 = 93%

210
159
237

R + G + B ~ 79%. #D29FED is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 159 + 237 = 606 (100%)
R 210 of 606 ~ 34.65%
G 159 of 606 ~ 26.24%
B 237 of 606 ~ 39.11'%

%34.65
%26.24
%39.11

CMYK color model

#D29FED color CMYK value is (11,33,0,7).

  • cyan value is 11.39%
  • magenta value is 32.91%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (11,33,0,7)
C11M33Y0K7 (11%, 33%, 0%, 7%)
(0.11 / 0.33 / 0.00 / 0.07)

CMYK percentages

%11.39
%32.91
%0
%7.06

Codes

Color #D29FED in popluar color models

D2 9F ED
RGB 210 159 237
HSL 279° 68.42% 77.65%
HSB/HSV 279° 32.91% 92.94%
CMYK 11.39% 32.91% 0.00%
7.06%

Color #D29FED in popluar number systems.

HEX D2 9F ED
Decimal 210 159 237
Binary 11010010 10011111 11101101
Octal 322 237 355

Shades and tints

Shades of #D29FED

#D29FED
(210,159,237)
#BF91D8
(191,145,216)
#AC83C3
(172,131,195)
#9975AE
(153,117,174)
#866799
(134,103,153)
#735984
(115,89,132)
#604B6F
(96,75,111)
#4D3D5A
(77,61,90)
#3A2F45
(58,47,69)
#272130
(39,33,48)
#14131B
(20,19,27)
#000000
(0,0,0)

Tints of #D29FED

#D29FED
(210,159,237)
#D6A7EE
(214,167,238)
#DAAFEF
(218,175,239)
#DEB7F0
(222,183,240)
#E2BFF1
(226,191,241)
#E6C7F2
(230,199,242)
#EACFF3
(234,207,243)
#EED7F4
(238,215,244)
#F2DFF5
(242,223,245)
#F6E7F6
(246,231,246)
#FAEFF7
(250,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D29FED color. Also use rgb(210,159,237) instead hex code.

Text Font Color

.myTextColor { color: #D29FED; }

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

This text font color is #D29FED.

Background Color

.myBgColor { background-color: #D29FED; }

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

This div background color is #D29FED.

Border color

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

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

This div border color is #D29FED.

Opacity

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

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

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

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

This text has shadow with #D29FED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D29FED.

Preview

Color preview on black background

This text has color #D29FED on black background.


Color preview on white background

This text has color #D29FED on white background.


Black color preview on #D29FED background

This text has black color on #D29FED background.


White color preview on #D29FED background

This text has white color on #D29FED background.


Related colors

Complementary color

Complementary color for #hex is #2D6012.


I love getcolorcode.com

Triadic colors

1 #EDD29F and #9FEDD2 with #D29FED are triadic colors.

2 #ED9FD2 and #9FD2ED with #D29FED are triadic colors.