COLOR #D091DE

HEX: #D091DE
RGB: (208,145,222)

Color info

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

RGB color model

#D091DE color RGB value is (208,145,222).

  • red value is 208;
  • green value is 145;
  • blue value is 222.
RGB:
(208,145,222)
(82%,57%,87%)

RGB channels and saturation

R 208 of 255 = 82%
G 145 of 255 = 57%
B 222 of 255 = 87%

208
145
222

R + G + B ~ 75%. #D091DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 145 + 222 = 575 (100%)
R 208 of 575 ~ 36.17%
G 145 of 575 ~ 25.22%
B 222 of 575 ~ 38.61%

%36.17
%25.22
%38.61

CMYK color model

#D091DE color CMYK value is (6,35,0,13).

  • cyan value is 6.31%
  • magenta value is 34.68%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(6,35,0,13)
C6M35Y0K13 
(6%,35%,0%,13%)
(0.06/0.35/0.00/0.13)	

CMYK percentages

%6.31
%34.68
%0
%12.94

Codes

Color #D091DE in popluar color models

D091DE
RGB208145222
HSL289°53.85%71.96%
HSB/HSV289°34.68%87.06%
CMYK6.31%34.68%0.00%
12.94%

Color #D091DE in popluar number systems.

HEXD091DE
Decimal208145222
Binary110100001001000111011110
Octal320221336

Shades and tints

Shades of #D091DE

#D091DE
(208,145,222)
#BE84CA
(190,132,202)
#AC77B6
(172,119,182)
#9A6AA2
(154,106,162)
#885D8E
(136,93,142)
#76507A
(118,80,122)
#644366
(100,67,102)
#523652
(82,54,82)
#40293E
(64,41,62)
#2E1C2A
(46,28,42)
#1C0F16
(28,15,22)
#000000
(0,0,0)

Tints of #D091DE

#D091DE
(208,145,222)
#D49BE1
(212,155,225)
#D8A5E4
(216,165,228)
#DCAFE7
(220,175,231)
#E0B9EA
(224,185,234)
#E4C3ED
(228,195,237)
#E8CDF0
(232,205,240)
#ECD7F3
(236,215,243)
#F0E1F6
(240,225,246)
#F4EBF9
(244,235,249)
#F8F5FC
(248,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D091DE color. Also use rgb(208,145,222) instead hex code.

Text Font Color

.myTextColor { color: #D091DE; }

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

This text font color is #D091DE.


Background Color

.myBgColor { background-color: #D091DE; }

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

This div background color is #D091DE.


Border color

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

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

This div border color is #D091DE.


Opacity

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

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

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

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

This text has shadow with #D091DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D091DE on black background.


Color preview on white background

This text has color #D091DE on white background.



Black color preview on #D091DE background

This text has black color on #D091DE background.


White color preview on #D091DE background

This text has white color on #D091DE background.