COLOR #D091AD

HEX: #D091AD
RGB: (208,145,173)

Color info

#D091AD contains mainly red and blue colors. Web safe color of #D091AD is #CC9999 (or #C99).

RGB color model

#D091AD color RGB value is (208,145,173).

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

RGB channels and saturation

R 208 of 255 = 82%
G 145 of 255 = 57%
B 173 of 255 = 68%

208
145
173

R + G + B ~ 69%. #D091AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 145 + 173 = 526 (100%)
R 208 of 526 ~ 39.54%
G 145 of 526 ~ 27.57%
B 173 of 526 ~ 32.89%

%39.54
%27.57
%32.89

CMYK color model

#D091AD color CMYK value is (0,30,17,18).

  • cyan value is 0.00%
  • magenta value is 30.29%
  • yellow value is 16.83%
  • key color value is 18.43%
CMYK:
(0,30,17,18)
C0M30Y17K18 
(0%,30%,17%,18%)
(0.00/0.30/0.17/0.18)	

CMYK percentages

%0
%30.29
%16.83
%18.43

Codes

Color #D091AD in popluar color models

D091AD
RGB208145173
HSL333°40.13%69.22%
HSB/HSV333°30.29%81.57%
CMYK0.00%30.29%16.83%
18.43%

Color #D091AD in popluar number systems.

HEXD091AD
Decimal208145173
Binary110100001001000110101101
Octal320221255

Shades and tints

Shades of #D091AD

#D091AD
(208,145,173)
#BE849E
(190,132,158)
#AC778F
(172,119,143)
#9A6A80
(154,106,128)
#885D71
(136,93,113)
#765062
(118,80,98)
#644353
(100,67,83)
#523644
(82,54,68)
#402935
(64,41,53)
#2E1C26
(46,28,38)
#1C0F17
(28,15,23)
#000000
(0,0,0)

Tints of #D091AD

#D091AD
(208,145,173)
#D49BB4
(212,155,180)
#D8A5BB
(216,165,187)
#DCAFC2
(220,175,194)
#E0B9C9
(224,185,201)
#E4C3D0
(228,195,208)
#E8CDD7
(232,205,215)
#ECD7DE
(236,215,222)
#F0E1E5
(240,225,229)
#F4EBEC
(244,235,236)
#F8F5F3
(248,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D091AD; }

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

This text font color is #D091AD.


Background Color

.myBgColor { background-color: #D091AD; }

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

This div background color is #D091AD.


Border color

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

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

This div border color is #D091AD.


Opacity

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

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

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

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

This text has shadow with #D091AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D091AD on black background.


Color preview on white background

This text has color #D091AD on white background.



Black color preview on #D091AD background

This text has black color on #D091AD background.


White color preview on #D091AD background

This text has white color on #D091AD background.