COLOR #D470EC

HEX: #D470EC
RGB: (212,112,236)

Color info

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

RGB color model

#D470EC color RGB value is (212,112,236).

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

RGB channels and saturation

R 212 of 255 = 83%
G 112 of 255 = 44%
B 236 of 255 = 93%

212
112
236

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

Portions of RGB colors in percentages

R + G + B =
212 + 112 + 236 = 560 (100%)
R 212 of 560 ~ 37.86%
G 112 of 560 ~ 20%
B 236 of 560 ~ 42.14%

%37.86
%20
%42.14

CMYK color model

#D470EC color CMYK value is (10,53,0,7).

  • cyan value is 10.17%
  • magenta value is 52.54%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(10,53,0,7)
C10M53Y0K7 
(10%,53%,0%,7%)
(0.10/0.53/0.00/0.07)	

CMYK percentages

%10.17
%52.54
%0
%7.45

Codes

Color #D470EC in popluar color models

D470EC
RGB212112236
HSL288°76.54%68.24%
HSB/HSV288°52.54%92.55%
CMYK10.17%52.54%0.00%
7.45%

Color #D470EC in popluar number systems.

HEXD470EC
Decimal212112236
Binary11010100111000011101100
Octal324160354

Shades and tints

Shades of #D470EC

#D470EC
(212,112,236)
#C166D7
(193,102,215)
#AE5CC2
(174,92,194)
#9B52AD
(155,82,173)
#884898
(136,72,152)
#753E83
(117,62,131)
#62346E
(98,52,110)
#4F2A59
(79,42,89)
#3C2044
(60,32,68)
#29162F
(41,22,47)
#160C1A
(22,12,26)
#000000
(0,0,0)

Tints of #D470EC

#D470EC
(212,112,236)
#D77DED
(215,125,237)
#DA8AEE
(218,138,238)
#DD97EF
(221,151,239)
#E0A4F0
(224,164,240)
#E3B1F1
(227,177,241)
#E6BEF2
(230,190,242)
#E9CBF3
(233,203,243)
#ECD8F4
(236,216,244)
#EFE5F5
(239,229,245)
#F2F2F6
(242,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D470EC; }

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

This text font color is #D470EC.


Background Color

.myBgColor { background-color: #D470EC; }

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

This div background color is #D470EC.


Border color

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

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

This div border color is #D470EC.


Opacity

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

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

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

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

This text has shadow with #D470EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D470EC on black background.


Color preview on white background

This text has color #D470EC on white background.



Black color preview on #D470EC background

This text has black color on #D470EC background.


White color preview on #D470EC background

This text has white color on #D470EC background.