COLOR #D295BD

HEX: #D295BD
RGB: (210,149,189)

Color info

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

RGB color model

#D295BD color RGB value is (210,149,189).

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

RGB channels and saturation

R 210 of 255 = 82%
G 149 of 255 = 58%
B 189 of 255 = 74%

210
149
189

R + G + B ~ 71%. #D295BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 149 + 189 = 548 (100%)
R 210 of 548 ~ 38.32%
G 149 of 548 ~ 27.19%
B 189 of 548 ~ 34.49%

%38.32
%27.19
%34.49

CMYK color model

#D295BD color CMYK value is (0,29,10,18).

  • cyan value is 0.00%
  • magenta value is 29.05%
  • yellow value is 10.00%
  • key color value is 17.65%
CMYK:
(0,29,10,18)
C0M29Y10K18 
(0%,29%,10%,18%)
(0.00/0.29/0.10/0.18)	

CMYK percentages

%0
%29.05
%10
%17.65

Codes

Color #D295BD in popluar color models

D295BD
RGB210149189
HSL321°40.40%70.39%
HSB/HSV321°29.05%82.35%
CMYK0.00%29.05%10.00%
17.65%

Color #D295BD in popluar number systems.

HEXD295BD
Decimal210149189
Binary110100101001010110111101
Octal322225275

Shades and tints

Shades of #D295BD

#D295BD
(210,149,189)
#BF88AC
(191,136,172)
#AC7B9B
(172,123,155)
#996E8A
(153,110,138)
#866179
(134,97,121)
#735468
(115,84,104)
#604757
(96,71,87)
#4D3A46
(77,58,70)
#3A2D35
(58,45,53)
#272024
(39,32,36)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #D295BD

#D295BD
(210,149,189)
#D69EC3
(214,158,195)
#DAA7C9
(218,167,201)
#DEB0CF
(222,176,207)
#E2B9D5
(226,185,213)
#E6C2DB
(230,194,219)
#EACBE1
(234,203,225)
#EED4E7
(238,212,231)
#F2DDED
(242,221,237)
#F6E6F3
(246,230,243)
#FAEFF9
(250,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D295BD; }

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

This text font color is #D295BD.


Background Color

.myBgColor { background-color: #D295BD; }

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

This div background color is #D295BD.


Border color

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

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

This div border color is #D295BD.


Opacity

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

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

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

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

This text has shadow with #D295BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D295BD on black background.


Color preview on white background

This text has color #D295BD on white background.



Black color preview on #D295BD background

This text has black color on #D295BD background.


White color preview on #D295BD background

This text has white color on #D295BD background.