COLOR #D457F1

HEX: #D457F1
RGB: (212,87,241)

Color info

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

RGB color model

#D457F1 color RGB value is (212,87,241).

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

RGB channels and saturation

R 212 of 255 = 83%
G 87 of 255 = 34%
B 241 of 255 = 95%

212
87
241

R + G + B ~ 71%. #D457F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 87 + 241 = 540 (100%)
R 212 of 540 ~ 39.26%
G 87 of 540 ~ 16.11%
B 241 of 540 ~ 44.63%

%39.26
%16.11
%44.63

CMYK color model

#D457F1 color CMYK value is (12,64,0,5).

  • cyan value is 12.03%
  • magenta value is 63.90%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(12,64,0,5)
C12M64Y0K5 
(12%,64%,0%,5%)
(0.12/0.64/0.00/0.05)	

CMYK percentages

%12.03
%63.9
%0
%5.49

Codes

Color #D457F1 in popluar color models

D457F1
RGB21287241
HSL289°84.62%64.31%
HSB/HSV289°63.90%94.51%
CMYK12.03%63.90%0.00%
5.49%

Color #D457F1 in popluar number systems.

HEXD457F1
Decimal21287241
Binary11010100101011111110001
Octal324127361

Shades and tints

Shades of #D457F1

#D457F1
(212,87,241)
#C150DC
(193,80,220)
#AE49C7
(174,73,199)
#9B42B2
(155,66,178)
#883B9D
(136,59,157)
#753488
(117,52,136)
#622D73
(98,45,115)
#4F265E
(79,38,94)
#3C1F49
(60,31,73)
#291834
(41,24,52)
#16111F
(22,17,31)
#000000
(0,0,0)

Tints of #D457F1

#D457F1
(212,87,241)
#D766F2
(215,102,242)
#DA75F3
(218,117,243)
#DD84F4
(221,132,244)
#E093F5
(224,147,245)
#E3A2F6
(227,162,246)
#E6B1F7
(230,177,247)
#E9C0F8
(233,192,248)
#ECCFF9
(236,207,249)
#EFDEFA
(239,222,250)
#F2EDFB
(242,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D457F1; }

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

This text font color is #D457F1.


Background Color

.myBgColor { background-color: #D457F1; }

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

This div background color is #D457F1.


Border color

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

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

This div border color is #D457F1.


Opacity

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

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

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

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

This text has shadow with #D457F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D457F1 on black background.


Color preview on white background

This text has color #D457F1 on white background.



Black color preview on #D457F1 background

This text has black color on #D457F1 background.


White color preview on #D457F1 background

This text has white color on #D457F1 background.