COLOR #D142D6

HEX: #D142D6
RGB: (209,66,214)

Color info

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

RGB color model

#D142D6 color RGB value is (209,66,214).

  • red value is 209;
  • green value is 66;
  • blue value is 214.
RGB:
(209,66,214)
(82%,26%,84%)

RGB channels and saturation

R 209 of 255 = 82%
G 66 of 255 = 26%
B 214 of 255 = 84%

209
66
214

R + G + B ~ 64%. #D142D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 66 + 214 = 489 (100%)
R 209 of 489 ~ 42.74%
G 66 of 489 ~ 13.5%
B 214 of 489 ~ 43.76%

%42.74
%13.5
%43.76

CMYK color model

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

  • cyan value is 2.34%
  • magenta value is 69.16%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(2,69,0,16)
C2M69Y0K16 
(2%,69%,0%,16%)
(0.02/0.69/0.00/0.16)	

CMYK percentages

%2.34
%69.16
%0
%16.08

Codes

Color #D142D6 in popluar color models

D142D6
RGB20966214
HSL298°64.35%54.90%
HSB/HSV298°69.16%83.92%
CMYK2.34%69.16%0.00%
16.08%

Color #D142D6 in popluar number systems.

HEXD142D6
Decimal20966214
Binary11010001100001011010110
Octal321102326

Shades and tints

Shades of #D142D6

#D142D6
(209,66,214)
#BE3CC3
(190,60,195)
#AB36B0
(171,54,176)
#98309D
(152,48,157)
#852A8A
(133,42,138)
#722477
(114,36,119)
#5F1E64
(95,30,100)
#4C1851
(76,24,81)
#39123E
(57,18,62)
#260C2B
(38,12,43)
#130618
(19,6,24)
#000000
(0,0,0)

Tints of #D142D6

#D142D6
(209,66,214)
#D553D9
(213,83,217)
#D964DC
(217,100,220)
#DD75DF
(221,117,223)
#E186E2
(225,134,226)
#E597E5
(229,151,229)
#E9A8E8
(233,168,232)
#EDB9EB
(237,185,235)
#F1CAEE
(241,202,238)
#F5DBF1
(245,219,241)
#F9ECF4
(249,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D142D6 color. Also use rgb(209,66,214) instead hex code.

Text Font Color

.myTextColor { color: #D142D6; }

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

This text font color is #D142D6.


Background Color

.myBgColor { background-color: #D142D6; }

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

This div background color is #D142D6.


Border color

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

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

This div border color is #D142D6.


Opacity

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

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

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

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

This text has shadow with #D142D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D142D6 on black background.


Color preview on white background

This text has color #D142D6 on white background.



Black color preview on #D142D6 background

This text has black color on #D142D6 background.


White color preview on #D142D6 background

This text has white color on #D142D6 background.