COLOR #D295B2

HEX: #D295B2
RGB: (210,149,178)

Color info

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

RGB color model

#D295B2 color RGB value is (210,149,178).

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

RGB channels and saturation

R 210 of 255 = 82%
G 149 of 255 = 58%
B 178 of 255 = 70%

210
149
178

R + G + B ~ 70%. #D295B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 149 + 178 = 537 (100%)
R 210 of 537 ~ 39.11%
G 149 of 537 ~ 27.75%
B 178 of 537 ~ 33.15%

%39.11
%27.75
%33.15

CMYK color model

#D295B2 color CMYK value is (0,29,15,18).

  • cyan value is 0.00%
  • magenta value is 29.05%
  • yellow value is 15.24%
  • key color value is 17.65%
CMYK:
(0,29,15,18)
C0M29Y15K18 
(0%,29%,15%,18%)
(0.00/0.29/0.15/0.18)	

CMYK percentages

%0
%29.05
%15.24
%17.65

Codes

Color #D295B2 in popluar color models

D295B2
RGB210149178
HSL331°40.40%70.39%
HSB/HSV331°29.05%82.35%
CMYK0.00%29.05%15.24%
17.65%

Color #D295B2 in popluar number systems.

HEXD295B2
Decimal210149178
Binary110100101001010110110010
Octal322225262

Shades and tints

Shades of #D295B2

#D295B2
(210,149,178)
#BF88A2
(191,136,162)
#AC7B92
(172,123,146)
#996E82
(153,110,130)
#866172
(134,97,114)
#735462
(115,84,98)
#604752
(96,71,82)
#4D3A42
(77,58,66)
#3A2D32
(58,45,50)
#272022
(39,32,34)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #D295B2

#D295B2
(210,149,178)
#D69EB9
(214,158,185)
#DAA7C0
(218,167,192)
#DEB0C7
(222,176,199)
#E2B9CE
(226,185,206)
#E6C2D5
(230,194,213)
#EACBDC
(234,203,220)
#EED4E3
(238,212,227)
#F2DDEA
(242,221,234)
#F6E6F1
(246,230,241)
#FAEFF8
(250,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D295B2; }

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

This text font color is #D295B2.


Background Color

.myBgColor { background-color: #D295B2; }

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

This div background color is #D295B2.


Border color

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

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

This div border color is #D295B2.


Opacity

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

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

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

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

This text has shadow with #D295B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D295B2 on black background.


Color preview on white background

This text has color #D295B2 on white background.



Black color preview on #D295B2 background

This text has black color on #D295B2 background.


White color preview on #D295B2 background

This text has white color on #D295B2 background.