COLOR #D499EE

HEX: #D499EE
RGB: (212,153,238)

Color info

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

RGB color model

#D499EE color RGB value is (212,153,238).

  • red value is 212;
  • green value is 153;
  • blue value is 238.
RGB:
(212,153,238)
(83%,60%,93%)

RGB channels and saturation

R 212 of 255 = 83%
G 153 of 255 = 60%
B 238 of 255 = 93%

212
153
238

R + G + B ~ 79%. #D499EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 153 + 238 = 603 (100%)
R 212 of 603 ~ 35.16%
G 153 of 603 ~ 25.37%
B 238 of 603 ~ 39.47%

%35.16
%25.37
%39.47

CMYK color model

#D499EE color CMYK value is (11,36,0,7).

  • cyan value is 10.92%
  • magenta value is 35.71%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(11,36,0,7)
C11M36Y0K7 
(11%,36%,0%,7%)
(0.11/0.36/0.00/0.07)	

CMYK percentages

%10.92
%35.71
%0
%6.67

Codes

Color #D499EE in popluar color models

D499EE
RGB212153238
HSL282°71.43%76.67%
HSB/HSV282°35.71%93.33%
CMYK10.92%35.71%0.00%
6.67%

Color #D499EE in popluar number systems.

HEXD499EE
Decimal212153238
Binary110101001001100111101110
Octal324231356

Shades and tints

Shades of #D499EE

#D499EE
(212,153,238)
#C18CD9
(193,140,217)
#AE7FC4
(174,127,196)
#9B72AF
(155,114,175)
#88659A
(136,101,154)
#755885
(117,88,133)
#624B70
(98,75,112)
#4F3E5B
(79,62,91)
#3C3146
(60,49,70)
#292431
(41,36,49)
#16171C
(22,23,28)
#000000
(0,0,0)

Tints of #D499EE

#D499EE
(212,153,238)
#D7A2EF
(215,162,239)
#DAABF0
(218,171,240)
#DDB4F1
(221,180,241)
#E0BDF2
(224,189,242)
#E3C6F3
(227,198,243)
#E6CFF4
(230,207,244)
#E9D8F5
(233,216,245)
#ECE1F6
(236,225,246)
#EFEAF7
(239,234,247)
#F2F3F8
(242,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D499EE; }

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

This text font color is #D499EE.


Background Color

.myBgColor { background-color: #D499EE; }

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

This div background color is #D499EE.


Border color

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

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

This div border color is #D499EE.


Opacity

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

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

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

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

This text has shadow with #D499EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D499EE on black background.


Color preview on white background

This text has color #D499EE on white background.



Black color preview on #D499EE background

This text has black color on #D499EE background.


White color preview on #D499EE background

This text has white color on #D499EE background.