COLOR #D739EE

HEX: #D739EE
RGB: (215,57,238)

Color info

#D739EE contains mainly red and blue colors. Web safe color of #D739EE is #CC33FF (or #C3F).

RGB color model

#D739EE color RGB value is (215,57,238).

  • red value is 215;
  • green value is 57;
  • blue value is 238.
RGB:
(215,57,238)
(84%,22%,93%)

RGB channels and saturation

R 215 of 255 = 84%
G 57 of 255 = 22%
B 238 of 255 = 93%

215
57
238

R + G + B ~ 66%. #D739EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 57 + 238 = 510 (100%)
R 215 of 510 ~ 42.16%
G 57 of 510 ~ 11.18%
B 238 of 510 ~ 46.67%

%42.16
%11.18
%46.67

CMYK color model

#D739EE color CMYK value is (10,76,0,7).

  • cyan value is 9.66%
  • magenta value is 76.05%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(10,76,0,7)
C10M76Y0K7 
(10%,76%,0%,7%)
(0.10/0.76/0.00/0.07)	

CMYK percentages

%9.66
%76.05
%0
%6.67

Codes

Color #D739EE in popluar color models

D739EE
RGB21557238
HSL292°84.19%57.84%
HSB/HSV292°76.05%93.33%
CMYK9.66%76.05%0.00%
6.67%

Color #D739EE in popluar number systems.

HEXD739EE
Decimal21557238
Binary1101011111100111101110
Octal32771356

Shades and tints

Shades of #D739EE

#D739EE
(215,57,238)
#C434D9
(196,52,217)
#B12FC4
(177,47,196)
#9E2AAF
(158,42,175)
#8B259A
(139,37,154)
#782085
(120,32,133)
#651B70
(101,27,112)
#52165B
(82,22,91)
#3F1146
(63,17,70)
#2C0C31
(44,12,49)
#19071C
(25,7,28)
#000000
(0,0,0)

Tints of #D739EE

#D739EE
(215,57,238)
#DA4BEF
(218,75,239)
#DD5DF0
(221,93,240)
#E06FF1
(224,111,241)
#E381F2
(227,129,242)
#E693F3
(230,147,243)
#E9A5F4
(233,165,244)
#ECB7F5
(236,183,245)
#EFC9F6
(239,201,246)
#F2DBF7
(242,219,247)
#F5EDF8
(245,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D739EE color. Also use rgb(215,57,238) instead hex code.

Text Font Color

.myTextColor { color: #D739EE; }

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

This text font color is #D739EE.


Background Color

.myBgColor { background-color: #D739EE; }

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

This div background color is #D739EE.


Border color

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

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

This div border color is #D739EE.


Opacity

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

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

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

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

This text has shadow with #D739EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D739EE on black background.


Color preview on white background

This text has color #D739EE on white background.



Black color preview on #D739EE background

This text has black color on #D739EE background.


White color preview on #D739EE background

This text has white color on #D739EE background.