COLOR #D71CAB

HEX: #D71CAB
RGB: (215,28,171)

Color info

#D71CAB contains mainly red and blue colors. Web safe color of #D71CAB is #CC3399 (or #C39).

RGB color model

#D71CAB color RGB value is (215,28,171).

  • red value is 215;
  • green value is 28;
  • blue value is 171.
RGB:
(215,28,171)
(84%,11%,67%)

RGB channels and saturation

R 215 of 255 = 84%
G 28 of 255 = 11%
B 171 of 255 = 67%

215
28
171

R + G + B ~ 54%. #D71CAB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
215 + 28 + 171 = 414 (100%)
R 215 of 414 ~ 51.93%
G 28 of 414 ~ 6.76%
B 171 of 414 ~ 41.3%

%51.93
%41.3

CMYK color model

#D71CAB color CMYK value is (0,87,20,16).

  • cyan value is 0.00%
  • magenta value is 86.98%
  • yellow value is 20.47%
  • key color value is 15.69%
CMYK:
(0,87,20,16)
C0M87Y20K16 
(0%,87%,20%,16%)
(0.00/0.87/0.20/0.16)	

CMYK percentages

%0
%86.98
%20.47
%15.69

Codes

Color #D71CAB in popluar color models

D71CAB
RGB21528171
HSL314°76.95%47.65%
HSB/HSV314°86.98%84.31%
CMYK0.00%86.98%20.47%
15.69%

Color #D71CAB in popluar number systems.

HEXD71CAB
Decimal21528171
Binary110101111110010101011
Octal32734253

Shades and tints

Shades of #D71CAB

#D71CAB
(215,28,171)
#C41A9C
(196,26,156)
#B1188D
(177,24,141)
#9E167E
(158,22,126)
#8B146F
(139,20,111)
#781260
(120,18,96)
#651051
(101,16,81)
#520E42
(82,14,66)
#3F0C33
(63,12,51)
#2C0A24
(44,10,36)
#190815
(25,8,21)
#000000
(0,0,0)

Tints of #D71CAB

#D71CAB
(215,28,171)
#DA30B2
(218,48,178)
#DD44B9
(221,68,185)
#E058C0
(224,88,192)
#E36CC7
(227,108,199)
#E680CE
(230,128,206)
#E994D5
(233,148,213)
#ECA8DC
(236,168,220)
#EFBCE3
(239,188,227)
#F2D0EA
(242,208,234)
#F5E4F1
(245,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D71CAB color. Also use rgb(215,28,171) instead hex code.

Text Font Color

.myTextColor { color: #D71CAB; }

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

This text font color is #D71CAB.


Background Color

.myBgColor { background-color: #D71CAB; }

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

This div background color is #D71CAB.


Border color

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

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

This div border color is #D71CAB.


Opacity

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

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

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

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

This text has shadow with #D71CAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D71CAB on black background.


Color preview on white background

This text has color #D71CAB on white background.



Black color preview on #D71CAB background

This text has black color on #D71CAB background.


White color preview on #D71CAB background

This text has white color on #D71CAB background.