COLOR #DD62F6

HEX: #DD62F6
RGB: (221,98,246)

Color info

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

RGB color model

#DD62F6 color RGB value is (221,98,246).

  • red value is 221;
  • green value is 98;
  • blue value is 246.
RGB:
(221,98,246)
(87%,38%,96%)

RGB channels and saturation

R 221 of 255 = 87%
G 98 of 255 = 38%
B 246 of 255 = 96%

221
98
246

R + G + B ~ 74%. #DD62F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 98 + 246 = 565 (100%)
R 221 of 565 ~ 39.12%
G 98 of 565 ~ 17.35%
B 246 of 565 ~ 43.54%

%39.12
%17.35
%43.54

CMYK color model

#DD62F6 color CMYK value is (10,60,0,4).

  • cyan value is 10.16%
  • magenta value is 60.16%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(10,60,0,4)
C10M60Y0K4 
(10%,60%,0%,4%)
(0.10/0.60/0.00/0.04)	

CMYK percentages

%10.16
%60.16
%0
%3.53

Codes

Color #DD62F6 in popluar color models

DD62F6
RGB22198246
HSL290°89.16%67.45%
HSB/HSV290°60.16%96.47%
CMYK10.16%60.16%0.00%
3.53%

Color #DD62F6 in popluar number systems.

HEXDD62F6
Decimal22198246
Binary11011101110001011110110
Octal335142366

Shades and tints

Shades of #DD62F6

#DD62F6
(221,98,246)
#C95AE0
(201,90,224)
#B552CA
(181,82,202)
#A14AB4
(161,74,180)
#8D429E
(141,66,158)
#793A88
(121,58,136)
#653272
(101,50,114)
#512A5C
(81,42,92)
#3D2246
(61,34,70)
#291A30
(41,26,48)
#15121A
(21,18,26)
#000000
(0,0,0)

Tints of #DD62F6

#DD62F6
(221,98,246)
#E070F6
(224,112,246)
#E37EF6
(227,126,246)
#E68CF6
(230,140,246)
#E99AF6
(233,154,246)
#ECA8F6
(236,168,246)
#EFB6F6
(239,182,246)
#F2C4F6
(242,196,246)
#F5D2F6
(245,210,246)
#F8E0F6
(248,224,246)
#FBEEF6
(251,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD62F6 color. Also use rgb(221,98,246) instead hex code.

Text Font Color

.myTextColor { color: #DD62F6; }

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

This text font color is #DD62F6.


Background Color

.myBgColor { background-color: #DD62F6; }

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

This div background color is #DD62F6.


Border color

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

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

This div border color is #DD62F6.


Opacity

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

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

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

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

This text has shadow with #DD62F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD62F6 on black background.


Color preview on white background

This text has color #DD62F6 on white background.



Black color preview on #DD62F6 background

This text has black color on #DD62F6 background.


White color preview on #DD62F6 background

This text has white color on #DD62F6 background.