COLOR #D992CD

HEX: #D992CD RGB: (217,146,205)

Color info

#D992CD contains mainly red and blue colors. Web safe color of #D992CD is #CC99CC (or #C9C).

RGB color model

#D992CD color RGB value is (217,146,205).

RGB: (217,146,205) (85%, 57%, 80%)

RGB channels and saturation

R 217 of 255 = 85%
G 146 of 255 = 57%
B 205 of 255 = 80%

217
146
205

R + G + B ~ 74%. #D992CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 146 + 205 = 568 (100%)
R 217 of 568 ~ 38.2%
G 146 of 568 ~ 25.7%
B 205 of 568 ~ 36.09'%

%38.2
%25.7
%36.09

CMYK color model

#D992CD color CMYK value is (0,33,6,15).

  • cyan value is 0.00%
  • magenta value is 32.72%
  • yellow value is 5.53%
  • key color value is 14.90%
CMYK: (0,33,6,15) C0M33Y6K15 (0%,33%,6%,15%) (0.00/0.33/0.06/0.15) 

CMYK percentages

%0
%32.72
%5.53
%14.9

Codes

Color #D992CD in popluar color models

D9 92 CD
RGB 217 146 205
HSL 310° 48.30% 71.18%
HSB/HSV 310° 32.72% 85.10%
CMYK 0.00% 32.72% 5.53%
14.90%

Color #D992CD in popluar number systems.

HEX D9 92 CD
Decimal 217 146 205
Binary 11011001 10010010 11001101
Octal 331 222 315

Shades and tints

Shades of #D992CD

#D992CD
(217,146,205)
#C685BB
(198,133,187)
#B378A9
(179,120,169)
#A06B97
(160,107,151)
#8D5E85
(141,94,133)
#7A5173
(122,81,115)
#674461
(103,68,97)
#54374F
(84,55,79)
#412A3D
(65,42,61)
#2E1D2B
(46,29,43)
#1B1019
(27,16,25)
#000000
(0,0,0)

Tints of #D992CD

#D992CD
(217,146,205)
#DC9BD1
(220,155,209)
#DFA4D5
(223,164,213)
#E2ADD9
(226,173,217)
#E5B6DD
(229,182,221)
#E8BFE1
(232,191,225)
#EBC8E5
(235,200,229)
#EED1E9
(238,209,233)
#F1DAED
(241,218,237)
#F4E3F1
(244,227,241)
#F7ECF5
(247,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D992CD color. Also use rgb(217,146,205) instead hex code.

Text Font Color

.myTextColor { color: #D992CD; }

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

This text font color is #D992CD.

Background Color

.myBgColor { background-color: #D992CD; }

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

This div background color is #D992CD.

Border color

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

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

This div border color is #D992CD.

Opacity

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

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

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

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

This text has shadow with #D992CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D992CD.

Preview

Color preview on black background

This text has color #D992CD on black background.


Color preview on white background

This text has color #D992CD on white background.


Black color preview on #D992CD background

This text has black color on #D992CD background.


White color preview on #D992CD background

This text has white color on #D992CD background.


Related colors

Complementary color

Complementary color for #hex is #266D32.


I love getcolorcode.com

Triadic colors

1 #CDD992 and #92CDD9 with #D992CD are triadic colors.

2 #CD92D9 and #92D9CD with #D992CD are triadic colors.