COLOR #D63068

HEX: #D63068
RGB: (214,48,104)

Color info

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

RGB color model

#D63068 color RGB value is (214,48,104).

  • red value is 214;
  • green value is 48;
  • blue value is 104.
RGB:
(214,48,104)
(84%,19%,41%)

RGB channels and saturation

R 214 of 255 = 84%
G 48 of 255 = 19%
B 104 of 255 = 41%

214
48
104

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

Portions of RGB colors in percentages

R + G + B =
214 + 48 + 104 = 366 (100%)
R 214 of 366 ~ 58.47%
G 48 of 366 ~ 13.11%
B 104 of 366 ~ 28.42%

%58.47
%13.11
%28.42

CMYK color model

#D63068 color CMYK value is (0,78,51,16).

  • cyan value is 0.00%
  • magenta value is 77.57%
  • yellow value is 51.40%
  • key color value is 16.08%
CMYK:
(0,78,51,16)
C0M78Y51K16 
(0%,78%,51%,16%)
(0.00/0.78/0.51/0.16)	

CMYK percentages

%0
%77.57
%51.4
%16.08

Codes

Color #D63068 in popluar color models

D63068
RGB21448104
HSL340°66.94%51.37%
HSB/HSV340°77.57%83.92%
CMYK0.00%77.57%51.40%
16.08%

Color #D63068 in popluar number systems.

HEXD63068
Decimal21448104
Binary110101101100001101000
Octal32660150

Shades and tints

Shades of #D63068

#D63068
(214,48,104)
#C32C5F
(195,44,95)
#B02856
(176,40,86)
#9D244D
(157,36,77)
#8A2044
(138,32,68)
#771C3B
(119,28,59)
#641832
(100,24,50)
#511429
(81,20,41)
#3E1020
(62,16,32)
#2B0C17
(43,12,23)
#18080E
(24,8,14)
#000000
(0,0,0)

Tints of #D63068

#D63068
(214,48,104)
#D94275
(217,66,117)
#DC5482
(220,84,130)
#DF668F
(223,102,143)
#E2789C
(226,120,156)
#E58AA9
(229,138,169)
#E89CB6
(232,156,182)
#EBAEC3
(235,174,195)
#EEC0D0
(238,192,208)
#F1D2DD
(241,210,221)
#F4E4EA
(244,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D63068 color. Also use rgb(214,48,104) instead hex code.

Text Font Color

.myTextColor { color: #D63068; }

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

This text font color is #D63068.


Background Color

.myBgColor { background-color: #D63068; }

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

This div background color is #D63068.


Border color

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

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

This div border color is #D63068.


Opacity

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

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

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

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

This text has shadow with #D63068 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D63068 on black background.


Color preview on white background

This text has color #D63068 on white background.



Black color preview on #D63068 background

This text has black color on #D63068 background.


White color preview on #D63068 background

This text has white color on #D63068 background.