COLOR #D293EF

HEX: #D293EF
RGB: (210,147,239)

Color info

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

RGB color model

#D293EF color RGB value is (210,147,239).

  • red value is 210;
  • green value is 147;
  • blue value is 239.
RGB:
(210,147,239)
(82%,58%,94%)

RGB channels and saturation

R 210 of 255 = 82%
G 147 of 255 = 58%
B 239 of 255 = 94%

210
147
239

R + G + B ~ 78%. #D293EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 147 + 239 = 596 (100%)
R 210 of 596 ~ 35.23%
G 147 of 596 ~ 24.66%
B 239 of 596 ~ 40.1%

%35.23
%24.66
%40.1

CMYK color model

#D293EF color CMYK value is (12,38,0,6).

  • cyan value is 12.13%
  • magenta value is 38.49%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(12,38,0,6)
C12M38Y0K6 
(12%,38%,0%,6%)
(0.12/0.38/0.00/0.06)	

CMYK percentages

%12.13
%38.49
%0
%6.27

Codes

Color #D293EF in popluar color models

D293EF
RGB210147239
HSL281°74.19%75.69%
HSB/HSV281°38.49%93.73%
CMYK12.13%38.49%0.00%
6.27%

Color #D293EF in popluar number systems.

HEXD293EF
Decimal210147239
Binary110100101001001111101111
Octal322223357

Shades and tints

Shades of #D293EF

#D293EF
(210,147,239)
#BF86DA
(191,134,218)
#AC79C5
(172,121,197)
#996CB0
(153,108,176)
#865F9B
(134,95,155)
#735286
(115,82,134)
#604571
(96,69,113)
#4D385C
(77,56,92)
#3A2B47
(58,43,71)
#271E32
(39,30,50)
#14111D
(20,17,29)
#000000
(0,0,0)

Tints of #D293EF

#D293EF
(210,147,239)
#D69CF0
(214,156,240)
#DAA5F1
(218,165,241)
#DEAEF2
(222,174,242)
#E2B7F3
(226,183,243)
#E6C0F4
(230,192,244)
#EAC9F5
(234,201,245)
#EED2F6
(238,210,246)
#F2DBF7
(242,219,247)
#F6E4F8
(246,228,248)
#FAEDF9
(250,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D293EF color. Also use rgb(210,147,239) instead hex code.

Text Font Color

.myTextColor { color: #D293EF; }

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

This text font color is #D293EF.


Background Color

.myBgColor { background-color: #D293EF; }

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

This div background color is #D293EF.


Border color

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

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

This div border color is #D293EF.


Opacity

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

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

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

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

This text has shadow with #D293EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D293EF on black background.


Color preview on white background

This text has color #D293EF on white background.



Black color preview on #D293EF background

This text has black color on #D293EF background.


White color preview on #D293EF background

This text has white color on #D293EF background.