COLOR #D65360

HEX: #D65360
RGB: (214,83,96)

Color info

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

RGB color model

#D65360 color RGB value is (214,83,96).

  • red value is 214;
  • green value is 83;
  • blue value is 96.
RGB:
(214,83,96)
(84%,33%,38%)

RGB channels and saturation

R 214 of 255 = 84%
G 83 of 255 = 33%
B 96 of 255 = 38%

214
83
96

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

Portions of RGB colors in percentages

R + G + B =
214 + 83 + 96 = 393 (100%)
R 214 of 393 ~ 54.45%
G 83 of 393 ~ 21.12%
B 96 of 393 ~ 24.43%

%54.45
%21.12
%24.43

CMYK color model

#D65360 color CMYK value is (0,61,55,16).

  • cyan value is 0.00%
  • magenta value is 61.21%
  • yellow value is 55.14%
  • key color value is 16.08%
CMYK:
(0,61,55,16)
C0M61Y55K16 
(0%,61%,55%,16%)
(0.00/0.61/0.55/0.16)	

CMYK percentages

%0
%61.21
%55.14
%16.08

Codes

Color #D65360 in popluar color models

D65360
RGB2148396
HSL354°61.50%58.24%
HSB/HSV354°61.21%83.92%
CMYK0.00%61.21%55.14%
16.08%

Color #D65360 in popluar number systems.

HEXD65360
Decimal2148396
Binary1101011010100111100000
Octal326123140

Shades and tints

Shades of #D65360

#D65360
(214,83,96)
#C34C58
(195,76,88)
#B04550
(176,69,80)
#9D3E48
(157,62,72)
#8A3740
(138,55,64)
#773038
(119,48,56)
#642930
(100,41,48)
#512228
(81,34,40)
#3E1B20
(62,27,32)
#2B1418
(43,20,24)
#180D10
(24,13,16)
#000000
(0,0,0)

Tints of #D65360

#D65360
(214,83,96)
#D9626E
(217,98,110)
#DC717C
(220,113,124)
#DF808A
(223,128,138)
#E28F98
(226,143,152)
#E59EA6
(229,158,166)
#E8ADB4
(232,173,180)
#EBBCC2
(235,188,194)
#EECBD0
(238,203,208)
#F1DADE
(241,218,222)
#F4E9EC
(244,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D65360 color. Also use rgb(214,83,96) instead hex code.

Text Font Color

.myTextColor { color: #D65360; }

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

This text font color is #D65360.


Background Color

.myBgColor { background-color: #D65360; }

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

This div background color is #D65360.


Border color

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

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

This div border color is #D65360.


Opacity

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

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

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

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

This text has shadow with #D65360 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D65360 on black background.


Color preview on white background

This text has color #D65360 on white background.



Black color preview on #D65360 background

This text has black color on #D65360 background.


White color preview on #D65360 background

This text has white color on #D65360 background.