COLOR #D29FE7

HEX: #D29FE7 RGB: (210,159,231)

Color info

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

RGB color model

#D29FE7 color RGB value is (210,159,231).

RGB: (210,159,231) (82%, 62%, 91%)

RGB channels and saturation

R 210 of 255 = 82%
G 159 of 255 = 62%
B 231 of 255 = 91%

210
159
231

R + G + B ~ 78%. #D29FE7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 159 + 231 = 600 (100%)
R 210 of 600 ~ 35%
G 159 of 600 ~ 26.5%
B 231 of 600 ~ 38.5'%

%35
%26.5
%38.5

CMYK color model

#D29FE7 color CMYK value is (9,31,0,9).

  • cyan value is 9.09%
  • magenta value is 31.17%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (9,31,0,9)
C9M31Y0K9 (9%, 31%, 0%, 9%)
(0.09 / 0.31 / 0.00 / 0.09)

CMYK percentages

%9.09
%31.17
%0
%9.41

Codes

Color #D29FE7 in popluar color models

D2 9F E7
RGB 210 159 231
HSL 283° 60.00% 76.47%
HSB/HSV 283° 31.17% 90.59%
CMYK 9.09% 31.17% 0.00%
9.41%

Color #D29FE7 in popluar number systems.

HEX D2 9F E7
Decimal 210 159 231
Binary 11010010 10011111 11100111
Octal 322 237 347

Shades and tints

Shades of #D29FE7

#D29FE7
(210,159,231)
#BF91D2
(191,145,210)
#AC83BD
(172,131,189)
#9975A8
(153,117,168)
#866793
(134,103,147)
#73597E
(115,89,126)
#604B69
(96,75,105)
#4D3D54
(77,61,84)
#3A2F3F
(58,47,63)
#27212A
(39,33,42)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #D29FE7

#D29FE7
(210,159,231)
#D6A7E9
(214,167,233)
#DAAFEB
(218,175,235)
#DEB7ED
(222,183,237)
#E2BFEF
(226,191,239)
#E6C7F1
(230,199,241)
#EACFF3
(234,207,243)
#EED7F5
(238,215,245)
#F2DFF7
(242,223,247)
#F6E7F9
(246,231,249)
#FAEFFB
(250,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D29FE7; }

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

This text font color is #D29FE7.

Background Color

.myBgColor { background-color: #D29FE7; }

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

This div background color is #D29FE7.

Border color

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

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

This div border color is #D29FE7.

Opacity

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

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

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

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

This text has shadow with #D29FE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D29FE7.

Preview

Color preview on black background

This text has color #D29FE7 on black background.


Color preview on white background

This text has color #D29FE7 on white background.


Black color preview on #D29FE7 background

This text has black color on #D29FE7 background.


White color preview on #D29FE7 background

This text has white color on #D29FE7 background.


Related colors

Complementary color

Complementary color for #hex is #2D6018.


I love getcolorcode.com

Triadic colors

1 #E7D29F and #9FE7D2 with #D29FE7 are triadic colors.

2 #E79FD2 and #9FD2E7 with #D29FE7 are triadic colors.