COLOR #D295C8

HEX: #D295C8
RGB: (210,149,200)

Color info

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

RGB color model

#D295C8 color RGB value is (210,149,200).

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

RGB channels and saturation

R 210 of 255 = 82%
G 149 of 255 = 58%
B 200 of 255 = 78%

210
149
200

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

Portions of RGB colors in percentages

R + G + B =
210 + 149 + 200 = 559 (100%)
R 210 of 559 ~ 37.57%
G 149 of 559 ~ 26.65%
B 200 of 559 ~ 35.78%

%37.57
%26.65
%35.78

CMYK color model

#D295C8 color CMYK value is (0,29,5,18).

  • cyan value is 0.00%
  • magenta value is 29.05%
  • yellow value is 4.76%
  • key color value is 17.65%
CMYK:
(0,29,5,18)
C0M29Y5K18 
(0%,29%,5%,18%)
(0.00/0.29/0.05/0.18)	

CMYK percentages

%0
%29.05
%4.76
%17.65

Codes

Color #D295C8 in popluar color models

D295C8
RGB210149200
HSL310°40.40%70.39%
HSB/HSV310°29.05%82.35%
CMYK0.00%29.05%4.76%
17.65%

Color #D295C8 in popluar number systems.

HEXD295C8
Decimal210149200
Binary110100101001010111001000
Octal322225310

Shades and tints

Shades of #D295C8

#D295C8
(210,149,200)
#BF88B6
(191,136,182)
#AC7BA4
(172,123,164)
#996E92
(153,110,146)
#866180
(134,97,128)
#73546E
(115,84,110)
#60475C
(96,71,92)
#4D3A4A
(77,58,74)
#3A2D38
(58,45,56)
#272026
(39,32,38)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #D295C8

#D295C8
(210,149,200)
#D69ECD
(214,158,205)
#DAA7D2
(218,167,210)
#DEB0D7
(222,176,215)
#E2B9DC
(226,185,220)
#E6C2E1
(230,194,225)
#EACBE6
(234,203,230)
#EED4EB
(238,212,235)
#F2DDF0
(242,221,240)
#F6E6F5
(246,230,245)
#FAEFFA
(250,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D295C8; }

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

This text font color is #D295C8.


Background Color

.myBgColor { background-color: #D295C8; }

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

This div background color is #D295C8.


Border color

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

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

This div border color is #D295C8.


Opacity

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

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

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

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

This text has shadow with #D295C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D295C8 on black background.


Color preview on white background

This text has color #D295C8 on white background.



Black color preview on #D295C8 background

This text has black color on #D295C8 background.


White color preview on #D295C8 background

This text has white color on #D295C8 background.