COLOR #DD88EC

HEX: #DD88EC RGB: (221,136,236)

Color info

#DD88EC contains mainly red and blue colors. Web safe color of #DD88EC is #CC99FF (or #C9F).

RGB color model

#DD88EC color RGB value is (221,136,236).

RGB: (221,136,236) (87%, 53%, 93%)

RGB channels and saturation

R 221 of 255 = 87%
G 136 of 255 = 53%
B 236 of 255 = 93%

221
136
236

R + G + B ~ 78%. #DD88EC is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 136 + 236 = 593 (100%)
R 221 of 593 ~ 37.27%
G 136 of 593 ~ 22.93%
B 236 of 593 ~ 39.8'%

%37.27
%22.93
%39.8

CMYK color model

#DD88EC color CMYK value is (6,42,0,7).

  • cyan value is 6.36%
  • magenta value is 42.37%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK: (6,42,0,7) C6M42Y0K7 (6%,42%,0%,7%) (0.06/0.42/0.00/0.07) 

CMYK percentages

%6.36
%42.37
%0
%7.45

Codes

Color #DD88EC in popluar color models

DD 88 EC
RGB 221 136 236
HSL 291° 72.46% 72.94%
HSB/HSV 291° 42.37% 92.55%
CMYK 6.36% 42.37% 0.00%
7.45%

Color #DD88EC in popluar number systems.

HEX DD 88 EC
Decimal 221 136 236
Binary 11011101 10001000 11101100
Octal 335 210 354

Shades and tints

Shades of #DD88EC

#DD88EC
(221,136,236)
#C97CD7
(201,124,215)
#B570C2
(181,112,194)
#A164AD
(161,100,173)
#8D5898
(141,88,152)
#794C83
(121,76,131)
#65406E
(101,64,110)
#513459
(81,52,89)
#3D2844
(61,40,68)
#291C2F
(41,28,47)
#15101A
(21,16,26)
#000000
(0,0,0)

Tints of #DD88EC

#DD88EC
(221,136,236)
#E092ED
(224,146,237)
#E39CEE
(227,156,238)
#E6A6EF
(230,166,239)
#E9B0F0
(233,176,240)
#ECBAF1
(236,186,241)
#EFC4F2
(239,196,242)
#F2CEF3
(242,206,243)
#F5D8F4
(245,216,244)
#F8E2F5
(248,226,245)
#FBECF6
(251,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD88EC color. Also use rgb(221,136,236) instead hex code.

Text Font Color

.myTextColor { color: #DD88EC; }

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

This text font color is #DD88EC.

Background Color

.myBgColor { background-color: #DD88EC; }

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

This div background color is #DD88EC.

Border color

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

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

This div border color is #DD88EC.

Opacity

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

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

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

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

This text has shadow with #DD88EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DD88EC.

Preview

Color preview on black background

This text has color #DD88EC on black background.


Color preview on white background

This text has color #DD88EC on white background.


Black color preview on #DD88EC background

This text has black color on #DD88EC background.


White color preview on #DD88EC background

This text has white color on #DD88EC background.


Related colors

Complementary color

Complementary color for #hex is #227713.


I love getcolorcode.com

Triadic colors

1 #ECDD88 and #88ECDD with #DD88EC are triadic colors.

2 #EC88DD and #88DDEC with #DD88EC are triadic colors.