COLOR #D780AF

HEX: #D780AF
RGB: (215,128,175)

Color info

#D780AF contains mainly red and blue colors. Web safe color of #D780AF is #CC6699 (or #C69).

RGB color model

#D780AF color RGB value is (215,128,175).

  • red value is 215;
  • green value is 128;
  • blue value is 175.
RGB:
(215,128,175)
(84%,50%,69%)

RGB channels and saturation

R 215 of 255 = 84%
G 128 of 255 = 50%
B 175 of 255 = 69%

215
128
175

R + G + B ~ 68%. #D780AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 128 + 175 = 518 (100%)
R 215 of 518 ~ 41.51%
G 128 of 518 ~ 24.71%
B 175 of 518 ~ 33.78%

%41.51
%24.71
%33.78

CMYK color model

#D780AF color CMYK value is (0,40,19,16).

  • cyan value is 0.00%
  • magenta value is 40.47%
  • yellow value is 18.60%
  • key color value is 15.69%
CMYK:
(0,40,19,16)
C0M40Y19K16 
(0%,40%,19%,16%)
(0.00/0.40/0.19/0.16)	

CMYK percentages

%0
%40.47
%18.6
%15.69

Codes

Color #D780AF in popluar color models

D780AF
RGB215128175
HSL328°52.10%67.25%
HSB/HSV328°40.47%84.31%
CMYK0.00%40.47%18.60%
15.69%

Color #D780AF in popluar number systems.

HEXD780AF
Decimal215128175
Binary110101111000000010101111
Octal327200257

Shades and tints

Shades of #D780AF

#D780AF
(215,128,175)
#C475A0
(196,117,160)
#B16A91
(177,106,145)
#9E5F82
(158,95,130)
#8B5473
(139,84,115)
#784964
(120,73,100)
#653E55
(101,62,85)
#523346
(82,51,70)
#3F2837
(63,40,55)
#2C1D28
(44,29,40)
#191219
(25,18,25)
#000000
(0,0,0)

Tints of #D780AF

#D780AF
(215,128,175)
#DA8BB6
(218,139,182)
#DD96BD
(221,150,189)
#E0A1C4
(224,161,196)
#E3ACCB
(227,172,203)
#E6B7D2
(230,183,210)
#E9C2D9
(233,194,217)
#ECCDE0
(236,205,224)
#EFD8E7
(239,216,231)
#F2E3EE
(242,227,238)
#F5EEF5
(245,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D780AF color. Also use rgb(215,128,175) instead hex code.

Text Font Color

.myTextColor { color: #D780AF; }

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

This text font color is #D780AF.


Background Color

.myBgColor { background-color: #D780AF; }

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

This div background color is #D780AF.


Border color

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

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

This div border color is #D780AF.


Opacity

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

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

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

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

This text has shadow with #D780AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D780AF on black background.


Color preview on white background

This text has color #D780AF on white background.



Black color preview on #D780AF background

This text has black color on #D780AF background.


White color preview on #D780AF background

This text has white color on #D780AF background.