COLOR #D550E5

HEX: #D550E5
RGB: (213,80,229)

Color info

#D550E5 contains mainly red and blue colors. Web safe color of #D550E5 is #CC66CC (or #C6C).

RGB color model

#D550E5 color RGB value is (213,80,229).

  • red value is 213;
  • green value is 80;
  • blue value is 229.
RGB:
(213,80,229)
(84%,31%,90%)

RGB channels and saturation

R 213 of 255 = 84%
G 80 of 255 = 31%
B 229 of 255 = 90%

213
80
229

R + G + B ~ 68%. #D550E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 80 + 229 = 522 (100%)
R 213 of 522 ~ 40.8%
G 80 of 522 ~ 15.33%
B 229 of 522 ~ 43.87%

%40.8
%15.33
%43.87

CMYK color model

#D550E5 color CMYK value is (7,65,0,10).

  • cyan value is 6.99%
  • magenta value is 65.07%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(7,65,0,10)
C7M65Y0K10 
(7%,65%,0%,10%)
(0.07/0.65/0.00/0.10)	

CMYK percentages

%6.99
%65.07
%0
%10.2

Codes

Color #D550E5 in popluar color models

D550E5
RGB21380229
HSL294°74.13%60.59%
HSB/HSV294°65.07%89.80%
CMYK6.99%65.07%0.00%
10.20%

Color #D550E5 in popluar number systems.

HEXD550E5
Decimal21380229
Binary11010101101000011100101
Octal325120345

Shades and tints

Shades of #D550E5

#D550E5
(213,80,229)
#C249D1
(194,73,209)
#AF42BD
(175,66,189)
#9C3BA9
(156,59,169)
#893495
(137,52,149)
#762D81
(118,45,129)
#63266D
(99,38,109)
#501F59
(80,31,89)
#3D1845
(61,24,69)
#2A1131
(42,17,49)
#170A1D
(23,10,29)
#000000
(0,0,0)

Tints of #D550E5

#D550E5
(213,80,229)
#D85FE7
(216,95,231)
#DB6EE9
(219,110,233)
#DE7DEB
(222,125,235)
#E18CED
(225,140,237)
#E49BEF
(228,155,239)
#E7AAF1
(231,170,241)
#EAB9F3
(234,185,243)
#EDC8F5
(237,200,245)
#F0D7F7
(240,215,247)
#F3E6F9
(243,230,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D550E5 color. Also use rgb(213,80,229) instead hex code.

Text Font Color

.myTextColor { color: #D550E5; }

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

This text font color is #D550E5.


Background Color

.myBgColor { background-color: #D550E5; }

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

This div background color is #D550E5.


Border color

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

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

This div border color is #D550E5.


Opacity

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

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

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

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

This text has shadow with #D550E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D550E5 on black background.


Color preview on white background

This text has color #D550E5 on white background.



Black color preview on #D550E5 background

This text has black color on #D550E5 background.


White color preview on #D550E5 background

This text has white color on #D550E5 background.