COLOR #DD5DDC

HEX: #DD5DDC
RGB: (221,93,220)

Color info

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

RGB color model

#DD5DDC color RGB value is (221,93,220).

  • red value is 221;
  • green value is 93;
  • blue value is 220.
RGB:
(221,93,220)
(87%,36%,86%)

RGB channels and saturation

R 221 of 255 = 87%
G 93 of 255 = 36%
B 220 of 255 = 86%

221
93
220

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

Portions of RGB colors in percentages

R + G + B =
221 + 93 + 220 = 534 (100%)
R 221 of 534 ~ 41.39%
G 93 of 534 ~ 17.42%
B 220 of 534 ~ 41.2%

%41.39
%17.42
%41.2

CMYK color model

#DD5DDC color CMYK value is (0,58,0,13).

  • cyan value is 0.00%
  • magenta value is 57.92%
  • yellow value is 0.45%
  • key color value is 13.33%
CMYK:
(0,58,0,13)
C0M58Y0K13 
(0%,58%,0%,13%)
(0.00/0.58/0.00/0.13)	

CMYK percentages

%0
%57.92
%0.45
%13.33

Codes

Color #DD5DDC in popluar color models

DD5DDC
RGB22193220
HSL300°65.31%61.57%
HSB/HSV300°57.92%86.67%
CMYK0.00%57.92%0.45%
13.33%

Color #DD5DDC in popluar number systems.

HEXDD5DDC
Decimal22193220
Binary11011101101110111011100
Octal335135334

Shades and tints

Shades of #DD5DDC

#DD5DDC
(221,93,220)
#C955C8
(201,85,200)
#B54DB4
(181,77,180)
#A145A0
(161,69,160)
#8D3D8C
(141,61,140)
#793578
(121,53,120)
#652D64
(101,45,100)
#512550
(81,37,80)
#3D1D3C
(61,29,60)
#291528
(41,21,40)
#150D14
(21,13,20)
#000000
(0,0,0)

Tints of #DD5DDC

#DD5DDC
(221,93,220)
#E06BDF
(224,107,223)
#E379E2
(227,121,226)
#E687E5
(230,135,229)
#E995E8
(233,149,232)
#ECA3EB
(236,163,235)
#EFB1EE
(239,177,238)
#F2BFF1
(242,191,241)
#F5CDF4
(245,205,244)
#F8DBF7
(248,219,247)
#FBE9FA
(251,233,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD5DDC color. Also use rgb(221,93,220) instead hex code.

Text Font Color

.myTextColor { color: #DD5DDC; }

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

This text font color is #DD5DDC.


Background Color

.myBgColor { background-color: #DD5DDC; }

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

This div background color is #DD5DDC.


Border color

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

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

This div border color is #DD5DDC.


Opacity

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

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

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

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

This text has shadow with #DD5DDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD5DDC on black background.


Color preview on white background

This text has color #DD5DDC on white background.



Black color preview on #DD5DDC background

This text has black color on #DD5DDC background.


White color preview on #DD5DDC background

This text has white color on #DD5DDC background.