COLOR #D992BF

HEX: #D992BF RGB: (217,146,191)

Color info

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

RGB color model

#D992BF color RGB value is (217,146,191).

RGB: (217,146,191) (85%, 57%, 75%)

RGB channels and saturation

R 217 of 255 = 85%
G 146 of 255 = 57%
B 191 of 255 = 75%

217
146
191

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

Portions of RGB colors in percentages

R + G + B = 217 + 146 + 191 = 554 (100%)
R 217 of 554 ~ 39.17%
G 146 of 554 ~ 26.35%
B 191 of 554 ~ 34.48'%

%39.17
%26.35
%34.48

CMYK color model

#D992BF color CMYK value is (0,33,12,15).

  • cyan value is 0.00%
  • magenta value is 32.72%
  • yellow value is 11.98%
  • key color value is 14.90%

CMYK: (0,33,12,15)
C0M33Y12K15 (0%, 33%, 12%, 15%)
(0.00 / 0.33 / 0.12 / 0.15)

CMYK percentages

%0
%32.72
%11.98
%14.9

Codes

Color #D992BF in popluar color models

D9 92 BF
RGB 217 146 191
HSL 322° 48.30% 71.18%
HSB/HSV 322° 32.72% 85.10%
CMYK 0.00% 32.72% 11.98%
14.90%

Color #D992BF in popluar number systems.

HEX D9 92 BF
Decimal 217 146 191
Binary 11011001 10010010 10111111
Octal 331 222 277

Shades and tints

Shades of #D992BF

#D992BF
(217,146,191)
#C685AE
(198,133,174)
#B3789D
(179,120,157)
#A06B8C
(160,107,140)
#8D5E7B
(141,94,123)
#7A516A
(122,81,106)
#674459
(103,68,89)
#543748
(84,55,72)
#412A37
(65,42,55)
#2E1D26
(46,29,38)
#1B1015
(27,16,21)
#000000
(0,0,0)

Tints of #D992BF

#D992BF
(217,146,191)
#DC9BC4
(220,155,196)
#DFA4C9
(223,164,201)
#E2ADCE
(226,173,206)
#E5B6D3
(229,182,211)
#E8BFD8
(232,191,216)
#EBC8DD
(235,200,221)
#EED1E2
(238,209,226)
#F1DAE7
(241,218,231)
#F4E3EC
(244,227,236)
#F7ECF1
(247,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D992BF; }

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

This text font color is #D992BF.

Background Color

.myBgColor { background-color: #D992BF; }

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

This div background color is #D992BF.

Border color

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

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

This div border color is #D992BF.

Opacity

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

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

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

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

This text has shadow with #D992BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D992BF.

Preview

Color preview on black background

This text has color #D992BF on black background.


Color preview on white background

This text has color #D992BF on white background.


Black color preview on #D992BF background

This text has black color on #D992BF background.


White color preview on #D992BF background

This text has white color on #D992BF background.


Related colors

Complementary color

Complementary color for #hex is #266D40.


I love getcolorcode.com

Triadic colors

1 #BFD992 and #92BFD9 with #D992BF are triadic colors.

2 #BF92D9 and #92D9BF with #D992BF are triadic colors.