COLOR #DE99F2

HEX: #DE99F2 RGB: (222,153,242)

Color info

#DE99F2 contains mainly red and blue colors. Web safe color of #DE99F2 is #CC99FF (or #C9F).

RGB color model

#DE99F2 color RGB value is (222,153,242).

RGB: (222,153,242) (87%, 60%, 95%)

RGB channels and saturation

R 222 of 255 = 87%
G 153 of 255 = 60%
B 242 of 255 = 95%

222
153
242

R + G + B ~ 81%. #DE99F2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 153 + 242 = 617 (100%)
R 222 of 617 ~ 35.98%
G 153 of 617 ~ 24.8%
B 242 of 617 ~ 39.22'%

%35.98
%24.8
%39.22

CMYK color model

#DE99F2 color CMYK value is (8,37,0,5).

  • cyan value is 8.26%
  • magenta value is 36.78%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (8,37,0,5)
C8M37Y0K5 (8%, 37%, 0%, 5%)
(0.08 / 0.37 / 0.00 / 0.05)

CMYK percentages

%8.26
%36.78
%0
%5.1

Codes

Color #DE99F2 in popluar color models

DE 99 F2
RGB 222 153 242
HSL 287° 77.39% 77.45%
HSB/HSV 287° 36.78% 94.90%
CMYK 8.26% 36.78% 0.00%
5.10%

Color #DE99F2 in popluar number systems.

HEX DE 99 F2
Decimal 222 153 242
Binary 11011110 10011001 11110010
Octal 336 231 362

Shades and tints

Shades of #DE99F2

#DE99F2
(222,153,242)
#CA8CDC
(202,140,220)
#B67FC6
(182,127,198)
#A272B0
(162,114,176)
#8E659A
(142,101,154)
#7A5884
(122,88,132)
#664B6E
(102,75,110)
#523E58
(82,62,88)
#3E3142
(62,49,66)
#2A242C
(42,36,44)
#161716
(22,23,22)
#000000
(0,0,0)

Tints of #DE99F2

#DE99F2
(222,153,242)
#E1A2F3
(225,162,243)
#E4ABF4
(228,171,244)
#E7B4F5
(231,180,245)
#EABDF6
(234,189,246)
#EDC6F7
(237,198,247)
#F0CFF8
(240,207,248)
#F3D8F9
(243,216,249)
#F6E1FA
(246,225,250)
#F9EAFB
(249,234,251)
#FCF3FC
(252,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DE99F2; }

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

This text font color is #DE99F2.

Background Color

.myBgColor { background-color: #DE99F2; }

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

This div background color is #DE99F2.

Border color

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

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

This div border color is #DE99F2.

Opacity

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

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

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

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

This text has shadow with #DE99F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DE99F2.

Preview

Color preview on black background

This text has color #DE99F2 on black background.


Color preview on white background

This text has color #DE99F2 on white background.


Black color preview on #DE99F2 background

This text has black color on #DE99F2 background.


White color preview on #DE99F2 background

This text has white color on #DE99F2 background.


Related colors

Complementary color

Complementary color for #hex is #21660D.


I love getcolorcode.com

Triadic colors

1 #F2DE99 and #99F2DE with #DE99F2 are triadic colors.

2 #F299DE and #99DEF2 with #DE99F2 are triadic colors.