COLOR #D491CC

HEX: #D491CC
RGB: (212,145,204)

Color info

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

RGB color model

#D491CC color RGB value is (212,145,204).

  • red value is 212;
  • green value is 145;
  • blue value is 204.
RGB:
(212,145,204)
(83%,57%,80%)

RGB channels and saturation

R 212 of 255 = 83%
G 145 of 255 = 57%
B 204 of 255 = 80%

212
145
204

R + G + B ~ 73%. #D491CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 145 + 204 = 561 (100%)
R 212 of 561 ~ 37.79%
G 145 of 561 ~ 25.85%
B 204 of 561 ~ 36.36%

%37.79
%25.85
%36.36

CMYK color model

#D491CC color CMYK value is (0,32,4,17).

  • cyan value is 0.00%
  • magenta value is 31.60%
  • yellow value is 3.77%
  • key color value is 16.86%
CMYK:
(0,32,4,17)
C0M32Y4K17 
(0%,32%,4%,17%)
(0.00/0.32/0.04/0.17)	

CMYK percentages

%0
%31.6
%3.77
%16.86

Codes

Color #D491CC in popluar color models

D491CC
RGB212145204
HSL307°43.79%70.00%
HSB/HSV307°31.60%83.14%
CMYK0.00%31.60%3.77%
16.86%

Color #D491CC in popluar number systems.

HEXD491CC
Decimal212145204
Binary110101001001000111001100
Octal324221314

Shades and tints

Shades of #D491CC

#D491CC
(212,145,204)
#C184BA
(193,132,186)
#AE77A8
(174,119,168)
#9B6A96
(155,106,150)
#885D84
(136,93,132)
#755072
(117,80,114)
#624360
(98,67,96)
#4F364E
(79,54,78)
#3C293C
(60,41,60)
#291C2A
(41,28,42)
#160F18
(22,15,24)
#000000
(0,0,0)

Tints of #D491CC

#D491CC
(212,145,204)
#D79BD0
(215,155,208)
#DAA5D4
(218,165,212)
#DDAFD8
(221,175,216)
#E0B9DC
(224,185,220)
#E3C3E0
(227,195,224)
#E6CDE4
(230,205,228)
#E9D7E8
(233,215,232)
#ECE1EC
(236,225,236)
#EFEBF0
(239,235,240)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D491CC color. Also use rgb(212,145,204) instead hex code.

Text Font Color

.myTextColor { color: #D491CC; }

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

This text font color is #D491CC.


Background Color

.myBgColor { background-color: #D491CC; }

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

This div background color is #D491CC.


Border color

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

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

This div border color is #D491CC.


Opacity

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

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

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

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

This text has shadow with #D491CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D491CC on black background.


Color preview on white background

This text has color #D491CC on white background.



Black color preview on #D491CC background

This text has black color on #D491CC background.


White color preview on #D491CC background

This text has white color on #D491CC background.