COLOR #D74AD6

HEX: #D74AD6
RGB: (215,74,214)

Color info

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

RGB color model

#D74AD6 color RGB value is (215,74,214).

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

RGB channels and saturation

R 215 of 255 = 84%
G 74 of 255 = 29%
B 214 of 255 = 84%

215
74
214

R + G + B ~ 66%. #D74AD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 74 + 214 = 503 (100%)
R 215 of 503 ~ 42.74%
G 74 of 503 ~ 14.71%
B 214 of 503 ~ 42.54%

%42.74
%14.71
%42.54

CMYK color model

#D74AD6 color CMYK value is (0,66,0,16).

  • cyan value is 0.00%
  • magenta value is 65.58%
  • yellow value is 0.47%
  • key color value is 15.69%
CMYK:
(0,66,0,16)
C0M66Y0K16 
(0%,66%,0%,16%)
(0.00/0.66/0.00/0.16)	

CMYK percentages

%0
%65.58
%0.47
%15.69

Codes

Color #D74AD6 in popluar color models

D74AD6
RGB21574214
HSL300°63.80%56.67%
HSB/HSV300°65.58%84.31%
CMYK0.00%65.58%0.47%
15.69%

Color #D74AD6 in popluar number systems.

HEXD74AD6
Decimal21574214
Binary11010111100101011010110
Octal327112326

Shades and tints

Shades of #D74AD6

#D74AD6
(215,74,214)
#C444C3
(196,68,195)
#B13EB0
(177,62,176)
#9E389D
(158,56,157)
#8B328A
(139,50,138)
#782C77
(120,44,119)
#652664
(101,38,100)
#522051
(82,32,81)
#3F1A3E
(63,26,62)
#2C142B
(44,20,43)
#190E18
(25,14,24)
#000000
(0,0,0)

Tints of #D74AD6

#D74AD6
(215,74,214)
#DA5AD9
(218,90,217)
#DD6ADC
(221,106,220)
#E07ADF
(224,122,223)
#E38AE2
(227,138,226)
#E69AE5
(230,154,229)
#E9AAE8
(233,170,232)
#ECBAEB
(236,186,235)
#EFCAEE
(239,202,238)
#F2DAF1
(242,218,241)
#F5EAF4
(245,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D74AD6; }

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

This text font color is #D74AD6.


Background Color

.myBgColor { background-color: #D74AD6; }

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

This div background color is #D74AD6.


Border color

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

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

This div border color is #D74AD6.


Opacity

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

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

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

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

This text has shadow with #D74AD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D74AD6 on black background.


Color preview on white background

This text has color #D74AD6 on white background.



Black color preview on #D74AD6 background

This text has black color on #D74AD6 background.


White color preview on #D74AD6 background

This text has white color on #D74AD6 background.