COLOR #D792E5

HEX: #D792E5
RGB: (215,146,229)

Color info

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

RGB color model

#D792E5 color RGB value is (215,146,229).

  • red value is 215;
  • green value is 146;
  • blue value is 229.
RGB:
(215,146,229)
(84%,57%,90%)

RGB channels and saturation

R 215 of 255 = 84%
G 146 of 255 = 57%
B 229 of 255 = 90%

215
146
229

R + G + B ~ 77%. #D792E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 146 + 229 = 590 (100%)
R 215 of 590 ~ 36.44%
G 146 of 590 ~ 24.75%
B 229 of 590 ~ 38.81%

%36.44
%24.75
%38.81

CMYK color model

#D792E5 color CMYK value is (6,36,0,10).

  • cyan value is 6.11%
  • magenta value is 36.24%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(6,36,0,10)
C6M36Y0K10 
(6%,36%,0%,10%)
(0.06/0.36/0.00/0.10)	

CMYK percentages

%6.11
%36.24
%0
%10.2

Codes

Color #D792E5 in popluar color models

D792E5
RGB215146229
HSL290°61.48%73.53%
HSB/HSV290°36.24%89.80%
CMYK6.11%36.24%0.00%
10.20%

Color #D792E5 in popluar number systems.

HEXD792E5
Decimal215146229
Binary110101111001001011100101
Octal327222345

Shades and tints

Shades of #D792E5

#D792E5
(215,146,229)
#C485D1
(196,133,209)
#B178BD
(177,120,189)
#9E6BA9
(158,107,169)
#8B5E95
(139,94,149)
#785181
(120,81,129)
#65446D
(101,68,109)
#523759
(82,55,89)
#3F2A45
(63,42,69)
#2C1D31
(44,29,49)
#19101D
(25,16,29)
#000000
(0,0,0)

Tints of #D792E5

#D792E5
(215,146,229)
#DA9BE7
(218,155,231)
#DDA4E9
(221,164,233)
#E0ADEB
(224,173,235)
#E3B6ED
(227,182,237)
#E6BFEF
(230,191,239)
#E9C8F1
(233,200,241)
#ECD1F3
(236,209,243)
#EFDAF5
(239,218,245)
#F2E3F7
(242,227,247)
#F5ECF9
(245,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D792E5 color. Also use rgb(215,146,229) instead hex code.

Text Font Color

.myTextColor { color: #D792E5; }

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

This text font color is #D792E5.


Background Color

.myBgColor { background-color: #D792E5; }

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

This div background color is #D792E5.


Border color

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

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

This div border color is #D792E5.


Opacity

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

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

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

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

This text has shadow with #D792E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D792E5 on black background.


Color preview on white background

This text has color #D792E5 on white background.



Black color preview on #D792E5 background

This text has black color on #D792E5 background.


White color preview on #D792E5 background

This text has white color on #D792E5 background.