COLOR #D972CB

HEX: #D972CB
RGB: (217,114,203)

Color info

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

RGB color model

#D972CB color RGB value is (217,114,203).

  • red value is 217;
  • green value is 114;
  • blue value is 203.
RGB:
(217,114,203)
(85%,45%,80%)

RGB channels and saturation

R 217 of 255 = 85%
G 114 of 255 = 45%
B 203 of 255 = 80%

217
114
203

R + G + B ~ 70%. #D972CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 114 + 203 = 534 (100%)
R 217 of 534 ~ 40.64%
G 114 of 534 ~ 21.35%
B 203 of 534 ~ 38.01%

%40.64
%21.35
%38.01

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 47.47%
  • yellow value is 6.45%
  • key color value is 14.90%
CMYK:
(0,47,6,15)
C0M47Y6K15 
(0%,47%,6%,15%)
(0.00/0.47/0.06/0.15)	

CMYK percentages

%0
%47.47
%6.45
%14.9

Codes

Color #D972CB in popluar color models

D972CB
RGB217114203
HSL308°57.54%64.90%
HSB/HSV308°47.47%85.10%
CMYK0.00%47.47%6.45%
14.90%

Color #D972CB in popluar number systems.

HEXD972CB
Decimal217114203
Binary11011001111001011001011
Octal331162313

Shades and tints

Shades of #D972CB

#D972CB
(217,114,203)
#C668B9
(198,104,185)
#B35EA7
(179,94,167)
#A05495
(160,84,149)
#8D4A83
(141,74,131)
#7A4071
(122,64,113)
#67365F
(103,54,95)
#542C4D
(84,44,77)
#41223B
(65,34,59)
#2E1829
(46,24,41)
#1B0E17
(27,14,23)
#000000
(0,0,0)

Tints of #D972CB

#D972CB
(217,114,203)
#DC7ECF
(220,126,207)
#DF8AD3
(223,138,211)
#E296D7
(226,150,215)
#E5A2DB
(229,162,219)
#E8AEDF
(232,174,223)
#EBBAE3
(235,186,227)
#EEC6E7
(238,198,231)
#F1D2EB
(241,210,235)
#F4DEEF
(244,222,239)
#F7EAF3
(247,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D972CB color. Also use rgb(217,114,203) instead hex code.

Text Font Color

.myTextColor { color: #D972CB; }

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

This text font color is #D972CB.


Background Color

.myBgColor { background-color: #D972CB; }

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

This div background color is #D972CB.


Border color

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

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

This div border color is #D972CB.


Opacity

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

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

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

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

This text has shadow with #D972CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D972CB on black background.


Color preview on white background

This text has color #D972CB on white background.



Black color preview on #D972CB background

This text has black color on #D972CB background.


White color preview on #D972CB background

This text has white color on #D972CB background.