COLOR #D295F0

HEX: #D295F0 RGB: (210,149,240)

Color info

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

RGB color model

#D295F0 color RGB value is (210,149,240).

RGB: (210,149,240) (82%, 58%, 94%)

RGB channels and saturation

R 210 of 255 = 82%
G 149 of 255 = 58%
B 240 of 255 = 94%

210
149
240

R + G + B ~ 78%. #D295F0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 149 + 240 = 599 (100%)
R 210 of 599 ~ 35.06%
G 149 of 599 ~ 24.87%
B 240 of 599 ~ 40.07'%

%35.06
%24.87
%40.07

CMYK color model

#D295F0 color CMYK value is (13,38,0,6).

  • cyan value is 12.50%
  • magenta value is 37.92%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (13,38,0,6)
C13M38Y0K6 (13%, 38%, 0%, 6%)
(0.13 / 0.38 / 0.00 / 0.06)

CMYK percentages

%12.5
%37.92
%0
%5.88

Codes

Color #D295F0 in popluar color models

D2 95 F0
RGB 210 149 240
HSL 280° 75.21% 76.27%
HSB/HSV 280° 37.92% 94.12%
CMYK 12.50% 37.92% 0.00%
5.88%

Color #D295F0 in popluar number systems.

HEX D2 95 F0
Decimal 210 149 240
Binary 11010010 10010101 11110000
Octal 322 225 360

Shades and tints

Shades of #D295F0

#D295F0
(210,149,240)
#BF88DB
(191,136,219)
#AC7BC6
(172,123,198)
#996EB1
(153,110,177)
#86619C
(134,97,156)
#735487
(115,84,135)
#604772
(96,71,114)
#4D3A5D
(77,58,93)
#3A2D48
(58,45,72)
#272033
(39,32,51)
#14131E
(20,19,30)
#000000
(0,0,0)

Tints of #D295F0

#D295F0
(210,149,240)
#D69EF1
(214,158,241)
#DAA7F2
(218,167,242)
#DEB0F3
(222,176,243)
#E2B9F4
(226,185,244)
#E6C2F5
(230,194,245)
#EACBF6
(234,203,246)
#EED4F7
(238,212,247)
#F2DDF8
(242,221,248)
#F6E6F9
(246,230,249)
#FAEFFA
(250,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D295F0; }

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

This text font color is #D295F0.

Background Color

.myBgColor { background-color: #D295F0; }

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

This div background color is #D295F0.

Border color

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

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

This div border color is #D295F0.

Opacity

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

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

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

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

This text has shadow with #D295F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D295F0.

Preview

Color preview on black background

This text has color #D295F0 on black background.


Color preview on white background

This text has color #D295F0 on white background.


Black color preview on #D295F0 background

This text has black color on #D295F0 background.


White color preview on #D295F0 background

This text has white color on #D295F0 background.


Related colors

Complementary color

Complementary color for #hex is #2D6A0F.


I love getcolorcode.com

Triadic colors

1 #F0D295 and #95F0D2 with #D295F0 are triadic colors.

2 #F095D2 and #95D2F0 with #D295F0 are triadic colors.