COLOR #DE92B3

HEX: #DE92B3 RGB: (222,146,179)

Color info

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

RGB color model

#DE92B3 color RGB value is (222,146,179).

RGB: (222,146,179) (87%, 57%, 70%)

RGB channels and saturation

R 222 of 255 = 87%
G 146 of 255 = 57%
B 179 of 255 = 70%

222
146
179

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

Portions of RGB colors in percentages

R + G + B = 222 + 146 + 179 = 547 (100%)
R 222 of 547 ~ 40.59%
G 146 of 547 ~ 26.69%
B 179 of 547 ~ 32.72'%

%40.59
%26.69
%32.72

CMYK color model

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

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

CMYK percentages

%0
%34.23
%19.37
%12.94

Codes

Color #DE92B3 in popluar color models

DE 92 B3
RGB 222 146 179
HSL 334° 53.52% 72.16%
HSB/HSV 334° 34.23% 87.06%
CMYK 0.00% 34.23% 19.37%
12.94%

Color #DE92B3 in popluar number systems.

HEX DE 92 B3
Decimal 222 146 179
Binary 11011110 10010010 10110011
Octal 336 222 263

Shades and tints

Shades of #DE92B3

#DE92B3
(222,146,179)
#CA85A3
(202,133,163)
#B67893
(182,120,147)
#A26B83
(162,107,131)
#8E5E73
(142,94,115)
#7A5163
(122,81,99)
#664453
(102,68,83)
#523743
(82,55,67)
#3E2A33
(62,42,51)
#2A1D23
(42,29,35)
#161013
(22,16,19)
#000000
(0,0,0)

Tints of #DE92B3

#DE92B3
(222,146,179)
#E19BB9
(225,155,185)
#E4A4BF
(228,164,191)
#E7ADC5
(231,173,197)
#EAB6CB
(234,182,203)
#EDBFD1
(237,191,209)
#F0C8D7
(240,200,215)
#F3D1DD
(243,209,221)
#F6DAE3
(246,218,227)
#F9E3E9
(249,227,233)
#FCECEF
(252,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE92B3 color. Also use rgb(222,146,179) instead hex code.

Text Font Color

.myTextColor { color: #DE92B3; }

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

This text font color is #DE92B3.

Background Color

.myBgColor { background-color: #DE92B3; }

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

This div background color is #DE92B3.

Border color

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

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

This div border color is #DE92B3.

Opacity

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

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

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

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

This text has shadow with #DE92B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DE92B3.

Preview

Color preview on black background

This text has color #DE92B3 on black background.


Color preview on white background

This text has color #DE92B3 on white background.


Black color preview on #DE92B3 background

This text has black color on #DE92B3 background.


White color preview on #DE92B3 background

This text has white color on #DE92B3 background.


Related colors

Complementary color

Complementary color for #hex is #216D4C.


I love getcolorcode.com

Triadic colors

1 #B3DE92 and #92B3DE with #DE92B3 are triadic colors.

2 #B392DE and #92DEB3 with #DE92B3 are triadic colors.