COLOR #D470FE

HEX: #D470FE
RGB: (212,112,254)

Color info

#D470FE contains mainly red and blue colors. Web safe color of #D470FE is #CC66FF (or #C6F).

RGB color model

#D470FE color RGB value is (212,112,254).

  • red value is 212;
  • green value is 112;
  • blue value is 254.
RGB:
(212,112,254)
(83%,44%,100%)

RGB channels and saturation

R 212 of 255 = 83%
G 112 of 255 = 44%
B 254 of 255 = 100%

212
112
254

R + G + B ~ 76%. #D470FE is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 112 + 254 = 578 (100%)
R 212 of 578 ~ 36.68%
G 112 of 578 ~ 19.38%
B 254 of 578 ~ 43.94%

%36.68
%19.38
%43.94

CMYK color model

#D470FE color CMYK value is (17,56,0,0).

  • cyan value is 16.54%
  • magenta value is 55.91%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(17,56,0,0)
C17M56Y0K0 
(17%,56%,0%,0%)
(0.17/0.56/0.00/0.00)	

CMYK percentages

%16.54
%55.91
%0
%0.39

Codes

Color #D470FE in popluar color models

D470FE
RGB212112254
HSL282°98.61%71.76%
HSB/HSV282°55.91%99.61%
CMYK16.54%55.91%0.00%
0.39%

Color #D470FE in popluar number systems.

HEXD470FE
Decimal212112254
Binary11010100111000011111110
Octal324160376

Shades and tints

Shades of #D470FE

#D470FE
(212,112,254)
#C166E7
(193,102,231)
#AE5CD0
(174,92,208)
#9B52B9
(155,82,185)
#8848A2
(136,72,162)
#753E8B
(117,62,139)
#623474
(98,52,116)
#4F2A5D
(79,42,93)
#3C2046
(60,32,70)
#29162F
(41,22,47)
#160C18
(22,12,24)
#000000
(0,0,0)

Tints of #D470FE

#D470FE
(212,112,254)
#D77DFE
(215,125,254)
#DA8AFE
(218,138,254)
#DD97FE
(221,151,254)
#E0A4FE
(224,164,254)
#E3B1FE
(227,177,254)
#E6BEFE
(230,190,254)
#E9CBFE
(233,203,254)
#ECD8FE
(236,216,254)
#EFE5FE
(239,229,254)
#F2F2FE
(242,242,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D470FE color. Also use rgb(212,112,254) instead hex code.

Text Font Color

.myTextColor { color: #D470FE; }

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

This text font color is #D470FE.


Background Color

.myBgColor { background-color: #D470FE; }

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

This div background color is #D470FE.


Border color

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

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

This div border color is #D470FE.


Opacity

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

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

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

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

This text has shadow with #D470FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D470FE on black background.


Color preview on white background

This text has color #D470FE on white background.



Black color preview on #D470FE background

This text has black color on #D470FE background.


White color preview on #D470FE background

This text has white color on #D470FE background.