COLOR #D34CAF

HEX: #D34CAF
RGB: (211,76,175)

Color info

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

RGB color model

#D34CAF color RGB value is (211,76,175).

  • red value is 211;
  • green value is 76;
  • blue value is 175.
RGB:
(211,76,175)
(83%,30%,69%)

RGB channels and saturation

R 211 of 255 = 83%
G 76 of 255 = 30%
B 175 of 255 = 69%

211
76
175

R + G + B ~ 61%. #D34CAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 76 + 175 = 462 (100%)
R 211 of 462 ~ 45.67%
G 76 of 462 ~ 16.45%
B 175 of 462 ~ 37.88%

%45.67
%16.45
%37.88

CMYK color model

#D34CAF color CMYK value is (0,64,17,17).

  • cyan value is 0.00%
  • magenta value is 63.98%
  • yellow value is 17.06%
  • key color value is 17.25%
CMYK:
(0,64,17,17)
C0M64Y17K17 
(0%,64%,17%,17%)
(0.00/0.64/0.17/0.17)	

CMYK percentages

%0
%63.98
%17.06
%17.25

Codes

Color #D34CAF in popluar color models

D34CAF
RGB21176175
HSL316°60.54%56.27%
HSB/HSV316°63.98%82.75%
CMYK0.00%63.98%17.06%
17.25%

Color #D34CAF in popluar number systems.

HEXD34CAF
Decimal21176175
Binary11010011100110010101111
Octal323114257

Shades and tints

Shades of #D34CAF

#D34CAF
(211,76,175)
#C046A0
(192,70,160)
#AD4091
(173,64,145)
#9A3A82
(154,58,130)
#873473
(135,52,115)
#742E64
(116,46,100)
#612855
(97,40,85)
#4E2246
(78,34,70)
#3B1C37
(59,28,55)
#281628
(40,22,40)
#151019
(21,16,25)
#000000
(0,0,0)

Tints of #D34CAF

#D34CAF
(211,76,175)
#D75CB6
(215,92,182)
#DB6CBD
(219,108,189)
#DF7CC4
(223,124,196)
#E38CCB
(227,140,203)
#E79CD2
(231,156,210)
#EBACD9
(235,172,217)
#EFBCE0
(239,188,224)
#F3CCE7
(243,204,231)
#F7DCEE
(247,220,238)
#FBECF5
(251,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D34CAF color. Also use rgb(211,76,175) instead hex code.

Text Font Color

.myTextColor { color: #D34CAF; }

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

This text font color is #D34CAF.


Background Color

.myBgColor { background-color: #D34CAF; }

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

This div background color is #D34CAF.


Border color

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

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

This div border color is #D34CAF.


Opacity

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

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

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

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

This text has shadow with #D34CAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D34CAF on black background.


Color preview on white background

This text has color #D34CAF on white background.



Black color preview on #D34CAF background

This text has black color on #D34CAF background.


White color preview on #D34CAF background

This text has white color on #D34CAF background.