COLOR #D743D6

HEX: #D743D6
RGB: (215,67,214)

Color info

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

RGB color model

#D743D6 color RGB value is (215,67,214).

  • red value is 215;
  • green value is 67;
  • blue value is 214.
RGB:
(215,67,214)
(84%,26%,84%)

RGB channels and saturation

R 215 of 255 = 84%
G 67 of 255 = 26%
B 214 of 255 = 84%

215
67
214

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

Portions of RGB colors in percentages

R + G + B =
215 + 67 + 214 = 496 (100%)
R 215 of 496 ~ 43.35%
G 67 of 496 ~ 13.51%
B 214 of 496 ~ 43.15%

%43.35
%13.51
%43.15

CMYK color model

#D743D6 color CMYK value is (0,69,0,16).

  • cyan value is 0.00%
  • magenta value is 68.84%
  • yellow value is 0.47%
  • key color value is 15.69%
CMYK:
(0,69,0,16)
C0M69Y0K16 
(0%,69%,0%,16%)
(0.00/0.69/0.00/0.16)	

CMYK percentages

%0
%68.84
%0.47
%15.69

Codes

Color #D743D6 in popluar color models

D743D6
RGB21567214
HSL300°64.91%55.29%
HSB/HSV300°68.84%84.31%
CMYK0.00%68.84%0.47%
15.69%

Color #D743D6 in popluar number systems.

HEXD743D6
Decimal21567214
Binary11010111100001111010110
Octal327103326

Shades and tints

Shades of #D743D6

#D743D6
(215,67,214)
#C43DC3
(196,61,195)
#B137B0
(177,55,176)
#9E319D
(158,49,157)
#8B2B8A
(139,43,138)
#782577
(120,37,119)
#651F64
(101,31,100)
#521951
(82,25,81)
#3F133E
(63,19,62)
#2C0D2B
(44,13,43)
#190718
(25,7,24)
#000000
(0,0,0)

Tints of #D743D6

#D743D6
(215,67,214)
#DA54D9
(218,84,217)
#DD65DC
(221,101,220)
#E076DF
(224,118,223)
#E387E2
(227,135,226)
#E698E5
(230,152,229)
#E9A9E8
(233,169,232)
#ECBAEB
(236,186,235)
#EFCBEE
(239,203,238)
#F2DCF1
(242,220,241)
#F5EDF4
(245,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D743D6 color. Also use rgb(215,67,214) instead hex code.

Text Font Color

.myTextColor { color: #D743D6; }

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

This text font color is #D743D6.


Background Color

.myBgColor { background-color: #D743D6; }

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

This div background color is #D743D6.


Border color

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

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

This div border color is #D743D6.


Opacity

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

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

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

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

This text has shadow with #D743D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D743D6 on black background.


Color preview on white background

This text has color #D743D6 on white background.



Black color preview on #D743D6 background

This text has black color on #D743D6 background.


White color preview on #D743D6 background

This text has white color on #D743D6 background.