COLOR #D980EF

HEX: #D980EF RGB: (217,128,239)

Color info

#D980EF contains mainly red and blue colors. Web safe color of #D980EF is #CC66FF (or #C6F).

RGB color model

#D980EF color RGB value is (217,128,239).

RGB: (217,128,239) (85%, 50%, 94%)

RGB channels and saturation

R 217 of 255 = 85%
G 128 of 255 = 50%
B 239 of 255 = 94%

217
128
239

R + G + B ~ 76%. #D980EF is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 128 + 239 = 584 (100%)
R 217 of 584 ~ 37.16%
G 128 of 584 ~ 21.92%
B 239 of 584 ~ 40.92'%

%37.16
%21.92
%40.92

CMYK color model

#D980EF color CMYK value is (9,46,0,6).

  • cyan value is 9.21%
  • magenta value is 46.44%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (9,46,0,6)
C9M46Y0K6 (9%, 46%, 0%, 6%)
(0.09 / 0.46 / 0.00 / 0.06)

CMYK percentages

%9.21
%46.44
%0
%6.27

Codes

Color #D980EF in popluar color models

D9 80 EF
RGB 217 128 239
HSL 288° 77.62% 71.96%
HSB/HSV 288° 46.44% 93.73%
CMYK 9.21% 46.44% 0.00%
6.27%

Color #D980EF in popluar number systems.

HEX D9 80 EF
Decimal 217 128 239
Binary 11011001 10000000 11101111
Octal 331 200 357

Shades and tints

Shades of #D980EF

#D980EF
(217,128,239)
#C675DA
(198,117,218)
#B36AC5
(179,106,197)
#A05FB0
(160,95,176)
#8D549B
(141,84,155)
#7A4986
(122,73,134)
#673E71
(103,62,113)
#54335C
(84,51,92)
#412847
(65,40,71)
#2E1D32
(46,29,50)
#1B121D
(27,18,29)
#000000
(0,0,0)

Tints of #D980EF

#D980EF
(217,128,239)
#DC8BF0
(220,139,240)
#DF96F1
(223,150,241)
#E2A1F2
(226,161,242)
#E5ACF3
(229,172,243)
#E8B7F4
(232,183,244)
#EBC2F5
(235,194,245)
#EECDF6
(238,205,246)
#F1D8F7
(241,216,247)
#F4E3F8
(244,227,248)
#F7EEF9
(247,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D980EF color. Also use rgb(217,128,239) instead hex code.

Text Font Color

.myTextColor { color: #D980EF; }

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

This text font color is #D980EF.

Background Color

.myBgColor { background-color: #D980EF; }

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

This div background color is #D980EF.

Border color

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

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

This div border color is #D980EF.

Opacity

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

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

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

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

This text has shadow with #D980EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D980EF.

Preview

Color preview on black background

This text has color #D980EF on black background.


Color preview on white background

This text has color #D980EF on white background.


Black color preview on #D980EF background

This text has black color on #D980EF background.


White color preview on #D980EF background

This text has white color on #D980EF background.


Related colors

Complementary color

Complementary color for #hex is #267F10.


I love getcolorcode.com

Triadic colors

1 #EFD980 and #80EFD9 with #D980EF are triadic colors.

2 #EF80D9 and #80D9EF with #D980EF are triadic colors.