COLOR #D6468A

HEX: #D6468A
RGB: (214,70,138)

Color info

#D6468A contains mainly red color. Web safe color of #D6468A is #CC3399 (or #C39).

RGB color model

#D6468A color RGB value is (214,70,138).

  • red value is 214;
  • green value is 70;
  • blue value is 138.
RGB:
(214,70,138)
(84%,27%,54%)

RGB channels and saturation

R 214 of 255 = 84%
G 70 of 255 = 27%
B 138 of 255 = 54%

214
70
138

R + G + B ~ 55%. #D6468A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
214 + 70 + 138 = 422 (100%)
R 214 of 422 ~ 50.71%
G 70 of 422 ~ 16.59%
B 138 of 422 ~ 32.7%

%50.71
%16.59
%32.7

CMYK color model

#D6468A color CMYK value is (0,67,36,16).

  • cyan value is 0.00%
  • magenta value is 67.29%
  • yellow value is 35.51%
  • key color value is 16.08%
CMYK:
(0,67,36,16)
C0M67Y36K16 
(0%,67%,36%,16%)
(0.00/0.67/0.36/0.16)	

CMYK percentages

%0
%67.29
%35.51
%16.08

Codes

Color #D6468A in popluar color models

D6468A
RGB21470138
HSL332°63.72%55.69%
HSB/HSV332°67.29%83.92%
CMYK0.00%67.29%35.51%
16.08%

Color #D6468A in popluar number systems.

HEXD6468A
Decimal21470138
Binary11010110100011010001010
Octal326106212

Shades and tints

Shades of #D6468A

#D6468A
(214,70,138)
#C3407E
(195,64,126)
#B03A72
(176,58,114)
#9D3466
(157,52,102)
#8A2E5A
(138,46,90)
#77284E
(119,40,78)
#642242
(100,34,66)
#511C36
(81,28,54)
#3E162A
(62,22,42)
#2B101E
(43,16,30)
#180A12
(24,10,18)
#000000
(0,0,0)

Tints of #D6468A

#D6468A
(214,70,138)
#D95694
(217,86,148)
#DC669E
(220,102,158)
#DF76A8
(223,118,168)
#E286B2
(226,134,178)
#E596BC
(229,150,188)
#E8A6C6
(232,166,198)
#EBB6D0
(235,182,208)
#EEC6DA
(238,198,218)
#F1D6E4
(241,214,228)
#F4E6EE
(244,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6468A color. Also use rgb(214,70,138) instead hex code.

Text Font Color

.myTextColor { color: #D6468A; }

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

This text font color is #D6468A.


Background Color

.myBgColor { background-color: #D6468A; }

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

This div background color is #D6468A.


Border color

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

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

This div border color is #D6468A.


Opacity

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

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

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

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

This text has shadow with #D6468A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6468A on black background.


Color preview on white background

This text has color #D6468A on white background.



Black color preview on #D6468A background

This text has black color on #D6468A background.


White color preview on #D6468A background

This text has white color on #D6468A background.