COLOR #DD90E8

HEX: #DD90E8 RGB: (221,144,232)

Color info

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

RGB color model

#DD90E8 color RGB value is (221,144,232).

RGB: (221,144,232) (87%, 56%, 91%)

RGB channels and saturation

R 221 of 255 = 87%
G 144 of 255 = 56%
B 232 of 255 = 91%

221
144
232

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

Portions of RGB colors in percentages

R + G + B = 221 + 144 + 232 = 597 (100%)
R 221 of 597 ~ 37.02%
G 144 of 597 ~ 24.12%
B 232 of 597 ~ 38.86'%

%37.02
%24.12
%38.86

CMYK color model

#DD90E8 color CMYK value is (5,38,0,9).

  • cyan value is 4.74%
  • magenta value is 37.93%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (5,38,0,9)
C5M38Y0K9 (5%, 38%, 0%, 9%)
(0.05 / 0.38 / 0.00 / 0.09)

CMYK percentages

%4.74
%37.93
%0
%9.02

Codes

Color #DD90E8 in popluar color models

DD 90 E8
RGB 221 144 232
HSL 293° 65.67% 73.73%
HSB/HSV 293° 37.93% 90.98%
CMYK 4.74% 37.93% 0.00%
9.02%

Color #DD90E8 in popluar number systems.

HEX DD 90 E8
Decimal 221 144 232
Binary 11011101 10010000 11101000
Octal 335 220 350

Shades and tints

Shades of #DD90E8

#DD90E8
(221,144,232)
#C983D3
(201,131,211)
#B576BE
(181,118,190)
#A169A9
(161,105,169)
#8D5C94
(141,92,148)
#794F7F
(121,79,127)
#65426A
(101,66,106)
#513555
(81,53,85)
#3D2840
(61,40,64)
#291B2B
(41,27,43)
#150E16
(21,14,22)
#000000
(0,0,0)

Tints of #DD90E8

#DD90E8
(221,144,232)
#E09AEA
(224,154,234)
#E3A4EC
(227,164,236)
#E6AEEE
(230,174,238)
#E9B8F0
(233,184,240)
#ECC2F2
(236,194,242)
#EFCCF4
(239,204,244)
#F2D6F6
(242,214,246)
#F5E0F8
(245,224,248)
#F8EAFA
(248,234,250)
#FBF4FC
(251,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD90E8 color. Also use rgb(221,144,232) instead hex code.

Text Font Color

.myTextColor { color: #DD90E8; }

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

This text font color is #DD90E8.

Background Color

.myBgColor { background-color: #DD90E8; }

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

This div background color is #DD90E8.

Border color

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

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

This div border color is #DD90E8.

Opacity

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

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

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

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

This text has shadow with #DD90E8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DD90E8.

Preview

Color preview on black background

This text has color #DD90E8 on black background.


Color preview on white background

This text has color #DD90E8 on white background.


Black color preview on #DD90E8 background

This text has black color on #DD90E8 background.


White color preview on #DD90E8 background

This text has white color on #DD90E8 background.


Related colors

Complementary color

Complementary color for #hex is #226F17.


I love getcolorcode.com

Triadic colors

1 #E8DD90 and #90E8DD with #DD90E8 are triadic colors.

2 #E890DD and #90DDE8 with #DD90E8 are triadic colors.