COLOR #DD52E7

HEX: #DD52E7 RGB: (221,82,231)

Color info

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

RGB color model

#DD52E7 color RGB value is (221,82,231).

RGB: (221,82,231) (87%, 32%, 91%)

RGB channels and saturation

R 221 of 255 = 87%
G 82 of 255 = 32%
B 231 of 255 = 91%

221
82
231

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

Portions of RGB colors in percentages

R + G + B = 221 + 82 + 231 = 534 (100%)
R 221 of 534 ~ 41.39%
G 82 of 534 ~ 15.36%
B 231 of 534 ~ 43.26'%

%41.39
%15.36
%43.26

CMYK color model

#DD52E7 color CMYK value is (4,65,0,9).

  • cyan value is 4.33%
  • magenta value is 64.50%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (4,65,0,9)
C4M65Y0K9 (4%, 65%, 0%, 9%)
(0.04 / 0.65 / 0.00 / 0.09)

CMYK percentages

%4.33
%64.5
%0
%9.41

Codes

Color #DD52E7 in popluar color models

DD 52 E7
RGB 221 82 231
HSL 296° 75.63% 61.37%
HSB/HSV 296° 64.50% 90.59%
CMYK 4.33% 64.50% 0.00%
9.41%

Color #DD52E7 in popluar number systems.

HEX DD 52 E7
Decimal 221 82 231
Binary 11011101 1010010 11100111
Octal 335 122 347

Shades and tints

Shades of #DD52E7

#DD52E7
(221,82,231)
#C94BD2
(201,75,210)
#B544BD
(181,68,189)
#A13DA8
(161,61,168)
#8D3693
(141,54,147)
#792F7E
(121,47,126)
#652869
(101,40,105)
#512154
(81,33,84)
#3D1A3F
(61,26,63)
#29132A
(41,19,42)
#150C15
(21,12,21)
#000000
(0,0,0)

Tints of #DD52E7

#DD52E7
(221,82,231)
#E061E9
(224,97,233)
#E370EB
(227,112,235)
#E67FED
(230,127,237)
#E98EEF
(233,142,239)
#EC9DF1
(236,157,241)
#EFACF3
(239,172,243)
#F2BBF5
(242,187,245)
#F5CAF7
(245,202,247)
#F8D9F9
(248,217,249)
#FBE8FB
(251,232,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD52E7 color. Also use rgb(221,82,231) instead hex code.

Text Font Color

.myTextColor { color: #DD52E7; }

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

This text font color is #DD52E7.

Background Color

.myBgColor { background-color: #DD52E7; }

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

This div background color is #DD52E7.

Border color

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

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

This div border color is #DD52E7.

Opacity

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

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

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

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

This text has shadow with #DD52E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DD52E7.

Preview

Color preview on black background

This text has color #DD52E7 on black background.


Color preview on white background

This text has color #DD52E7 on white background.


Black color preview on #DD52E7 background

This text has black color on #DD52E7 background.


White color preview on #DD52E7 background

This text has white color on #DD52E7 background.


Related colors

Complementary color

Complementary color for #hex is #22AD18.


I love getcolorcode.com

Triadic colors

1 #E7DD52 and #52E7DD with #DD52E7 are triadic colors.

2 #E752DD and #52DDE7 with #DD52E7 are triadic colors.