COLOR #D49DE6

HEX: #D49DE6
RGB: (212,157,230)

Color info

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

RGB color model

#D49DE6 color RGB value is (212,157,230).

  • red value is 212;
  • green value is 157;
  • blue value is 230.
RGB:
(212,157,230)
(83%,62%,90%)

RGB channels and saturation

R 212 of 255 = 83%
G 157 of 255 = 62%
B 230 of 255 = 90%

212
157
230

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

Portions of RGB colors in percentages

R + G + B =
212 + 157 + 230 = 599 (100%)
R 212 of 599 ~ 35.39%
G 157 of 599 ~ 26.21%
B 230 of 599 ~ 38.4%

%35.39
%26.21
%38.4

CMYK color model

#D49DE6 color CMYK value is (8,32,0,10).

  • cyan value is 7.83%
  • magenta value is 31.74%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(8,32,0,10)
C8M32Y0K10 
(8%,32%,0%,10%)
(0.08/0.32/0.00/0.10)	

CMYK percentages

%7.83
%31.74
%0
%9.8

Codes

Color #D49DE6 in popluar color models

D49DE6
RGB212157230
HSL285°59.35%75.88%
HSB/HSV285°31.74%90.20%
CMYK7.83%31.74%0.00%
9.80%

Color #D49DE6 in popluar number systems.

HEXD49DE6
Decimal212157230
Binary110101001001110111100110
Octal324235346

Shades and tints

Shades of #D49DE6

#D49DE6
(212,157,230)
#C18FD2
(193,143,210)
#AE81BE
(174,129,190)
#9B73AA
(155,115,170)
#886596
(136,101,150)
#755782
(117,87,130)
#62496E
(98,73,110)
#4F3B5A
(79,59,90)
#3C2D46
(60,45,70)
#291F32
(41,31,50)
#16111E
(22,17,30)
#000000
(0,0,0)

Tints of #D49DE6

#D49DE6
(212,157,230)
#D7A5E8
(215,165,232)
#DAADEA
(218,173,234)
#DDB5EC
(221,181,236)
#E0BDEE
(224,189,238)
#E3C5F0
(227,197,240)
#E6CDF2
(230,205,242)
#E9D5F4
(233,213,244)
#ECDDF6
(236,221,246)
#EFE5F8
(239,229,248)
#F2EDFA
(242,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D49DE6; }

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

This text font color is #D49DE6.


Background Color

.myBgColor { background-color: #D49DE6; }

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

This div background color is #D49DE6.


Border color

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

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

This div border color is #D49DE6.


Opacity

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

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

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

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

This text has shadow with #D49DE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D49DE6 on black background.


Color preview on white background

This text has color #D49DE6 on white background.



Black color preview on #D49DE6 background

This text has black color on #D49DE6 background.


White color preview on #D49DE6 background

This text has white color on #D49DE6 background.