COLOR #D772AF

HEX: #D772AF
RGB: (215,114,175)

Color info

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

RGB color model

#D772AF color RGB value is (215,114,175).

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

RGB channels and saturation

R 215 of 255 = 84%
G 114 of 255 = 45%
B 175 of 255 = 69%

215
114
175

R + G + B ~ 66%. #D772AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 114 + 175 = 504 (100%)
R 215 of 504 ~ 42.66%
G 114 of 504 ~ 22.62%
B 175 of 504 ~ 34.72%

%42.66
%22.62
%34.72

CMYK color model

#D772AF color CMYK value is (0,47,19,16).

  • cyan value is 0.00%
  • magenta value is 46.98%
  • yellow value is 18.60%
  • key color value is 15.69%
CMYK:
(0,47,19,16)
C0M47Y19K16 
(0%,47%,19%,16%)
(0.00/0.47/0.19/0.16)	

CMYK percentages

%0
%46.98
%18.6
%15.69

Codes

Color #D772AF in popluar color models

D772AF
RGB215114175
HSL324°55.80%64.51%
HSB/HSV324°46.98%84.31%
CMYK0.00%46.98%18.60%
15.69%

Color #D772AF in popluar number systems.

HEXD772AF
Decimal215114175
Binary11010111111001010101111
Octal327162257

Shades and tints

Shades of #D772AF

#D772AF
(215,114,175)
#C468A0
(196,104,160)
#B15E91
(177,94,145)
#9E5482
(158,84,130)
#8B4A73
(139,74,115)
#784064
(120,64,100)
#653655
(101,54,85)
#522C46
(82,44,70)
#3F2237
(63,34,55)
#2C1828
(44,24,40)
#190E19
(25,14,25)
#000000
(0,0,0)

Tints of #D772AF

#D772AF
(215,114,175)
#DA7EB6
(218,126,182)
#DD8ABD
(221,138,189)
#E096C4
(224,150,196)
#E3A2CB
(227,162,203)
#E6AED2
(230,174,210)
#E9BAD9
(233,186,217)
#ECC6E0
(236,198,224)
#EFD2E7
(239,210,231)
#F2DEEE
(242,222,238)
#F5EAF5
(245,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D772AF; }

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

This text font color is #D772AF.


Background Color

.myBgColor { background-color: #D772AF; }

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

This div background color is #D772AF.


Border color

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

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

This div border color is #D772AF.


Opacity

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

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

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

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

This text has shadow with #D772AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D772AF on black background.


Color preview on white background

This text has color #D772AF on white background.



Black color preview on #D772AF background

This text has black color on #D772AF background.


White color preview on #D772AF background

This text has white color on #D772AF background.