COLOR #D340D0

HEX: #D340D0
RGB: (211,64,208)

Color info

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

RGB color model

#D340D0 color RGB value is (211,64,208).

  • red value is 211;
  • green value is 64;
  • blue value is 208.
RGB:
(211,64,208)
(83%,25%,82%)

RGB channels and saturation

R 211 of 255 = 83%
G 64 of 255 = 25%
B 208 of 255 = 82%

211
64
208

R + G + B ~ 63%. #D340D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 64 + 208 = 483 (100%)
R 211 of 483 ~ 43.69%
G 64 of 483 ~ 13.25%
B 208 of 483 ~ 43.06%

%43.69
%13.25
%43.06

CMYK color model

#D340D0 color CMYK value is (0,70,1,17).

  • cyan value is 0.00%
  • magenta value is 69.67%
  • yellow value is 1.42%
  • key color value is 17.25%
CMYK:
(0,70,1,17)
C0M70Y1K17 
(0%,70%,1%,17%)
(0.00/0.70/0.01/0.17)	

CMYK percentages

%0
%69.67
%1.42
%17.25

Codes

Color #D340D0 in popluar color models

D340D0
RGB21164208
HSL301°62.55%53.92%
HSB/HSV301°69.67%82.75%
CMYK0.00%69.67%1.42%
17.25%

Color #D340D0 in popluar number systems.

HEXD340D0
Decimal21164208
Binary11010011100000011010000
Octal323100320

Shades and tints

Shades of #D340D0

#D340D0
(211,64,208)
#C03BBE
(192,59,190)
#AD36AC
(173,54,172)
#9A319A
(154,49,154)
#872C88
(135,44,136)
#742776
(116,39,118)
#612264
(97,34,100)
#4E1D52
(78,29,82)
#3B1840
(59,24,64)
#28132E
(40,19,46)
#150E1C
(21,14,28)
#000000
(0,0,0)

Tints of #D340D0

#D340D0
(211,64,208)
#D751D4
(215,81,212)
#DB62D8
(219,98,216)
#DF73DC
(223,115,220)
#E384E0
(227,132,224)
#E795E4
(231,149,228)
#EBA6E8
(235,166,232)
#EFB7EC
(239,183,236)
#F3C8F0
(243,200,240)
#F7D9F4
(247,217,244)
#FBEAF8
(251,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D340D0 color. Also use rgb(211,64,208) instead hex code.

Text Font Color

.myTextColor { color: #D340D0; }

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

This text font color is #D340D0.


Background Color

.myBgColor { background-color: #D340D0; }

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

This div background color is #D340D0.


Border color

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

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

This div border color is #D340D0.


Opacity

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

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

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

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

This text has shadow with #D340D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D340D0 on black background.


Color preview on white background

This text has color #D340D0 on white background.



Black color preview on #D340D0 background

This text has black color on #D340D0 background.


White color preview on #D340D0 background

This text has white color on #D340D0 background.