COLOR #D990E8

HEX: #D990E8 RGB: (217,144,232)

Color info

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

RGB color model

#D990E8 color RGB value is (217,144,232).

RGB: (217,144,232) (85%, 56%, 91%)

RGB channels and saturation

R 217 of 255 = 85%
G 144 of 255 = 56%
B 232 of 255 = 91%

217
144
232

R + G + B ~ 77%. #D990E8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 144 + 232 = 593 (100%)
R 217 of 593 ~ 36.59%
G 144 of 593 ~ 24.28%
B 232 of 593 ~ 39.12'%

%36.59
%24.28
%39.12

CMYK color model

#D990E8 color CMYK value is (6,38,0,9).

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

CMYK: (6,38,0,9)
C6M38Y0K9 (6%, 38%, 0%, 9%)
(0.06 / 0.38 / 0.00 / 0.09)

CMYK percentages

%6.47
%37.93
%0
%9.02

Codes

Color #D990E8 in popluar color models

D9 90 E8
RGB 217 144 232
HSL 290° 65.67% 73.73%
HSB/HSV 290° 37.93% 90.98%
CMYK 6.47% 37.93% 0.00%
9.02%

Color #D990E8 in popluar number systems.

HEX D9 90 E8
Decimal 217 144 232
Binary 11011001 10010000 11101000
Octal 331 220 350

Shades and tints

Shades of #D990E8

#D990E8
(217,144,232)
#C683D3
(198,131,211)
#B376BE
(179,118,190)
#A069A9
(160,105,169)
#8D5C94
(141,92,148)
#7A4F7F
(122,79,127)
#67426A
(103,66,106)
#543555
(84,53,85)
#412840
(65,40,64)
#2E1B2B
(46,27,43)
#1B0E16
(27,14,22)
#000000
(0,0,0)

Tints of #D990E8

#D990E8
(217,144,232)
#DC9AEA
(220,154,234)
#DFA4EC
(223,164,236)
#E2AEEE
(226,174,238)
#E5B8F0
(229,184,240)
#E8C2F2
(232,194,242)
#EBCCF4
(235,204,244)
#EED6F6
(238,214,246)
#F1E0F8
(241,224,248)
#F4EAFA
(244,234,250)
#F7F4FC
(247,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D990E8; }

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

This text font color is #D990E8.

Background Color

.myBgColor { background-color: #D990E8; }

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

This div background color is #D990E8.

Border color

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

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

This div border color is #D990E8.

Opacity

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

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

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

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

This text has shadow with #D990E8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D990E8.

Preview

Color preview on black background

This text has color #D990E8 on black background.


Color preview on white background

This text has color #D990E8 on white background.


Black color preview on #D990E8 background

This text has black color on #D990E8 background.


White color preview on #D990E8 background

This text has white color on #D990E8 background.


Related colors

Complementary color

Complementary color for #hex is #266F17.


I love getcolorcode.com

Triadic colors

1 #E8D990 and #90E8D9 with #D990E8 are triadic colors.

2 #E890D9 and #90D9E8 with #D990E8 are triadic colors.