COLOR #D354F5

HEX: #D354F5
RGB: (211,84,245)

Color info

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

RGB color model

#D354F5 color RGB value is (211,84,245).

  • red value is 211;
  • green value is 84;
  • blue value is 245.
RGB:
(211,84,245)
(83%,33%,96%)

RGB channels and saturation

R 211 of 255 = 83%
G 84 of 255 = 33%
B 245 of 255 = 96%

211
84
245

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

Portions of RGB colors in percentages

R + G + B =
211 + 84 + 245 = 540 (100%)
R 211 of 540 ~ 39.07%
G 84 of 540 ~ 15.56%
B 245 of 540 ~ 45.37%

%39.07
%15.56
%45.37

CMYK color model

#D354F5 color CMYK value is (14,66,0,4).

  • cyan value is 13.88%
  • magenta value is 65.71%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(14,66,0,4)
C14M66Y0K4 
(14%,66%,0%,4%)
(0.14/0.66/0.00/0.04)	

CMYK percentages

%13.88
%65.71
%0
%3.92

Codes

Color #D354F5 in popluar color models

D354F5
RGB21184245
HSL287°88.95%64.51%
HSB/HSV287°65.71%96.08%
CMYK13.88%65.71%0.00%
3.92%

Color #D354F5 in popluar number systems.

HEXD354F5
Decimal21184245
Binary11010011101010011110101
Octal323124365

Shades and tints

Shades of #D354F5

#D354F5
(211,84,245)
#C04DDF
(192,77,223)
#AD46C9
(173,70,201)
#9A3FB3
(154,63,179)
#87389D
(135,56,157)
#743187
(116,49,135)
#612A71
(97,42,113)
#4E235B
(78,35,91)
#3B1C45
(59,28,69)
#28152F
(40,21,47)
#150E19
(21,14,25)
#000000
(0,0,0)

Tints of #D354F5

#D354F5
(211,84,245)
#D763F5
(215,99,245)
#DB72F5
(219,114,245)
#DF81F5
(223,129,245)
#E390F5
(227,144,245)
#E79FF5
(231,159,245)
#EBAEF5
(235,174,245)
#EFBDF5
(239,189,245)
#F3CCF5
(243,204,245)
#F7DBF5
(247,219,245)
#FBEAF5
(251,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D354F5 color. Also use rgb(211,84,245) instead hex code.

Text Font Color

.myTextColor { color: #D354F5; }

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

This text font color is #D354F5.


Background Color

.myBgColor { background-color: #D354F5; }

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

This div background color is #D354F5.


Border color

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

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

This div border color is #D354F5.


Opacity

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

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

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

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

This text has shadow with #D354F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D354F5 on black background.


Color preview on white background

This text has color #D354F5 on white background.



Black color preview on #D354F5 background

This text has black color on #D354F5 background.


White color preview on #D354F5 background

This text has white color on #D354F5 background.