COLOR #D552D1

HEX: #D552D1 RGB: (213,82,209)

Color info

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

RGB color model

#D552D1 color RGB value is (213,82,209).

RGB: (213,82,209) (84%, 32%, 82%)

RGB channels and saturation

R 213 of 255 = 84%
G 82 of 255 = 32%
B 209 of 255 = 82%

213
82
209

R + G + B ~ 66%. #D552D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 82 + 209 = 504 (100%)
R 213 of 504 ~ 42.26%
G 82 of 504 ~ 16.27%
B 209 of 504 ~ 41.47'%

%42.26
%16.27
%41.47

CMYK color model

#D552D1 color CMYK value is (0,62,2,16).

  • cyan value is 0.00%
  • magenta value is 61.50%
  • yellow value is 1.88%
  • key color value is 16.47%

CMYK: (0,62,2,16)
C0M62Y2K16 (0%, 62%, 2%, 16%)
(0.00 / 0.62 / 0.02 / 0.16)

CMYK percentages

%0
%61.5
%1.88
%16.47

Codes

Color #D552D1 in popluar color models

D5 52 D1
RGB 213 82 209
HSL 302° 60.93% 57.84%
HSB/HSV 302° 61.50% 83.53%
CMYK 0.00% 61.50% 1.88%
16.47%

Color #D552D1 in popluar number systems.

HEX D5 52 D1
Decimal 213 82 209
Binary 11010101 1010010 11010001
Octal 325 122 321

Shades and tints

Shades of #D552D1

#D552D1
(213,82,209)
#C24BBE
(194,75,190)
#AF44AB
(175,68,171)
#9C3D98
(156,61,152)
#893685
(137,54,133)
#762F72
(118,47,114)
#63285F
(99,40,95)
#50214C
(80,33,76)
#3D1A39
(61,26,57)
#2A1326
(42,19,38)
#170C13
(23,12,19)
#000000
(0,0,0)

Tints of #D552D1

#D552D1
(213,82,209)
#D861D5
(216,97,213)
#DB70D9
(219,112,217)
#DE7FDD
(222,127,221)
#E18EE1
(225,142,225)
#E49DE5
(228,157,229)
#E7ACE9
(231,172,233)
#EABBED
(234,187,237)
#EDCAF1
(237,202,241)
#F0D9F5
(240,217,245)
#F3E8F9
(243,232,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D552D1 color. Also use rgb(213,82,209) instead hex code.

Text Font Color

.myTextColor { color: #D552D1; }

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

This text font color is #D552D1.

Background Color

.myBgColor { background-color: #D552D1; }

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

This div background color is #D552D1.

Border color

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

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

This div border color is #D552D1.

Opacity

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

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

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

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

This text has shadow with #D552D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D552D1.

Preview

Color preview on black background

This text has color #D552D1 on black background.


Color preview on white background

This text has color #D552D1 on white background.


Black color preview on #D552D1 background

This text has black color on #D552D1 background.


White color preview on #D552D1 background

This text has white color on #D552D1 background.


Related colors

Complementary color

Complementary color for #hex is #2AAD2E.


I love getcolorcode.com

Triadic colors

1 #D1D552 and #52D1D5 with #D552D1 are triadic colors.

2 #D152D5 and #52D5D1 with #D552D1 are triadic colors.