COLOR #D34BD5

HEX: #D34BD5
RGB: (211,75,213)

Color info

#D34BD5 contains mainly red and blue colors. Web safe color of #D34BD5 is #CC33CC (or #C3C).

RGB color model

#D34BD5 color RGB value is (211,75,213).

  • red value is 211;
  • green value is 75;
  • blue value is 213.
RGB:
(211,75,213)
(83%,29%,84%)

RGB channels and saturation

R 211 of 255 = 83%
G 75 of 255 = 29%
B 213 of 255 = 84%

211
75
213

R + G + B ~ 65%. #D34BD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 75 + 213 = 499 (100%)
R 211 of 499 ~ 42.28%
G 75 of 499 ~ 15.03%
B 213 of 499 ~ 42.69%

%42.28
%15.03
%42.69

CMYK color model

#D34BD5 color CMYK value is (1,65,0,16).

  • cyan value is 0.94%
  • magenta value is 64.79%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(1,65,0,16)
C1M65Y0K16 
(1%,65%,0%,16%)
(0.01/0.65/0.00/0.16)	

CMYK percentages

%0.94
%64.79
%0
%16.47

Codes

Color #D34BD5 in popluar color models

D34BD5
RGB21175213
HSL299°62.16%56.47%
HSB/HSV299°64.79%83.53%
CMYK0.94%64.79%0.00%
16.47%

Color #D34BD5 in popluar number systems.

HEXD34BD5
Decimal21175213
Binary11010011100101111010101
Octal323113325

Shades and tints

Shades of #D34BD5

#D34BD5
(211,75,213)
#C045C2
(192,69,194)
#AD3FAF
(173,63,175)
#9A399C
(154,57,156)
#873389
(135,51,137)
#742D76
(116,45,118)
#612763
(97,39,99)
#4E2150
(78,33,80)
#3B1B3D
(59,27,61)
#28152A
(40,21,42)
#150F17
(21,15,23)
#000000
(0,0,0)

Tints of #D34BD5

#D34BD5
(211,75,213)
#D75BD8
(215,91,216)
#DB6BDB
(219,107,219)
#DF7BDE
(223,123,222)
#E38BE1
(227,139,225)
#E79BE4
(231,155,228)
#EBABE7
(235,171,231)
#EFBBEA
(239,187,234)
#F3CBED
(243,203,237)
#F7DBF0
(247,219,240)
#FBEBF3
(251,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D34BD5 color. Also use rgb(211,75,213) instead hex code.

Text Font Color

.myTextColor { color: #D34BD5; }

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

This text font color is #D34BD5.


Background Color

.myBgColor { background-color: #D34BD5; }

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

This div background color is #D34BD5.


Border color

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

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

This div border color is #D34BD5.


Opacity

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

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

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

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

This text has shadow with #D34BD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D34BD5 on black background.


Color preview on white background

This text has color #D34BD5 on white background.



Black color preview on #D34BD5 background

This text has black color on #D34BD5 background.


White color preview on #D34BD5 background

This text has white color on #D34BD5 background.