COLOR #DF53E6

HEX: #DF53E6
RGB: (223,83,230)

Color info

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

RGB color model

#DF53E6 color RGB value is (223,83,230).

  • red value is 223;
  • green value is 83;
  • blue value is 230.
RGB:
(223,83,230)
(87%,33%,90%)

RGB channels and saturation

R 223 of 255 = 87%
G 83 of 255 = 33%
B 230 of 255 = 90%

223
83
230

R + G + B ~ 70%. #DF53E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 83 + 230 = 536 (100%)
R 223 of 536 ~ 41.6%
G 83 of 536 ~ 15.49%
B 230 of 536 ~ 42.91%

%41.6
%15.49
%42.91

CMYK color model

#DF53E6 color CMYK value is (3,64,0,10).

  • cyan value is 3.04%
  • magenta value is 63.91%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(3,64,0,10)
C3M64Y0K10 
(3%,64%,0%,10%)
(0.03/0.64/0.00/0.10)	

CMYK percentages

%3.04
%63.91
%0
%9.8

Codes

Color #DF53E6 in popluar color models

DF53E6
RGB22383230
HSL297°74.62%61.37%
HSB/HSV297°63.91%90.20%
CMYK3.04%63.91%0.00%
9.80%

Color #DF53E6 in popluar number systems.

HEXDF53E6
Decimal22383230
Binary11011111101001111100110
Octal337123346

Shades and tints

Shades of #DF53E6

#DF53E6
(223,83,230)
#CB4CD2
(203,76,210)
#B745BE
(183,69,190)
#A33EAA
(163,62,170)
#8F3796
(143,55,150)
#7B3082
(123,48,130)
#67296E
(103,41,110)
#53225A
(83,34,90)
#3F1B46
(63,27,70)
#2B1432
(43,20,50)
#170D1E
(23,13,30)
#000000
(0,0,0)

Tints of #DF53E6

#DF53E6
(223,83,230)
#E162E8
(225,98,232)
#E371EA
(227,113,234)
#E580EC
(229,128,236)
#E78FEE
(231,143,238)
#E99EF0
(233,158,240)
#EBADF2
(235,173,242)
#EDBCF4
(237,188,244)
#EFCBF6
(239,203,246)
#F1DAF8
(241,218,248)
#F3E9FA
(243,233,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF53E6 color. Also use rgb(223,83,230) instead hex code.

Text Font Color

.myTextColor { color: #DF53E6; }

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

This text font color is #DF53E6.


Background Color

.myBgColor { background-color: #DF53E6; }

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

This div background color is #DF53E6.


Border color

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

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

This div border color is #DF53E6.


Opacity

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

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

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

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

This text has shadow with #DF53E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF53E6 on black background.


Color preview on white background

This text has color #DF53E6 on white background.



Black color preview on #DF53E6 background

This text has black color on #DF53E6 background.


White color preview on #DF53E6 background

This text has white color on #DF53E6 background.