COLOR #D65478

HEX: #D65478
RGB: (214,84,120)

Color info

#D65478 contains mainly red color. Web safe color of #D65478 is #CC6666 (or #C66).

RGB color model

#D65478 color RGB value is (214,84,120).

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

RGB channels and saturation

R 214 of 255 = 84%
G 84 of 255 = 33%
B 120 of 255 = 47%

214
84
120

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

Portions of RGB colors in percentages

R + G + B =
214 + 84 + 120 = 418 (100%)
R 214 of 418 ~ 51.2%
G 84 of 418 ~ 20.1%
B 120 of 418 ~ 28.71%

%51.2
%20.1
%28.71

CMYK color model

#D65478 color CMYK value is (0,61,44,16).

  • cyan value is 0.00%
  • magenta value is 60.75%
  • yellow value is 43.93%
  • key color value is 16.08%
CMYK:
(0,61,44,16)
C0M61Y44K16 
(0%,61%,44%,16%)
(0.00/0.61/0.44/0.16)	

CMYK percentages

%0
%60.75
%43.93
%16.08

Codes

Color #D65478 in popluar color models

D65478
RGB21484120
HSL343°61.32%58.43%
HSB/HSV343°60.75%83.92%
CMYK0.00%60.75%43.93%
16.08%

Color #D65478 in popluar number systems.

HEXD65478
Decimal21484120
Binary1101011010101001111000
Octal326124170

Shades and tints

Shades of #D65478

#D65478
(214,84,120)
#C34D6E
(195,77,110)
#B04664
(176,70,100)
#9D3F5A
(157,63,90)
#8A3850
(138,56,80)
#773146
(119,49,70)
#642A3C
(100,42,60)
#512332
(81,35,50)
#3E1C28
(62,28,40)
#2B151E
(43,21,30)
#180E14
(24,14,20)
#000000
(0,0,0)

Tints of #D65478

#D65478
(214,84,120)
#D96384
(217,99,132)
#DC7290
(220,114,144)
#DF819C
(223,129,156)
#E290A8
(226,144,168)
#E59FB4
(229,159,180)
#E8AEC0
(232,174,192)
#EBBDCC
(235,189,204)
#EECCD8
(238,204,216)
#F1DBE4
(241,219,228)
#F4EAF0
(244,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D65478; }

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

This text font color is #D65478.


Background Color

.myBgColor { background-color: #D65478; }

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

This div background color is #D65478.


Border color

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

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

This div border color is #D65478.


Opacity

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

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

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

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

This text has shadow with #D65478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D65478 on black background.


Color preview on white background

This text has color #D65478 on white background.



Black color preview on #D65478 background

This text has black color on #D65478 background.


White color preview on #D65478 background

This text has white color on #D65478 background.