COLOR #D353EB

HEX: #D353EB
RGB: (211,83,235)

Color info

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

RGB color model

#D353EB color RGB value is (211,83,235).

  • red value is 211;
  • green value is 83;
  • blue value is 235.
RGB:
(211,83,235)
(83%,33%,92%)

RGB channels and saturation

R 211 of 255 = 83%
G 83 of 255 = 33%
B 235 of 255 = 92%

211
83
235

R + G + B ~ 69%. #D353EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 83 + 235 = 529 (100%)
R 211 of 529 ~ 39.89%
G 83 of 529 ~ 15.69%
B 235 of 529 ~ 44.42%

%39.89
%15.69
%44.42

CMYK color model

#D353EB color CMYK value is (10,65,0,8).

  • cyan value is 10.21%
  • magenta value is 64.68%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(10,65,0,8)
C10M65Y0K8 
(10%,65%,0%,8%)
(0.10/0.65/0.00/0.08)	

CMYK percentages

%10.21
%64.68
%0
%7.84

Codes

Color #D353EB in popluar color models

D353EB
RGB21183235
HSL291°79.17%62.35%
HSB/HSV291°64.68%92.16%
CMYK10.21%64.68%0.00%
7.84%

Color #D353EB in popluar number systems.

HEXD353EB
Decimal21183235
Binary11010011101001111101011
Octal323123353

Shades and tints

Shades of #D353EB

#D353EB
(211,83,235)
#C04CD6
(192,76,214)
#AD45C1
(173,69,193)
#9A3EAC
(154,62,172)
#873797
(135,55,151)
#743082
(116,48,130)
#61296D
(97,41,109)
#4E2258
(78,34,88)
#3B1B43
(59,27,67)
#28142E
(40,20,46)
#150D19
(21,13,25)
#000000
(0,0,0)

Tints of #D353EB

#D353EB
(211,83,235)
#D762EC
(215,98,236)
#DB71ED
(219,113,237)
#DF80EE
(223,128,238)
#E38FEF
(227,143,239)
#E79EF0
(231,158,240)
#EBADF1
(235,173,241)
#EFBCF2
(239,188,242)
#F3CBF3
(243,203,243)
#F7DAF4
(247,218,244)
#FBE9F5
(251,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D353EB color. Also use rgb(211,83,235) instead hex code.

Text Font Color

.myTextColor { color: #D353EB; }

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

This text font color is #D353EB.


Background Color

.myBgColor { background-color: #D353EB; }

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

This div background color is #D353EB.


Border color

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

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

This div border color is #D353EB.


Opacity

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

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

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

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

This text has shadow with #D353EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D353EB on black background.


Color preview on white background

This text has color #D353EB on white background.



Black color preview on #D353EB background

This text has black color on #D353EB background.


White color preview on #D353EB background

This text has white color on #D353EB background.