COLOR #D6326D

HEX: #D6326D
RGB: (214,50,109)

Color info

#D6326D contains mainly red color. Web safe color of #D6326D is #CC3366 (or #C36).

RGB color model

#D6326D color RGB value is (214,50,109).

  • red value is 214;
  • green value is 50;
  • blue value is 109.
RGB:
(214,50,109)
(84%,20%,43%)

RGB channels and saturation

R 214 of 255 = 84%
G 50 of 255 = 20%
B 109 of 255 = 43%

214
50
109

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

Portions of RGB colors in percentages

R + G + B =
214 + 50 + 109 = 373 (100%)
R 214 of 373 ~ 57.37%
G 50 of 373 ~ 13.4%
B 109 of 373 ~ 29.22%

%57.37
%13.4
%29.22

CMYK color model

#D6326D color CMYK value is (0,77,49,16).

  • cyan value is 0.00%
  • magenta value is 76.64%
  • yellow value is 49.07%
  • key color value is 16.08%
CMYK:
(0,77,49,16)
C0M77Y49K16 
(0%,77%,49%,16%)
(0.00/0.77/0.49/0.16)	

CMYK percentages

%0
%76.64
%49.07
%16.08

Codes

Color #D6326D in popluar color models

D6326D
RGB21450109
HSL338°66.67%51.76%
HSB/HSV338°76.64%83.92%
CMYK0.00%76.64%49.07%
16.08%

Color #D6326D in popluar number systems.

HEXD6326D
Decimal21450109
Binary110101101100101101101
Octal32662155

Shades and tints

Shades of #D6326D

#D6326D
(214,50,109)
#C32E64
(195,46,100)
#B02A5B
(176,42,91)
#9D2652
(157,38,82)
#8A2249
(138,34,73)
#771E40
(119,30,64)
#641A37
(100,26,55)
#51162E
(81,22,46)
#3E1225
(62,18,37)
#2B0E1C
(43,14,28)
#180A13
(24,10,19)
#000000
(0,0,0)

Tints of #D6326D

#D6326D
(214,50,109)
#D9447A
(217,68,122)
#DC5687
(220,86,135)
#DF6894
(223,104,148)
#E27AA1
(226,122,161)
#E58CAE
(229,140,174)
#E89EBB
(232,158,187)
#EBB0C8
(235,176,200)
#EEC2D5
(238,194,213)
#F1D4E2
(241,212,226)
#F4E6EF
(244,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6326D color. Also use rgb(214,50,109) instead hex code.

Text Font Color

.myTextColor { color: #D6326D; }

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

This text font color is #D6326D.


Background Color

.myBgColor { background-color: #D6326D; }

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

This div background color is #D6326D.


Border color

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

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

This div border color is #D6326D.


Opacity

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

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

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

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

This text has shadow with #D6326D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6326D on black background.


Color preview on white background

This text has color #D6326D on white background.



Black color preview on #D6326D background

This text has black color on #D6326D background.


White color preview on #D6326D background

This text has white color on #D6326D background.