COLOR #DD5CE6

HEX: #DD5CE6
RGB: (221,92,230)

Color info

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

RGB color model

#DD5CE6 color RGB value is (221,92,230).

  • red value is 221;
  • green value is 92;
  • blue value is 230.
RGB:
(221,92,230)
(87%,36%,90%)

RGB channels and saturation

R 221 of 255 = 87%
G 92 of 255 = 36%
B 230 of 255 = 90%

221
92
230

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

Portions of RGB colors in percentages

R + G + B =
221 + 92 + 230 = 543 (100%)
R 221 of 543 ~ 40.7%
G 92 of 543 ~ 16.94%
B 230 of 543 ~ 42.36%

%40.7
%16.94
%42.36

CMYK color model

#DD5CE6 color CMYK value is (4,60,0,10).

  • cyan value is 3.91%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(4,60,0,10)
C4M60Y0K10 
(4%,60%,0%,10%)
(0.04/0.60/0.00/0.10)	

CMYK percentages

%3.91
%60
%0
%9.8

Codes

Color #DD5CE6 in popluar color models

DD5CE6
RGB22192230
HSL296°73.40%63.14%
HSB/HSV296°60.00%90.20%
CMYK3.91%60.00%0.00%
9.80%

Color #DD5CE6 in popluar number systems.

HEXDD5CE6
Decimal22192230
Binary11011101101110011100110
Octal335134346

Shades and tints

Shades of #DD5CE6

#DD5CE6
(221,92,230)
#C954D2
(201,84,210)
#B54CBE
(181,76,190)
#A144AA
(161,68,170)
#8D3C96
(141,60,150)
#793482
(121,52,130)
#652C6E
(101,44,110)
#51245A
(81,36,90)
#3D1C46
(61,28,70)
#291432
(41,20,50)
#150C1E
(21,12,30)
#000000
(0,0,0)

Tints of #DD5CE6

#DD5CE6
(221,92,230)
#E06AE8
(224,106,232)
#E378EA
(227,120,234)
#E686EC
(230,134,236)
#E994EE
(233,148,238)
#ECA2F0
(236,162,240)
#EFB0F2
(239,176,242)
#F2BEF4
(242,190,244)
#F5CCF6
(245,204,246)
#F8DAF8
(248,218,248)
#FBE8FA
(251,232,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD5CE6 color. Also use rgb(221,92,230) instead hex code.

Text Font Color

.myTextColor { color: #DD5CE6; }

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

This text font color is #DD5CE6.


Background Color

.myBgColor { background-color: #DD5CE6; }

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

This div background color is #DD5CE6.


Border color

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

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

This div border color is #DD5CE6.


Opacity

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

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

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

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

This text has shadow with #DD5CE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD5CE6 on black background.


Color preview on white background

This text has color #DD5CE6 on white background.



Black color preview on #DD5CE6 background

This text has black color on #DD5CE6 background.


White color preview on #DD5CE6 background

This text has white color on #DD5CE6 background.