COLOR #D49DE9

HEX: #D49DE9 RGB: (212,157,233)

Color info

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

RGB color model

#D49DE9 color RGB value is (212,157,233).

RGB: (212,157,233) (83%, 62%, 91%)

RGB channels and saturation

R 212 of 255 = 83%
G 157 of 255 = 62%
B 233 of 255 = 91%

212
157
233

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

Portions of RGB colors in percentages

R + G + B = 212 + 157 + 233 = 602 (100%)
R 212 of 602 ~ 35.22%
G 157 of 602 ~ 26.08%
B 233 of 602 ~ 38.7'%

%35.22
%26.08
%38.7

CMYK color model

#D49DE9 color CMYK value is (9,33,0,9).

  • cyan value is 9.01%
  • magenta value is 32.62%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (9,33,0,9)
C9M33Y0K9 (9%, 33%, 0%, 9%)
(0.09 / 0.33 / 0.00 / 0.09)

CMYK percentages

%9.01
%32.62
%0
%8.63

Codes

Color #D49DE9 in popluar color models

D4 9D E9
RGB 212 157 233
HSL 283° 63.33% 76.47%
HSB/HSV 283° 32.62% 91.37%
CMYK 9.01% 32.62% 0.00%
8.63%

Color #D49DE9 in popluar number systems.

HEX D4 9D E9
Decimal 212 157 233
Binary 11010100 10011101 11101001
Octal 324 235 351

Shades and tints

Shades of #D49DE9

#D49DE9
(212,157,233)
#C18FD4
(193,143,212)
#AE81BF
(174,129,191)
#9B73AA
(155,115,170)
#886595
(136,101,149)
#755780
(117,87,128)
#62496B
(98,73,107)
#4F3B56
(79,59,86)
#3C2D41
(60,45,65)
#291F2C
(41,31,44)
#161117
(22,17,23)
#000000
(0,0,0)

Tints of #D49DE9

#D49DE9
(212,157,233)
#D7A5EB
(215,165,235)
#DAADED
(218,173,237)
#DDB5EF
(221,181,239)
#E0BDF1
(224,189,241)
#E3C5F3
(227,197,243)
#E6CDF5
(230,205,245)
#E9D5F7
(233,213,247)
#ECDDF9
(236,221,249)
#EFE5FB
(239,229,251)
#F2EDFD
(242,237,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D49DE9 color. Also use rgb(212,157,233) instead hex code.

Text Font Color

.myTextColor { color: #D49DE9; }

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

This text font color is #D49DE9.

Background Color

.myBgColor { background-color: #D49DE9; }

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

This div background color is #D49DE9.

Border color

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

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

This div border color is #D49DE9.

Opacity

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

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

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

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

This text has shadow with #D49DE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D49DE9.

Preview

Color preview on black background

This text has color #D49DE9 on black background.


Color preview on white background

This text has color #D49DE9 on white background.


Black color preview on #D49DE9 background

This text has black color on #D49DE9 background.


White color preview on #D49DE9 background

This text has white color on #D49DE9 background.


Related colors

Complementary color

Complementary color for #hex is #2B6216.


I love getcolorcode.com

Triadic colors

1 #E9D49D and #9DE9D4 with #D49DE9 are triadic colors.

2 #E99DD4 and #9DD4E9 with #D49DE9 are triadic colors.