COLOR #D55FA4

HEX: #D55FA4
RGB: (213,95,164)

Color info

#D55FA4 contains mainly red and blue colors. Web safe color of #D55FA4 is #CC6699 (or #C69).

RGB color model

#D55FA4 color RGB value is (213,95,164).

  • red value is 213;
  • green value is 95;
  • blue value is 164.
RGB:
(213,95,164)
(84%,37%,64%)

RGB channels and saturation

R 213 of 255 = 84%
G 95 of 255 = 37%
B 164 of 255 = 64%

213
95
164

R + G + B ~ 62%. #D55FA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 95 + 164 = 472 (100%)
R 213 of 472 ~ 45.13%
G 95 of 472 ~ 20.13%
B 164 of 472 ~ 34.75%

%45.13
%20.13
%34.75

CMYK color model

#D55FA4 color CMYK value is (0,55,23,16).

  • cyan value is 0.00%
  • magenta value is 55.40%
  • yellow value is 23.00%
  • key color value is 16.47%
CMYK:
(0,55,23,16)
C0M55Y23K16 
(0%,55%,23%,16%)
(0.00/0.55/0.23/0.16)	

CMYK percentages

%0
%55.4
%23
%16.47

Codes

Color #D55FA4 in popluar color models

D55FA4
RGB21395164
HSL325°58.42%60.39%
HSB/HSV325°55.40%83.53%
CMYK0.00%55.40%23.00%
16.47%

Color #D55FA4 in popluar number systems.

HEXD55FA4
Decimal21395164
Binary11010101101111110100100
Octal325137244

Shades and tints

Shades of #D55FA4

#D55FA4
(213,95,164)
#C25796
(194,87,150)
#AF4F88
(175,79,136)
#9C477A
(156,71,122)
#893F6C
(137,63,108)
#76375E
(118,55,94)
#632F50
(99,47,80)
#502742
(80,39,66)
#3D1F34
(61,31,52)
#2A1726
(42,23,38)
#170F18
(23,15,24)
#000000
(0,0,0)

Tints of #D55FA4

#D55FA4
(213,95,164)
#D86DAC
(216,109,172)
#DB7BB4
(219,123,180)
#DE89BC
(222,137,188)
#E197C4
(225,151,196)
#E4A5CC
(228,165,204)
#E7B3D4
(231,179,212)
#EAC1DC
(234,193,220)
#EDCFE4
(237,207,228)
#F0DDEC
(240,221,236)
#F3EBF4
(243,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D55FA4 color. Also use rgb(213,95,164) instead hex code.

Text Font Color

.myTextColor { color: #D55FA4; }

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

This text font color is #D55FA4.


Background Color

.myBgColor { background-color: #D55FA4; }

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

This div background color is #D55FA4.


Border color

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

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

This div border color is #D55FA4.


Opacity

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

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

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

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

This text has shadow with #D55FA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D55FA4 on black background.


Color preview on white background

This text has color #D55FA4 on white background.



Black color preview on #D55FA4 background

This text has black color on #D55FA4 background.


White color preview on #D55FA4 background

This text has white color on #D55FA4 background.