COLOR #D295F7

HEX: #D295F7
RGB: (210,149,247)

Color info

#D295F7 contains mainly red and blue colors. Web safe color of #D295F7 is #CC99FF (or #C9F).

RGB color model

#D295F7 color RGB value is (210,149,247).

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

RGB channels and saturation

R 210 of 255 = 82%
G 149 of 255 = 58%
B 247 of 255 = 97%

210
149
247

R + G + B ~ 79%. #D295F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 149 + 247 = 606 (100%)
R 210 of 606 ~ 34.65%
G 149 of 606 ~ 24.59%
B 247 of 606 ~ 40.76%

%34.65
%24.59
%40.76

CMYK color model

#D295F7 color CMYK value is (15,40,0,3).

  • cyan value is 14.98%
  • magenta value is 39.68%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(15,40,0,3)
C15M40Y0K3 
(15%,40%,0%,3%)
(0.15/0.40/0.00/0.03)	

CMYK percentages

%14.98
%39.68
%0
%3.14

Codes

Color #D295F7 in popluar color models

D295F7
RGB210149247
HSL277°85.96%77.65%
HSB/HSV277°39.68%96.86%
CMYK14.98%39.68%0.00%
3.14%

Color #D295F7 in popluar number systems.

HEXD295F7
Decimal210149247
Binary110100101001010111110111
Octal322225367

Shades and tints

Shades of #D295F7

#D295F7
(210,149,247)
#BF88E1
(191,136,225)
#AC7BCB
(172,123,203)
#996EB5
(153,110,181)
#86619F
(134,97,159)
#735489
(115,84,137)
#604773
(96,71,115)
#4D3A5D
(77,58,93)
#3A2D47
(58,45,71)
#272031
(39,32,49)
#14131B
(20,19,27)
#000000
(0,0,0)

Tints of #D295F7

#D295F7
(210,149,247)
#D69EF7
(214,158,247)
#DAA7F7
(218,167,247)
#DEB0F7
(222,176,247)
#E2B9F7
(226,185,247)
#E6C2F7
(230,194,247)
#EACBF7
(234,203,247)
#EED4F7
(238,212,247)
#F2DDF7
(242,221,247)
#F6E6F7
(246,230,247)
#FAEFF7
(250,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D295F7; }

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

This text font color is #D295F7.


Background Color

.myBgColor { background-color: #D295F7; }

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

This div background color is #D295F7.


Border color

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

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

This div border color is #D295F7.


Opacity

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

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

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

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

This text has shadow with #D295F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D295F7 on black background.


Color preview on white background

This text has color #D295F7 on white background.



Black color preview on #D295F7 background

This text has black color on #D295F7 background.


White color preview on #D295F7 background

This text has white color on #D295F7 background.