COLOR #D457D4

HEX: #D457D4
RGB: (212,87,212)

Color info

#D457D4 contains mainly red and blue colors. Web safe color of #D457D4 is #CC66CC (or #C6C).

RGB color model

#D457D4 color RGB value is (212,87,212).

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

RGB channels and saturation

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

212
87
212

R + G + B ~ 67%. #D457D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 87 + 212 = 511 (100%)
R 212 of 511 ~ 41.49%
G 87 of 511 ~ 17.03%
B 212 of 511 ~ 41.49%

%41.49
%17.03
%41.49

CMYK color model

#D457D4 color CMYK value is (0,59,0,17).

  • cyan value is 0.00%
  • magenta value is 58.96%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(0,59,0,17)
C0M59Y0K17 
(0%,59%,0%,17%)
(0.00/0.59/0.00/0.17)	

CMYK percentages

%0
%58.96
%0
%16.86

Codes

Color #D457D4 in popluar color models

D457D4
RGB21287212
HSL300°59.24%58.63%
HSB/HSV300°58.96%83.14%
CMYK0.00%58.96%0.00%
16.86%

Color #D457D4 in popluar number systems.

HEXD457D4
Decimal21287212
Binary11010100101011111010100
Octal324127324

Shades and tints

Shades of #D457D4

#D457D4
(212,87,212)
#C150C1
(193,80,193)
#AE49AE
(174,73,174)
#9B429B
(155,66,155)
#883B88
(136,59,136)
#753475
(117,52,117)
#622D62
(98,45,98)
#4F264F
(79,38,79)
#3C1F3C
(60,31,60)
#291829
(41,24,41)
#161116
(22,17,22)
#000000
(0,0,0)

Tints of #D457D4

#D457D4
(212,87,212)
#D766D7
(215,102,215)
#DA75DA
(218,117,218)
#DD84DD
(221,132,221)
#E093E0
(224,147,224)
#E3A2E3
(227,162,227)
#E6B1E6
(230,177,230)
#E9C0E9
(233,192,233)
#ECCFEC
(236,207,236)
#EFDEEF
(239,222,239)
#F2EDF2
(242,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D457D4; }

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

This text font color is #D457D4.


Background Color

.myBgColor { background-color: #D457D4; }

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

This div background color is #D457D4.


Border color

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

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

This div border color is #D457D4.


Opacity

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

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

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

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

This text has shadow with #D457D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D457D4 on black background.


Color preview on white background

This text has color #D457D4 on white background.



Black color preview on #D457D4 background

This text has black color on #D457D4 background.


White color preview on #D457D4 background

This text has white color on #D457D4 background.