COLOR #D974DA

HEX: #D974DA
RGB: (217,116,218)

Color info

#D974DA contains mainly red and blue colors. Web safe color of #D974DA is #CC66CC (or #C6C).

RGB color model

#D974DA color RGB value is (217,116,218).

  • red value is 217;
  • green value is 116;
  • blue value is 218.
RGB:
(217,116,218)
(85%,45%,85%)

RGB channels and saturation

R 217 of 255 = 85%
G 116 of 255 = 45%
B 218 of 255 = 85%

217
116
218

R + G + B ~ 72%. #D974DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 116 + 218 = 551 (100%)
R 217 of 551 ~ 39.38%
G 116 of 551 ~ 21.05%
B 218 of 551 ~ 39.56%

%39.38
%21.05
%39.56

CMYK color model

#D974DA color CMYK value is (0,47,0,15).

  • cyan value is 0.46%
  • magenta value is 46.79%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(0,47,0,15)
C0M47Y0K15 
(0%,47%,0%,15%)
(0.00/0.47/0.00/0.15)	

CMYK percentages

%0.46
%46.79
%0
%14.51

Codes

Color #D974DA in popluar color models

D974DA
RGB217116218
HSL299°57.95%65.49%
HSB/HSV299°46.79%85.49%
CMYK0.46%46.79%0.00%
14.51%

Color #D974DA in popluar number systems.

HEXD974DA
Decimal217116218
Binary11011001111010011011010
Octal331164332

Shades and tints

Shades of #D974DA

#D974DA
(217,116,218)
#C66AC7
(198,106,199)
#B360B4
(179,96,180)
#A056A1
(160,86,161)
#8D4C8E
(141,76,142)
#7A427B
(122,66,123)
#673868
(103,56,104)
#542E55
(84,46,85)
#412442
(65,36,66)
#2E1A2F
(46,26,47)
#1B101C
(27,16,28)
#000000
(0,0,0)

Tints of #D974DA

#D974DA
(217,116,218)
#DC80DD
(220,128,221)
#DF8CE0
(223,140,224)
#E298E3
(226,152,227)
#E5A4E6
(229,164,230)
#E8B0E9
(232,176,233)
#EBBCEC
(235,188,236)
#EEC8EF
(238,200,239)
#F1D4F2
(241,212,242)
#F4E0F5
(244,224,245)
#F7ECF8
(247,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D974DA color. Also use rgb(217,116,218) instead hex code.

Text Font Color

.myTextColor { color: #D974DA; }

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

This text font color is #D974DA.


Background Color

.myBgColor { background-color: #D974DA; }

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

This div background color is #D974DA.


Border color

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

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

This div border color is #D974DA.


Opacity

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

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

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

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

This text has shadow with #D974DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D974DA on black background.


Color preview on white background

This text has color #D974DA on white background.



Black color preview on #D974DA background

This text has black color on #D974DA background.


White color preview on #D974DA background

This text has white color on #D974DA background.