COLOR #DD92B2

HEX: #DD92B2
RGB: (221,146,178)

Color info

#DD92B2 contains mainly red and blue colors. Web safe color of #DD92B2 is #CC9999 (or #C99).

RGB color model

#DD92B2 color RGB value is (221,146,178).

  • red value is 221;
  • green value is 146;
  • blue value is 178.
RGB:
(221,146,178)
(87%,57%,70%)

RGB channels and saturation

R 221 of 255 = 87%
G 146 of 255 = 57%
B 178 of 255 = 70%

221
146
178

R + G + B ~ 71%. #DD92B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 146 + 178 = 545 (100%)
R 221 of 545 ~ 40.55%
G 146 of 545 ~ 26.79%
B 178 of 545 ~ 32.66%

%40.55
%26.79
%32.66

CMYK color model

#DD92B2 color CMYK value is (0,34,19,13).

  • cyan value is 0.00%
  • magenta value is 33.94%
  • yellow value is 19.46%
  • key color value is 13.33%
CMYK:
(0,34,19,13)
C0M34Y19K13 
(0%,34%,19%,13%)
(0.00/0.34/0.19/0.13)	

CMYK percentages

%0
%33.94
%19.46
%13.33

Codes

Color #DD92B2 in popluar color models

DD92B2
RGB221146178
HSL334°52.45%71.96%
HSB/HSV334°33.94%86.67%
CMYK0.00%33.94%19.46%
13.33%

Color #DD92B2 in popluar number systems.

HEXDD92B2
Decimal221146178
Binary110111011001001010110010
Octal335222262

Shades and tints

Shades of #DD92B2

#DD92B2
(221,146,178)
#C985A2
(201,133,162)
#B57892
(181,120,146)
#A16B82
(161,107,130)
#8D5E72
(141,94,114)
#795162
(121,81,98)
#654452
(101,68,82)
#513742
(81,55,66)
#3D2A32
(61,42,50)
#291D22
(41,29,34)
#151012
(21,16,18)
#000000
(0,0,0)

Tints of #DD92B2

#DD92B2
(221,146,178)
#E09BB9
(224,155,185)
#E3A4C0
(227,164,192)
#E6ADC7
(230,173,199)
#E9B6CE
(233,182,206)
#ECBFD5
(236,191,213)
#EFC8DC
(239,200,220)
#F2D1E3
(242,209,227)
#F5DAEA
(245,218,234)
#F8E3F1
(248,227,241)
#FBECF8
(251,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD92B2 color. Also use rgb(221,146,178) instead hex code.

Text Font Color

.myTextColor { color: #DD92B2; }

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

This text font color is #DD92B2.


Background Color

.myBgColor { background-color: #DD92B2; }

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

This div background color is #DD92B2.


Border color

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

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

This div border color is #DD92B2.


Opacity

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

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

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

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

This text has shadow with #DD92B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD92B2 on black background.


Color preview on white background

This text has color #DD92B2 on white background.



Black color preview on #DD92B2 background

This text has black color on #DD92B2 background.


White color preview on #DD92B2 background

This text has white color on #DD92B2 background.