COLOR #D497FA

HEX: #D497FA
RGB: (212,151,250)

Color info

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

RGB color model

#D497FA color RGB value is (212,151,250).

  • red value is 212;
  • green value is 151;
  • blue value is 250.
RGB:
(212,151,250)
(83%,59%,98%)

RGB channels and saturation

R 212 of 255 = 83%
G 151 of 255 = 59%
B 250 of 255 = 98%

212
151
250

R + G + B ~ 80%. #D497FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 151 + 250 = 613 (100%)
R 212 of 613 ~ 34.58%
G 151 of 613 ~ 24.63%
B 250 of 613 ~ 40.78%

%34.58
%24.63
%40.78

CMYK color model

#D497FA color CMYK value is (15,40,0,2).

  • cyan value is 15.20%
  • magenta value is 39.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(15,40,0,2)
C15M40Y0K2 
(15%,40%,0%,2%)
(0.15/0.40/0.00/0.02)	

CMYK percentages

%15.2
%39.6
%0
%1.96

Codes

Color #D497FA in popluar color models

D497FA
RGB212151250
HSL277°90.83%78.63%
HSB/HSV277°39.60%98.04%
CMYK15.20%39.60%0.00%
1.96%

Color #D497FA in popluar number systems.

HEXD497FA
Decimal212151250
Binary110101001001011111111010
Octal324227372

Shades and tints

Shades of #D497FA

#D497FA
(212,151,250)
#C18AE4
(193,138,228)
#AE7DCE
(174,125,206)
#9B70B8
(155,112,184)
#8863A2
(136,99,162)
#75568C
(117,86,140)
#624976
(98,73,118)
#4F3C60
(79,60,96)
#3C2F4A
(60,47,74)
#292234
(41,34,52)
#16151E
(22,21,30)
#000000
(0,0,0)

Tints of #D497FA

#D497FA
(212,151,250)
#D7A0FA
(215,160,250)
#DAA9FA
(218,169,250)
#DDB2FA
(221,178,250)
#E0BBFA
(224,187,250)
#E3C4FA
(227,196,250)
#E6CDFA
(230,205,250)
#E9D6FA
(233,214,250)
#ECDFFA
(236,223,250)
#EFE8FA
(239,232,250)
#F2F1FA
(242,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D497FA color. Also use rgb(212,151,250) instead hex code.

Text Font Color

.myTextColor { color: #D497FA; }

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

This text font color is #D497FA.


Background Color

.myBgColor { background-color: #D497FA; }

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

This div background color is #D497FA.


Border color

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

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

This div border color is #D497FA.


Opacity

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

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

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

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

This text has shadow with #D497FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D497FA on black background.


Color preview on white background

This text has color #D497FA on white background.



Black color preview on #D497FA background

This text has black color on #D497FA background.


White color preview on #D497FA background

This text has white color on #D497FA background.