COLOR #D790EC

HEX: #D790EC RGB: (215,144,236)

Color info

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

RGB color model

#D790EC color RGB value is (215,144,236).

RGB: (215,144,236) (84%, 56%, 93%)

RGB channels and saturation

R 215 of 255 = 84%
G 144 of 255 = 56%
B 236 of 255 = 93%

215
144
236

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

Portions of RGB colors in percentages

R + G + B = 215 + 144 + 236 = 595 (100%)
R 215 of 595 ~ 36.13%
G 144 of 595 ~ 24.2%
B 236 of 595 ~ 39.66'%

%36.13
%24.2
%39.66

CMYK color model

#D790EC color CMYK value is (9,39,0,7).

  • cyan value is 8.90%
  • magenta value is 38.98%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (9,39,0,7)
C9M39Y0K7 (9%, 39%, 0%, 7%)
(0.09 / 0.39 / 0.00 / 0.07)

CMYK percentages

%8.9
%38.98
%0
%7.45

Codes

Color #D790EC in popluar color models

D7 90 EC
RGB 215 144 236
HSL 286° 70.77% 74.51%
HSB/HSV 286° 38.98% 92.55%
CMYK 8.90% 38.98% 0.00%
7.45%

Color #D790EC in popluar number systems.

HEX D7 90 EC
Decimal 215 144 236
Binary 11010111 10010000 11101100
Octal 327 220 354

Shades and tints

Shades of #D790EC

#D790EC
(215,144,236)
#C483D7
(196,131,215)
#B176C2
(177,118,194)
#9E69AD
(158,105,173)
#8B5C98
(139,92,152)
#784F83
(120,79,131)
#65426E
(101,66,110)
#523559
(82,53,89)
#3F2844
(63,40,68)
#2C1B2F
(44,27,47)
#190E1A
(25,14,26)
#000000
(0,0,0)

Tints of #D790EC

#D790EC
(215,144,236)
#DA9AED
(218,154,237)
#DDA4EE
(221,164,238)
#E0AEEF
(224,174,239)
#E3B8F0
(227,184,240)
#E6C2F1
(230,194,241)
#E9CCF2
(233,204,242)
#ECD6F3
(236,214,243)
#EFE0F4
(239,224,244)
#F2EAF5
(242,234,245)
#F5F4F6
(245,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D790EC color. Also use rgb(215,144,236) instead hex code.

Text Font Color

.myTextColor { color: #D790EC; }

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

This text font color is #D790EC.

Background Color

.myBgColor { background-color: #D790EC; }

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

This div background color is #D790EC.

Border color

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

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

This div border color is #D790EC.

Opacity

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

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

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

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

This text has shadow with #D790EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D790EC.

Preview

Color preview on black background

This text has color #D790EC on black background.


Color preview on white background

This text has color #D790EC on white background.


Black color preview on #D790EC background

This text has black color on #D790EC background.


White color preview on #D790EC background

This text has white color on #D790EC background.


Related colors

Complementary color

Complementary color for #hex is #286F13.


I love getcolorcode.com

Triadic colors

1 #ECD790 and #90ECD7 with #D790EC are triadic colors.

2 #EC90D7 and #90D7EC with #D790EC are triadic colors.