COLOR #DD58E2

HEX: #DD58E2
RGB: (221,88,226)

Color info

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

RGB color model

#DD58E2 color RGB value is (221,88,226).

  • red value is 221;
  • green value is 88;
  • blue value is 226.
RGB:
(221,88,226)
(87%,35%,89%)

RGB channels and saturation

R 221 of 255 = 87%
G 88 of 255 = 35%
B 226 of 255 = 89%

221
88
226

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

Portions of RGB colors in percentages

R + G + B =
221 + 88 + 226 = 535 (100%)
R 221 of 535 ~ 41.31%
G 88 of 535 ~ 16.45%
B 226 of 535 ~ 42.24%

%41.31
%16.45
%42.24

CMYK color model

#DD58E2 color CMYK value is (2,61,0,11).

  • cyan value is 2.21%
  • magenta value is 61.06%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(2,61,0,11)
C2M61Y0K11 
(2%,61%,0%,11%)
(0.02/0.61/0.00/0.11)	

CMYK percentages

%2.21
%61.06
%0
%11.37

Codes

Color #DD58E2 in popluar color models

DD58E2
RGB22188226
HSL298°70.41%61.57%
HSB/HSV298°61.06%88.63%
CMYK2.21%61.06%0.00%
11.37%

Color #DD58E2 in popluar number systems.

HEXDD58E2
Decimal22188226
Binary11011101101100011100010
Octal335130342

Shades and tints

Shades of #DD58E2

#DD58E2
(221,88,226)
#C950CE
(201,80,206)
#B548BA
(181,72,186)
#A140A6
(161,64,166)
#8D3892
(141,56,146)
#79307E
(121,48,126)
#65286A
(101,40,106)
#512056
(81,32,86)
#3D1842
(61,24,66)
#29102E
(41,16,46)
#15081A
(21,8,26)
#000000
(0,0,0)

Tints of #DD58E2

#DD58E2
(221,88,226)
#E067E4
(224,103,228)
#E376E6
(227,118,230)
#E685E8
(230,133,232)
#E994EA
(233,148,234)
#ECA3EC
(236,163,236)
#EFB2EE
(239,178,238)
#F2C1F0
(242,193,240)
#F5D0F2
(245,208,242)
#F8DFF4
(248,223,244)
#FBEEF6
(251,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD58E2 color. Also use rgb(221,88,226) instead hex code.

Text Font Color

.myTextColor { color: #DD58E2; }

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

This text font color is #DD58E2.


Background Color

.myBgColor { background-color: #DD58E2; }

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

This div background color is #DD58E2.


Border color

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

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

This div border color is #DD58E2.


Opacity

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

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

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

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

This text has shadow with #DD58E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD58E2 on black background.


Color preview on white background

This text has color #DD58E2 on white background.



Black color preview on #DD58E2 background

This text has black color on #DD58E2 background.


White color preview on #DD58E2 background

This text has white color on #DD58E2 background.