COLOR #D654A6

HEX: #D654A6
RGB: (214,84,166)

Color info

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

RGB color model

#D654A6 color RGB value is (214,84,166).

  • red value is 214;
  • green value is 84;
  • blue value is 166.
RGB:
(214,84,166)
(84%,33%,65%)

RGB channels and saturation

R 214 of 255 = 84%
G 84 of 255 = 33%
B 166 of 255 = 65%

214
84
166

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

Portions of RGB colors in percentages

R + G + B =
214 + 84 + 166 = 464 (100%)
R 214 of 464 ~ 46.12%
G 84 of 464 ~ 18.1%
B 166 of 464 ~ 35.78%

%46.12
%18.1
%35.78

CMYK color model

#D654A6 color CMYK value is (0,61,22,16).

  • cyan value is 0.00%
  • magenta value is 60.75%
  • yellow value is 22.43%
  • key color value is 16.08%
CMYK:
(0,61,22,16)
C0M61Y22K16 
(0%,61%,22%,16%)
(0.00/0.61/0.22/0.16)	

CMYK percentages

%0
%60.75
%22.43
%16.08

Codes

Color #D654A6 in popluar color models

D654A6
RGB21484166
HSL322°61.32%58.43%
HSB/HSV322°60.75%83.92%
CMYK0.00%60.75%22.43%
16.08%

Color #D654A6 in popluar number systems.

HEXD654A6
Decimal21484166
Binary11010110101010010100110
Octal326124246

Shades and tints

Shades of #D654A6

#D654A6
(214,84,166)
#C34D97
(195,77,151)
#B04688
(176,70,136)
#9D3F79
(157,63,121)
#8A386A
(138,56,106)
#77315B
(119,49,91)
#642A4C
(100,42,76)
#51233D
(81,35,61)
#3E1C2E
(62,28,46)
#2B151F
(43,21,31)
#180E10
(24,14,16)
#000000
(0,0,0)

Tints of #D654A6

#D654A6
(214,84,166)
#D963AE
(217,99,174)
#DC72B6
(220,114,182)
#DF81BE
(223,129,190)
#E290C6
(226,144,198)
#E59FCE
(229,159,206)
#E8AED6
(232,174,214)
#EBBDDE
(235,189,222)
#EECCE6
(238,204,230)
#F1DBEE
(241,219,238)
#F4EAF6
(244,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D654A6 color. Also use rgb(214,84,166) instead hex code.

Text Font Color

.myTextColor { color: #D654A6; }

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

This text font color is #D654A6.


Background Color

.myBgColor { background-color: #D654A6; }

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

This div background color is #D654A6.


Border color

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

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

This div border color is #D654A6.


Opacity

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

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

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

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

This text has shadow with #D654A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D654A6 on black background.


Color preview on white background

This text has color #D654A6 on white background.



Black color preview on #D654A6 background

This text has black color on #D654A6 background.


White color preview on #D654A6 background

This text has white color on #D654A6 background.