COLOR #D794E8

HEX: #D794E8
RGB: (215,148,232)

Color info

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

RGB color model

#D794E8 color RGB value is (215,148,232).

  • red value is 215;
  • green value is 148;
  • blue value is 232.
RGB:
(215,148,232)
(84%,58%,91%)

RGB channels and saturation

R 215 of 255 = 84%
G 148 of 255 = 58%
B 232 of 255 = 91%

215
148
232

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

Portions of RGB colors in percentages

R + G + B =
215 + 148 + 232 = 595 (100%)
R 215 of 595 ~ 36.13%
G 148 of 595 ~ 24.87%
B 232 of 595 ~ 38.99%

%36.13
%24.87
%38.99

CMYK color model

#D794E8 color CMYK value is (7,36,0,9).

  • cyan value is 7.33%
  • magenta value is 36.21%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(7,36,0,9)
C7M36Y0K9 
(7%,36%,0%,9%)
(0.07/0.36/0.00/0.09)	

CMYK percentages

%7.33
%36.21
%0
%9.02

Codes

Color #D794E8 in popluar color models

D794E8
RGB215148232
HSL288°64.62%74.51%
HSB/HSV288°36.21%90.98%
CMYK7.33%36.21%0.00%
9.02%

Color #D794E8 in popluar number systems.

HEXD794E8
Decimal215148232
Binary110101111001010011101000
Octal327224350

Shades and tints

Shades of #D794E8

#D794E8
(215,148,232)
#C487D3
(196,135,211)
#B17ABE
(177,122,190)
#9E6DA9
(158,109,169)
#8B6094
(139,96,148)
#78537F
(120,83,127)
#65466A
(101,70,106)
#523955
(82,57,85)
#3F2C40
(63,44,64)
#2C1F2B
(44,31,43)
#191216
(25,18,22)
#000000
(0,0,0)

Tints of #D794E8

#D794E8
(215,148,232)
#DA9DEA
(218,157,234)
#DDA6EC
(221,166,236)
#E0AFEE
(224,175,238)
#E3B8F0
(227,184,240)
#E6C1F2
(230,193,242)
#E9CAF4
(233,202,244)
#ECD3F6
(236,211,246)
#EFDCF8
(239,220,248)
#F2E5FA
(242,229,250)
#F5EEFC
(245,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D794E8 color. Also use rgb(215,148,232) instead hex code.

Text Font Color

.myTextColor { color: #D794E8; }

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

This text font color is #D794E8.


Background Color

.myBgColor { background-color: #D794E8; }

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

This div background color is #D794E8.


Border color

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

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

This div border color is #D794E8.


Opacity

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

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

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

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

This text has shadow with #D794E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D794E8 on black background.


Color preview on white background

This text has color #D794E8 on white background.



Black color preview on #D794E8 background

This text has black color on #D794E8 background.


White color preview on #D794E8 background

This text has white color on #D794E8 background.