COLOR #D361F2

HEX: #D361F2 RGB: (211,97,242)

Color info

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

RGB color model

#D361F2 color RGB value is (211,97,242).

RGB: (211,97,242) (83%, 38%, 95%)

RGB channels and saturation

R 211 of 255 = 83%
G 97 of 255 = 38%
B 242 of 255 = 95%

211
97
242

R + G + B ~ 72%. #D361F2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 97 + 242 = 550 (100%)
R 211 of 550 ~ 38.36%
G 97 of 550 ~ 17.64%
B 242 of 550 ~ 44'%

%38.36
%17.64
%44

CMYK color model

#D361F2 color CMYK value is (13,60,0,5).

  • cyan value is 12.81%
  • magenta value is 59.92%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (13,60,0,5)
C13M60Y0K5 (13%, 60%, 0%, 5%)
(0.13 / 0.60 / 0.00 / 0.05)

CMYK percentages

%12.81
%59.92
%0
%5.1

Codes

Color #D361F2 in popluar color models

D3 61 F2
RGB 211 97 242
HSL 287° 84.80% 66.47%
HSB/HSV 287° 59.92% 94.90%
CMYK 12.81% 59.92% 0.00%
5.10%

Color #D361F2 in popluar number systems.

HEX D3 61 F2
Decimal 211 97 242
Binary 11010011 1100001 11110010
Octal 323 141 362

Shades and tints

Shades of #D361F2

#D361F2
(211,97,242)
#C059DC
(192,89,220)
#AD51C6
(173,81,198)
#9A49B0
(154,73,176)
#87419A
(135,65,154)
#743984
(116,57,132)
#61316E
(97,49,110)
#4E2958
(78,41,88)
#3B2142
(59,33,66)
#28192C
(40,25,44)
#151116
(21,17,22)
#000000
(0,0,0)

Tints of #D361F2

#D361F2
(211,97,242)
#D76FF3
(215,111,243)
#DB7DF4
(219,125,244)
#DF8BF5
(223,139,245)
#E399F6
(227,153,246)
#E7A7F7
(231,167,247)
#EBB5F8
(235,181,248)
#EFC3F9
(239,195,249)
#F3D1FA
(243,209,250)
#F7DFFB
(247,223,251)
#FBEDFC
(251,237,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D361F2 color. Also use rgb(211,97,242) instead hex code.

Text Font Color

.myTextColor { color: #D361F2; }

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

This text font color is #D361F2.

Background Color

.myBgColor { background-color: #D361F2; }

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

This div background color is #D361F2.

Border color

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

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

This div border color is #D361F2.

Opacity

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

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

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

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

This text has shadow with #D361F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D361F2.

Preview

Color preview on black background

This text has color #D361F2 on black background.


Color preview on white background

This text has color #D361F2 on white background.


Black color preview on #D361F2 background

This text has black color on #D361F2 background.


White color preview on #D361F2 background

This text has white color on #D361F2 background.


Related colors

Complementary color

Complementary color for #hex is #2C9E0D.


I love getcolorcode.com

Triadic colors

1 #F2D361 and #61F2D3 with #D361F2 are triadic colors.

2 #F261D3 and #61D3F2 with #D361F2 are triadic colors.