COLOR #DE99D4

HEX: #DE99D4 RGB: (222,153,212)

Color info

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

RGB color model

#DE99D4 color RGB value is (222,153,212).

RGB: (222,153,212) (87%, 60%, 83%)

RGB channels and saturation

R 222 of 255 = 87%
G 153 of 255 = 60%
B 212 of 255 = 83%

222
153
212

R + G + B ~ 77%. #DE99D4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 153 + 212 = 587 (100%)
R 222 of 587 ~ 37.82%
G 153 of 587 ~ 26.06%
B 212 of 587 ~ 36.12'%

%37.82
%26.06
%36.12

CMYK color model

#DE99D4 color CMYK value is (0,31,5,13).

  • cyan value is 0.00%
  • magenta value is 31.08%
  • yellow value is 4.50%
  • key color value is 12.94%
CMYK: (0,31,5,13) C0M31Y5K13 (0%,31%,5%,13%) (0.00/0.31/0.05/0.13) 

CMYK percentages

%0
%31.08
%4.5
%12.94

Codes

Color #DE99D4 in popluar color models

DE 99 D4
RGB 222 153 212
HSL 309° 51.11% 73.53%
HSB/HSV 309° 31.08% 87.06%
CMYK 0.00% 31.08% 4.50%
12.94%

Color #DE99D4 in popluar number systems.

HEX DE 99 D4
Decimal 222 153 212
Binary 11011110 10011001 11010100
Octal 336 231 324

Shades and tints

Shades of #DE99D4

#DE99D4
(222,153,212)
#CA8CC1
(202,140,193)
#B67FAE
(182,127,174)
#A2729B
(162,114,155)
#8E6588
(142,101,136)
#7A5875
(122,88,117)
#664B62
(102,75,98)
#523E4F
(82,62,79)
#3E313C
(62,49,60)
#2A2429
(42,36,41)
#161716
(22,23,22)
#000000
(0,0,0)

Tints of #DE99D4

#DE99D4
(222,153,212)
#E1A2D7
(225,162,215)
#E4ABDA
(228,171,218)
#E7B4DD
(231,180,221)
#EABDE0
(234,189,224)
#EDC6E3
(237,198,227)
#F0CFE6
(240,207,230)
#F3D8E9
(243,216,233)
#F6E1EC
(246,225,236)
#F9EAEF
(249,234,239)
#FCF3F2
(252,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE99D4 color. Also use rgb(222,153,212) instead hex code.

Text Font Color

.myTextColor { color: #DE99D4; }

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

This text font color is #DE99D4.

Background Color

.myBgColor { background-color: #DE99D4; }

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

This div background color is #DE99D4.

Border color

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

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

This div border color is #DE99D4.

Opacity

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

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

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

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

This text has shadow with #DE99D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DE99D4.

Preview

Color preview on black background

This text has color #DE99D4 on black background.


Color preview on white background

This text has color #DE99D4 on white background.


Black color preview on #DE99D4 background

This text has black color on #DE99D4 background.


White color preview on #DE99D4 background

This text has white color on #DE99D4 background.


Related colors

Complementary color

Complementary color for #hex is #21662B.


I love getcolorcode.com

Triadic colors

1 #D4DE99 and #99D4DE with #DE99D4 are triadic colors.

2 #D499DE and #99DED4 with #DE99D4 are triadic colors.