COLOR #D495C2

HEX: #D495C2 RGB: (212,149,194)

Color info

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

RGB color model

#D495C2 color RGB value is (212,149,194).

RGB: (212,149,194) (83%, 58%, 76%)

RGB channels and saturation

R 212 of 255 = 83%
G 149 of 255 = 58%
B 194 of 255 = 76%

212
149
194

R + G + B ~ 72%. #D495C2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 149 + 194 = 555 (100%)
R 212 of 555 ~ 38.2%
G 149 of 555 ~ 26.85%
B 194 of 555 ~ 34.95'%

%38.2
%26.85
%34.95

CMYK color model

#D495C2 color CMYK value is (0,30,8,17).

  • cyan value is 0.00%
  • magenta value is 29.72%
  • yellow value is 8.49%
  • key color value is 16.86%

CMYK: (0,30,8,17)
C0M30Y8K17 (0%, 30%, 8%, 17%)
(0.00 / 0.30 / 0.08 / 0.17)

CMYK percentages

%0
%29.72
%8.49
%16.86

Codes

Color #D495C2 in popluar color models

D4 95 C2
RGB 212 149 194
HSL 317° 42.28% 70.78%
HSB/HSV 317° 29.72% 83.14%
CMYK 0.00% 29.72% 8.49%
16.86%

Color #D495C2 in popluar number systems.

HEX D4 95 C2
Decimal 212 149 194
Binary 11010100 10010101 11000010
Octal 324 225 302

Shades and tints

Shades of #D495C2

#D495C2
(212,149,194)
#C188B1
(193,136,177)
#AE7BA0
(174,123,160)
#9B6E8F
(155,110,143)
#88617E
(136,97,126)
#75546D
(117,84,109)
#62475C
(98,71,92)
#4F3A4B
(79,58,75)
#3C2D3A
(60,45,58)
#292029
(41,32,41)
#161318
(22,19,24)
#000000
(0,0,0)

Tints of #D495C2

#D495C2
(212,149,194)
#D79EC7
(215,158,199)
#DAA7CC
(218,167,204)
#DDB0D1
(221,176,209)
#E0B9D6
(224,185,214)
#E3C2DB
(227,194,219)
#E6CBE0
(230,203,224)
#E9D4E5
(233,212,229)
#ECDDEA
(236,221,234)
#EFE6EF
(239,230,239)
#F2EFF4
(242,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D495C2 color. Also use rgb(212,149,194) instead hex code.

Text Font Color

.myTextColor { color: #D495C2; }

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

This text font color is #D495C2.

Background Color

.myBgColor { background-color: #D495C2; }

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

This div background color is #D495C2.

Border color

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

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

This div border color is #D495C2.

Opacity

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

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

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

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

This text has shadow with #D495C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D495C2.

Preview

Color preview on black background

This text has color #D495C2 on black background.


Color preview on white background

This text has color #D495C2 on white background.


Black color preview on #D495C2 background

This text has black color on #D495C2 background.


White color preview on #D495C2 background

This text has white color on #D495C2 background.


Related colors

Complementary color

Complementary color for #hex is #2B6A3D.


I love getcolorcode.com

Triadic colors

1 #C2D495 and #95C2D4 with #D495C2 are triadic colors.

2 #C295D4 and #95D4C2 with #D495C2 are triadic colors.