COLOR #D457FF

HEX: #D457FF
RGB: (212,87,255)

Color info

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

RGB color model

#D457FF color RGB value is (212,87,255).

  • red value is 212;
  • green value is 87;
  • blue value is 255.
RGB:
(212,87,255)
(83%,34%,100%)

RGB channels and saturation

R 212 of 255 = 83%
G 87 of 255 = 34%
B 255 of 255 = 100%

212
87
255

R + G + B ~ 72%. #D457FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 87 + 255 = 554 (100%)
R 212 of 554 ~ 38.27%
G 87 of 554 ~ 15.7%
B 255 of 554 ~ 46.03%

%38.27
%15.7
%46.03

CMYK color model

#D457FF color CMYK value is (17,66,0,0).

  • cyan value is 16.86%
  • magenta value is 65.88%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(17,66,0,0)
C17M66Y0K0 
(17%,66%,0%,0%)
(0.17/0.66/0.00/0.00)	

CMYK percentages

%16.86
%65.88
%0
%0

Codes

Color #D457FF in popluar color models

D457FF
RGB21287255
HSL285°100.00%67.06%
HSB/HSV285°65.88%100.00%
CMYK16.86%65.88%0.00%
0.00%

Color #D457FF in popluar number systems.

HEXD457FF
Decimal21287255
Binary11010100101011111111111
Octal324127377

Shades and tints

Shades of #D457FF

#D457FF
(212,87,255)
#C150E8
(193,80,232)
#AE49D1
(174,73,209)
#9B42BA
(155,66,186)
#883BA3
(136,59,163)
#75348C
(117,52,140)
#622D75
(98,45,117)
#4F265E
(79,38,94)
#3C1F47
(60,31,71)
#291830
(41,24,48)
#161119
(22,17,25)
#000000
(0,0,0)

Tints of #D457FF

#D457FF
(212,87,255)
#D766FF
(215,102,255)
#DA75FF
(218,117,255)
#DD84FF
(221,132,255)
#E093FF
(224,147,255)
#E3A2FF
(227,162,255)
#E6B1FF
(230,177,255)
#E9C0FF
(233,192,255)
#ECCFFF
(236,207,255)
#EFDEFF
(239,222,255)
#F2EDFF
(242,237,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D457FF color. Also use rgb(212,87,255) instead hex code.

Text Font Color

.myTextColor { color: #D457FF; }

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

This text font color is #D457FF.


Background Color

.myBgColor { background-color: #D457FF; }

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

This div background color is #D457FF.


Border color

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

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

This div border color is #D457FF.


Opacity

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

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

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

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

This text has shadow with #D457FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D457FF on black background.


Color preview on white background

This text has color #D457FF on white background.



Black color preview on #D457FF background

This text has black color on #D457FF background.


White color preview on #D457FF background

This text has white color on #D457FF background.