COLOR #D558EA

HEX: #D558EA RGB: (213,88,234)

Color info

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

RGB color model

#D558EA color RGB value is (213,88,234).

RGB: (213,88,234) (84%, 35%, 92%)

RGB channels and saturation

R 213 of 255 = 84%
G 88 of 255 = 35%
B 234 of 255 = 92%

213
88
234

R + G + B ~ 70%. #D558EA is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 88 + 234 = 535 (100%)
R 213 of 535 ~ 39.81%
G 88 of 535 ~ 16.45%
B 234 of 535 ~ 43.74'%

%39.81
%16.45
%43.74

CMYK color model

#D558EA color CMYK value is (9,62,0,8).

  • cyan value is 8.97%
  • magenta value is 62.39%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (9,62,0,8)
C9M62Y0K8 (9%, 62%, 0%, 8%)
(0.09 / 0.62 / 0.00 / 0.08)

CMYK percentages

%8.97
%62.39
%0
%8.24

Codes

Color #D558EA in popluar color models

D5 58 EA
RGB 213 88 234
HSL 291° 77.66% 63.14%
HSB/HSV 291° 62.39% 91.76%
CMYK 8.97% 62.39% 0.00%
8.24%

Color #D558EA in popluar number systems.

HEX D5 58 EA
Decimal 213 88 234
Binary 11010101 1011000 11101010
Octal 325 130 352

Shades and tints

Shades of #D558EA

#D558EA
(213,88,234)
#C250D5
(194,80,213)
#AF48C0
(175,72,192)
#9C40AB
(156,64,171)
#893896
(137,56,150)
#763081
(118,48,129)
#63286C
(99,40,108)
#502057
(80,32,87)
#3D1842
(61,24,66)
#2A102D
(42,16,45)
#170818
(23,8,24)
#000000
(0,0,0)

Tints of #D558EA

#D558EA
(213,88,234)
#D867EB
(216,103,235)
#DB76EC
(219,118,236)
#DE85ED
(222,133,237)
#E194EE
(225,148,238)
#E4A3EF
(228,163,239)
#E7B2F0
(231,178,240)
#EAC1F1
(234,193,241)
#EDD0F2
(237,208,242)
#F0DFF3
(240,223,243)
#F3EEF4
(243,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D558EA color. Also use rgb(213,88,234) instead hex code.

Text Font Color

.myTextColor { color: #D558EA; }

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

This text font color is #D558EA.

Background Color

.myBgColor { background-color: #D558EA; }

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

This div background color is #D558EA.

Border color

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

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

This div border color is #D558EA.

Opacity

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

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

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

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

This text has shadow with #D558EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D558EA.

Preview

Color preview on black background

This text has color #D558EA on black background.


Color preview on white background

This text has color #D558EA on white background.


Black color preview on #D558EA background

This text has black color on #D558EA background.


White color preview on #D558EA background

This text has white color on #D558EA background.


Related colors

Complementary color

Complementary color for #hex is #2AA715.


I love getcolorcode.com

Triadic colors

1 #EAD558 and #58EAD5 with #D558EA are triadic colors.

2 #EA58D5 and #58D5EA with #D558EA are triadic colors.