COLOR #D471BE

HEX: #D471BE RGB: (212,113,190)

Color info

#D471BE contains mainly red and blue colors. Web safe color of #D471BE is #CC66CC (or #C6C).

RGB color model

#D471BE color RGB value is (212,113,190).

RGB: (212,113,190) (83%, 44%, 75%)

RGB channels and saturation

R 212 of 255 = 83%
G 113 of 255 = 44%
B 190 of 255 = 75%

212
113
190

R + G + B ~ 67%. #D471BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 113 + 190 = 515 (100%)
R 212 of 515 ~ 41.17%
G 113 of 515 ~ 21.94%
B 190 of 515 ~ 36.89'%

%41.17
%21.94
%36.89

CMYK color model

#D471BE color CMYK value is (0,47,10,17).

  • cyan value is 0.00%
  • magenta value is 46.70%
  • yellow value is 10.38%
  • key color value is 16.86%

CMYK: (0,47,10,17)
C0M47Y10K17 (0%, 47%, 10%, 17%)
(0.00 / 0.47 / 0.10 / 0.17)

CMYK percentages

%0
%46.7
%10.38
%16.86

Codes

Color #D471BE in popluar color models

D4 71 BE
RGB 212 113 190
HSL 313° 53.51% 63.73%
HSB/HSV 313° 46.70% 83.14%
CMYK 0.00% 46.70% 10.38%
16.86%

Color #D471BE in popluar number systems.

HEX D4 71 BE
Decimal 212 113 190
Binary 11010100 1110001 10111110
Octal 324 161 276

Shades and tints

Shades of #D471BE

#D471BE
(212,113,190)
#C167AD
(193,103,173)
#AE5D9C
(174,93,156)
#9B538B
(155,83,139)
#88497A
(136,73,122)
#753F69
(117,63,105)
#623558
(98,53,88)
#4F2B47
(79,43,71)
#3C2136
(60,33,54)
#291725
(41,23,37)
#160D14
(22,13,20)
#000000
(0,0,0)

Tints of #D471BE

#D471BE
(212,113,190)
#D77DC3
(215,125,195)
#DA89C8
(218,137,200)
#DD95CD
(221,149,205)
#E0A1D2
(224,161,210)
#E3ADD7
(227,173,215)
#E6B9DC
(230,185,220)
#E9C5E1
(233,197,225)
#ECD1E6
(236,209,230)
#EFDDEB
(239,221,235)
#F2E9F0
(242,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D471BE color. Also use rgb(212,113,190) instead hex code.

Text Font Color

.myTextColor { color: #D471BE; }

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

This text font color is #D471BE.

Background Color

.myBgColor { background-color: #D471BE; }

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

This div background color is #D471BE.

Border color

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

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

This div border color is #D471BE.

Opacity

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

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

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

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

This text has shadow with #D471BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D471BE.

Preview

Color preview on black background

This text has color #D471BE on black background.


Color preview on white background

This text has color #D471BE on white background.


Black color preview on #D471BE background

This text has black color on #D471BE background.


White color preview on #D471BE background

This text has white color on #D471BE background.


Related colors

Complementary color

Complementary color for #hex is #2B8E41.


I love getcolorcode.com

Triadic colors

1 #BED471 and #71BED4 with #D471BE are triadic colors.

2 #BE71D4 and #71D4BE with #D471BE are triadic colors.