COLOR #D476F2

HEX: #D476F2
RGB: (212,118,242)

Color info

#D476F2 contains mainly red and blue colors. Web safe color of #D476F2 is #CC66FF (or #C6F).

RGB color model

#D476F2 color RGB value is (212,118,242).

  • red value is 212;
  • green value is 118;
  • blue value is 242.
RGB:
(212,118,242)
(83%,46%,95%)

RGB channels and saturation

R 212 of 255 = 83%
G 118 of 255 = 46%
B 242 of 255 = 95%

212
118
242

R + G + B ~ 75%. #D476F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 118 + 242 = 572 (100%)
R 212 of 572 ~ 37.06%
G 118 of 572 ~ 20.63%
B 242 of 572 ~ 42.31%

%37.06
%20.63
%42.31

CMYK color model

#D476F2 color CMYK value is (12,51,0,5).

  • cyan value is 12.40%
  • magenta value is 51.24%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(12,51,0,5)
C12M51Y0K5 
(12%,51%,0%,5%)
(0.12/0.51/0.00/0.05)	

CMYK percentages

%12.4
%51.24
%0
%5.1

Codes

Color #D476F2 in popluar color models

D476F2
RGB212118242
HSL285°82.67%70.59%
HSB/HSV285°51.24%94.90%
CMYK12.40%51.24%0.00%
5.10%

Color #D476F2 in popluar number systems.

HEXD476F2
Decimal212118242
Binary11010100111011011110010
Octal324166362

Shades and tints

Shades of #D476F2

#D476F2
(212,118,242)
#C16CDC
(193,108,220)
#AE62C6
(174,98,198)
#9B58B0
(155,88,176)
#884E9A
(136,78,154)
#754484
(117,68,132)
#623A6E
(98,58,110)
#4F3058
(79,48,88)
#3C2642
(60,38,66)
#291C2C
(41,28,44)
#161216
(22,18,22)
#000000
(0,0,0)

Tints of #D476F2

#D476F2
(212,118,242)
#D782F3
(215,130,243)
#DA8EF4
(218,142,244)
#DD9AF5
(221,154,245)
#E0A6F6
(224,166,246)
#E3B2F7
(227,178,247)
#E6BEF8
(230,190,248)
#E9CAF9
(233,202,249)
#ECD6FA
(236,214,250)
#EFE2FB
(239,226,251)
#F2EEFC
(242,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D476F2 color. Also use rgb(212,118,242) instead hex code.

Text Font Color

.myTextColor { color: #D476F2; }

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

This text font color is #D476F2.


Background Color

.myBgColor { background-color: #D476F2; }

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

This div background color is #D476F2.


Border color

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

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

This div border color is #D476F2.


Opacity

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

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

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

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

This text has shadow with #D476F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D476F2 on black background.


Color preview on white background

This text has color #D476F2 on white background.



Black color preview on #D476F2 background

This text has black color on #D476F2 background.


White color preview on #D476F2 background

This text has white color on #D476F2 background.