COLOR #D462FE

HEX: #D462FE RGB: (212,98,254)

Color info

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

RGB color model

#D462FE color RGB value is (212,98,254).

RGB: (212,98,254) (83%, 38%, 100%)

RGB channels and saturation

R 212 of 255 = 83%
G 98 of 255 = 38%
B 254 of 255 = 100%

212
98
254

R + G + B ~ 74%. #D462FE is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 98 + 254 = 564 (100%)
R 212 of 564 ~ 37.59%
G 98 of 564 ~ 17.38%
B 254 of 564 ~ 45.04'%

%37.59
%17.38
%45.04

CMYK color model

#D462FE color CMYK value is (17,61,0,0).

  • cyan value is 16.54%
  • magenta value is 61.42%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK: (17,61,0,0) C17M61Y0K0 (17%,61%,0%,0%) (0.17/0.61/0.00/0.00) 

CMYK percentages

%16.54
%61.42
%0
%0.39

Codes

Color #D462FE in popluar color models

D4 62 FE
RGB 212 98 254
HSL 284° 98.73% 69.02%
HSB/HSV 284° 61.42% 99.61%
CMYK 16.54% 61.42% 0.00%
0.39%

Color #D462FE in popluar number systems.

HEX D4 62 FE
Decimal 212 98 254
Binary 11010100 1100010 11111110
Octal 324 142 376

Shades and tints

Shades of #D462FE

#D462FE
(212,98,254)
#C15AE7
(193,90,231)
#AE52D0
(174,82,208)
#9B4AB9
(155,74,185)
#8842A2
(136,66,162)
#753A8B
(117,58,139)
#623274
(98,50,116)
#4F2A5D
(79,42,93)
#3C2246
(60,34,70)
#291A2F
(41,26,47)
#161218
(22,18,24)
#000000
(0,0,0)

Tints of #D462FE

#D462FE
(212,98,254)
#D770FE
(215,112,254)
#DA7EFE
(218,126,254)
#DD8CFE
(221,140,254)
#E09AFE
(224,154,254)
#E3A8FE
(227,168,254)
#E6B6FE
(230,182,254)
#E9C4FE
(233,196,254)
#ECD2FE
(236,210,254)
#EFE0FE
(239,224,254)
#F2EEFE
(242,238,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D462FE; }

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

This text font color is #D462FE.

Background Color

.myBgColor { background-color: #D462FE; }

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

This div background color is #D462FE.

Border color

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

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

This div border color is #D462FE.

Opacity

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

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

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

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

This text has shadow with #D462FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D462FE.

Preview

Color preview on black background

This text has color #D462FE on black background.


Color preview on white background

This text has color #D462FE on white background.


Black color preview on #D462FE background

This text has black color on #D462FE background.


White color preview on #D462FE background

This text has white color on #D462FE background.


Related colors

Complementary color

Complementary color for #hex is #2B9D01.


I love getcolorcode.com

Triadic colors

1 #FED462 and #62FED4 with #D462FE are triadic colors.

2 #FE62D4 and #62D4FE with #D462FE are triadic colors.