COLOR #D554AB

HEX: #D554AB
RGB: (213,84,171)

Color info

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

RGB color model

#D554AB color RGB value is (213,84,171).

  • red value is 213;
  • green value is 84;
  • blue value is 171.
RGB:
(213,84,171)
(84%,33%,67%)

RGB channels and saturation

R 213 of 255 = 84%
G 84 of 255 = 33%
B 171 of 255 = 67%

213
84
171

R + G + B ~ 61%. #D554AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 84 + 171 = 468 (100%)
R 213 of 468 ~ 45.51%
G 84 of 468 ~ 17.95%
B 171 of 468 ~ 36.54%

%45.51
%17.95
%36.54

CMYK color model

#D554AB color CMYK value is (0,61,20,16).

  • cyan value is 0.00%
  • magenta value is 60.56%
  • yellow value is 19.72%
  • key color value is 16.47%
CMYK:
(0,61,20,16)
C0M61Y20K16 
(0%,61%,20%,16%)
(0.00/0.61/0.20/0.16)	

CMYK percentages

%0
%60.56
%19.72
%16.47

Codes

Color #D554AB in popluar color models

D554AB
RGB21384171
HSL320°60.56%58.24%
HSB/HSV320°60.56%83.53%
CMYK0.00%60.56%19.72%
16.47%

Color #D554AB in popluar number systems.

HEXD554AB
Decimal21384171
Binary11010101101010010101011
Octal325124253

Shades and tints

Shades of #D554AB

#D554AB
(213,84,171)
#C24D9C
(194,77,156)
#AF468D
(175,70,141)
#9C3F7E
(156,63,126)
#89386F
(137,56,111)
#763160
(118,49,96)
#632A51
(99,42,81)
#502342
(80,35,66)
#3D1C33
(61,28,51)
#2A1524
(42,21,36)
#170E15
(23,14,21)
#000000
(0,0,0)

Tints of #D554AB

#D554AB
(213,84,171)
#D863B2
(216,99,178)
#DB72B9
(219,114,185)
#DE81C0
(222,129,192)
#E190C7
(225,144,199)
#E49FCE
(228,159,206)
#E7AED5
(231,174,213)
#EABDDC
(234,189,220)
#EDCCE3
(237,204,227)
#F0DBEA
(240,219,234)
#F3EAF1
(243,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D554AB color. Also use rgb(213,84,171) instead hex code.

Text Font Color

.myTextColor { color: #D554AB; }

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

This text font color is #D554AB.


Background Color

.myBgColor { background-color: #D554AB; }

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

This div background color is #D554AB.


Border color

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

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

This div border color is #D554AB.


Opacity

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

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

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

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

This text has shadow with #D554AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D554AB on black background.


Color preview on white background

This text has color #D554AB on white background.



Black color preview on #D554AB background

This text has black color on #D554AB background.


White color preview on #D554AB background

This text has white color on #D554AB background.