COLOR #D794CC

HEX: #D794CC
RGB: (215,148,204)

Color info

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

RGB color model

#D794CC color RGB value is (215,148,204).

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

RGB channels and saturation

R 215 of 255 = 84%
G 148 of 255 = 58%
B 204 of 255 = 80%

215
148
204

R + G + B ~ 74%. #D794CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 148 + 204 = 567 (100%)
R 215 of 567 ~ 37.92%
G 148 of 567 ~ 26.1%
B 204 of 567 ~ 35.98%

%37.92
%26.1
%35.98

CMYK color model

#D794CC color CMYK value is (0,31,5,16).

  • cyan value is 0.00%
  • magenta value is 31.16%
  • yellow value is 5.12%
  • key color value is 15.69%
CMYK:
(0,31,5,16)
C0M31Y5K16 
(0%,31%,5%,16%)
(0.00/0.31/0.05/0.16)	

CMYK percentages

%0
%31.16
%5.12
%15.69

Codes

Color #D794CC in popluar color models

D794CC
RGB215148204
HSL310°45.58%71.18%
HSB/HSV310°31.16%84.31%
CMYK0.00%31.16%5.12%
15.69%

Color #D794CC in popluar number systems.

HEXD794CC
Decimal215148204
Binary110101111001010011001100
Octal327224314

Shades and tints

Shades of #D794CC

#D794CC
(215,148,204)
#C487BA
(196,135,186)
#B17AA8
(177,122,168)
#9E6D96
(158,109,150)
#8B6084
(139,96,132)
#785372
(120,83,114)
#654660
(101,70,96)
#52394E
(82,57,78)
#3F2C3C
(63,44,60)
#2C1F2A
(44,31,42)
#191218
(25,18,24)
#000000
(0,0,0)

Tints of #D794CC

#D794CC
(215,148,204)
#DA9DD0
(218,157,208)
#DDA6D4
(221,166,212)
#E0AFD8
(224,175,216)
#E3B8DC
(227,184,220)
#E6C1E0
(230,193,224)
#E9CAE4
(233,202,228)
#ECD3E8
(236,211,232)
#EFDCEC
(239,220,236)
#F2E5F0
(242,229,240)
#F5EEF4
(245,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D794CC; }

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

This text font color is #D794CC.


Background Color

.myBgColor { background-color: #D794CC; }

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

This div background color is #D794CC.


Border color

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

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

This div border color is #D794CC.


Opacity

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

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

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

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

This text has shadow with #D794CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D794CC on black background.


Color preview on white background

This text has color #D794CC on white background.



Black color preview on #D794CC background

This text has black color on #D794CC background.


White color preview on #D794CC background

This text has white color on #D794CC background.