COLOR #DE99C4

HEX: #DE99C4
RGB: (222,153,196)

Color info

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

RGB color model

#DE99C4 color RGB value is (222,153,196).

  • red value is 222;
  • green value is 153;
  • blue value is 196.
RGB:
(222,153,196)
(87%,60%,77%)

RGB channels and saturation

R 222 of 255 = 87%
G 153 of 255 = 60%
B 196 of 255 = 77%

222
153
196

R + G + B ~ 75%. #DE99C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 153 + 196 = 571 (100%)
R 222 of 571 ~ 38.88%
G 153 of 571 ~ 26.8%
B 196 of 571 ~ 34.33%

%38.88
%26.8
%34.33

CMYK color model

#DE99C4 color CMYK value is (0,31,12,13).

  • cyan value is 0.00%
  • magenta value is 31.08%
  • yellow value is 11.71%
  • key color value is 12.94%
CMYK:
(0,31,12,13)
C0M31Y12K13 
(0%,31%,12%,13%)
(0.00/0.31/0.12/0.13)	

CMYK percentages

%0
%31.08
%11.71
%12.94

Codes

Color #DE99C4 in popluar color models

DE99C4
RGB222153196
HSL323°51.11%73.53%
HSB/HSV323°31.08%87.06%
CMYK0.00%31.08%11.71%
12.94%

Color #DE99C4 in popluar number systems.

HEXDE99C4
Decimal222153196
Binary110111101001100111000100
Octal336231304

Shades and tints

Shades of #DE99C4

#DE99C4
(222,153,196)
#CA8CB3
(202,140,179)
#B67FA2
(182,127,162)
#A27291
(162,114,145)
#8E6580
(142,101,128)
#7A586F
(122,88,111)
#664B5E
(102,75,94)
#523E4D
(82,62,77)
#3E313C
(62,49,60)
#2A242B
(42,36,43)
#16171A
(22,23,26)
#000000
(0,0,0)

Tints of #DE99C4

#DE99C4
(222,153,196)
#E1A2C9
(225,162,201)
#E4ABCE
(228,171,206)
#E7B4D3
(231,180,211)
#EABDD8
(234,189,216)
#EDC6DD
(237,198,221)
#F0CFE2
(240,207,226)
#F3D8E7
(243,216,231)
#F6E1EC
(246,225,236)
#F9EAF1
(249,234,241)
#FCF3F6
(252,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DE99C4; }

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

This text font color is #DE99C4.


Background Color

.myBgColor { background-color: #DE99C4; }

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

This div background color is #DE99C4.


Border color

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

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

This div border color is #DE99C4.


Opacity

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

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

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

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

This text has shadow with #DE99C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE99C4 on black background.


Color preview on white background

This text has color #DE99C4 on white background.



Black color preview on #DE99C4 background

This text has black color on #DE99C4 background.


White color preview on #DE99C4 background

This text has white color on #DE99C4 background.