COLOR #D295A5

HEX: #D295A5
RGB: (210,149,165)

Color info

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

RGB color model

#D295A5 color RGB value is (210,149,165).

  • red value is 210;
  • green value is 149;
  • blue value is 165.
RGB:
(210,149,165)
(82%,58%,65%)

RGB channels and saturation

R 210 of 255 = 82%
G 149 of 255 = 58%
B 165 of 255 = 65%

210
149
165

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

Portions of RGB colors in percentages

R + G + B =
210 + 149 + 165 = 524 (100%)
R 210 of 524 ~ 40.08%
G 149 of 524 ~ 28.44%
B 165 of 524 ~ 31.49%

%40.08
%28.44
%31.49

CMYK color model

#D295A5 color CMYK value is (0,29,21,18).

  • cyan value is 0.00%
  • magenta value is 29.05%
  • yellow value is 21.43%
  • key color value is 17.65%
CMYK:
(0,29,21,18)
C0M29Y21K18 
(0%,29%,21%,18%)
(0.00/0.29/0.21/0.18)	

CMYK percentages

%0
%29.05
%21.43
%17.65

Codes

Color #D295A5 in popluar color models

D295A5
RGB210149165
HSL344°40.40%70.39%
HSB/HSV344°29.05%82.35%
CMYK0.00%29.05%21.43%
17.65%

Color #D295A5 in popluar number systems.

HEXD295A5
Decimal210149165
Binary110100101001010110100101
Octal322225245

Shades and tints

Shades of #D295A5

#D295A5
(210,149,165)
#BF8896
(191,136,150)
#AC7B87
(172,123,135)
#996E78
(153,110,120)
#866169
(134,97,105)
#73545A
(115,84,90)
#60474B
(96,71,75)
#4D3A3C
(77,58,60)
#3A2D2D
(58,45,45)
#27201E
(39,32,30)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #D295A5

#D295A5
(210,149,165)
#D69EAD
(214,158,173)
#DAA7B5
(218,167,181)
#DEB0BD
(222,176,189)
#E2B9C5
(226,185,197)
#E6C2CD
(230,194,205)
#EACBD5
(234,203,213)
#EED4DD
(238,212,221)
#F2DDE5
(242,221,229)
#F6E6ED
(246,230,237)
#FAEFF5
(250,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D295A5 color. Also use rgb(210,149,165) instead hex code.

Text Font Color

.myTextColor { color: #D295A5; }

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

This text font color is #D295A5.


Background Color

.myBgColor { background-color: #D295A5; }

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

This div background color is #D295A5.


Border color

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

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

This div border color is #D295A5.


Opacity

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

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

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

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

This text has shadow with #D295A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D295A5 on black background.


Color preview on white background

This text has color #D295A5 on white background.



Black color preview on #D295A5 background

This text has black color on #D295A5 background.


White color preview on #D295A5 background

This text has white color on #D295A5 background.