COLOR #D091A4

HEX: #D091A4
RGB: (208,145,164)

Color info

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

RGB color model

#D091A4 color RGB value is (208,145,164).

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

RGB channels and saturation

R 208 of 255 = 82%
G 145 of 255 = 57%
B 164 of 255 = 64%

208
145
164

R + G + B ~ 68%. #D091A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 145 + 164 = 517 (100%)
R 208 of 517 ~ 40.23%
G 145 of 517 ~ 28.05%
B 164 of 517 ~ 31.72%

%40.23
%28.05
%31.72

CMYK color model

#D091A4 color CMYK value is (0,30,21,18).

  • cyan value is 0.00%
  • magenta value is 30.29%
  • yellow value is 21.15%
  • key color value is 18.43%
CMYK:
(0,30,21,18)
C0M30Y21K18 
(0%,30%,21%,18%)
(0.00/0.30/0.21/0.18)	

CMYK percentages

%0
%30.29
%21.15
%18.43

Codes

Color #D091A4 in popluar color models

D091A4
RGB208145164
HSL342°40.13%69.22%
HSB/HSV342°30.29%81.57%
CMYK0.00%30.29%21.15%
18.43%

Color #D091A4 in popluar number systems.

HEXD091A4
Decimal208145164
Binary110100001001000110100100
Octal320221244

Shades and tints

Shades of #D091A4

#D091A4
(208,145,164)
#BE8496
(190,132,150)
#AC7788
(172,119,136)
#9A6A7A
(154,106,122)
#885D6C
(136,93,108)
#76505E
(118,80,94)
#644350
(100,67,80)
#523642
(82,54,66)
#402934
(64,41,52)
#2E1C26
(46,28,38)
#1C0F18
(28,15,24)
#000000
(0,0,0)

Tints of #D091A4

#D091A4
(208,145,164)
#D49BAC
(212,155,172)
#D8A5B4
(216,165,180)
#DCAFBC
(220,175,188)
#E0B9C4
(224,185,196)
#E4C3CC
(228,195,204)
#E8CDD4
(232,205,212)
#ECD7DC
(236,215,220)
#F0E1E4
(240,225,228)
#F4EBEC
(244,235,236)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D091A4; }

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

This text font color is #D091A4.


Background Color

.myBgColor { background-color: #D091A4; }

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

This div background color is #D091A4.


Border color

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

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

This div border color is #D091A4.


Opacity

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

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

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

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

This text has shadow with #D091A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D091A4 on black background.


Color preview on white background

This text has color #D091A4 on white background.



Black color preview on #D091A4 background

This text has black color on #D091A4 background.


White color preview on #D091A4 background

This text has white color on #D091A4 background.