COLOR #D552F4

HEX: #D552F4
RGB: (213,82,244)

Color info

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

RGB color model

#D552F4 color RGB value is (213,82,244).

  • red value is 213;
  • green value is 82;
  • blue value is 244.
RGB:
(213,82,244)
(84%,32%,96%)

RGB channels and saturation

R 213 of 255 = 84%
G 82 of 255 = 32%
B 244 of 255 = 96%

213
82
244

R + G + B ~ 71%. #D552F4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 82 + 244 = 539 (100%)
R 213 of 539 ~ 39.52%
G 82 of 539 ~ 15.21%
B 244 of 539 ~ 45.27%

%39.52
%15.21
%45.27

CMYK color model

#D552F4 color CMYK value is (13,66,0,4).

  • cyan value is 12.70%
  • magenta value is 66.39%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(13,66,0,4)
C13M66Y0K4 
(13%,66%,0%,4%)
(0.13/0.66/0.00/0.04)	

CMYK percentages

%12.7
%66.39
%0
%4.31

Codes

Color #D552F4 in popluar color models

D552F4
RGB21382244
HSL289°88.04%63.92%
HSB/HSV289°66.39%95.69%
CMYK12.70%66.39%0.00%
4.31%

Color #D552F4 in popluar number systems.

HEXD552F4
Decimal21382244
Binary11010101101001011110100
Octal325122364

Shades and tints

Shades of #D552F4

#D552F4
(213,82,244)
#C24BDE
(194,75,222)
#AF44C8
(175,68,200)
#9C3DB2
(156,61,178)
#89369C
(137,54,156)
#762F86
(118,47,134)
#632870
(99,40,112)
#50215A
(80,33,90)
#3D1A44
(61,26,68)
#2A132E
(42,19,46)
#170C18
(23,12,24)
#000000
(0,0,0)

Tints of #D552F4

#D552F4
(213,82,244)
#D861F5
(216,97,245)
#DB70F6
(219,112,246)
#DE7FF7
(222,127,247)
#E18EF8
(225,142,248)
#E49DF9
(228,157,249)
#E7ACFA
(231,172,250)
#EABBFB
(234,187,251)
#EDCAFC
(237,202,252)
#F0D9FD
(240,217,253)
#F3E8FE
(243,232,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D552F4; }

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

This text font color is #D552F4.


Background Color

.myBgColor { background-color: #D552F4; }

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

This div background color is #D552F4.


Border color

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

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

This div border color is #D552F4.


Opacity

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

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

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

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

This text has shadow with #D552F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D552F4 on black background.


Color preview on white background

This text has color #D552F4 on white background.



Black color preview on #D552F4 background

This text has black color on #D552F4 background.


White color preview on #D552F4 background

This text has white color on #D552F4 background.