COLOR #D6045D

HEX: #D6045D
RGB: (214,4,93)

Color info

#D6045D contains mainly red color. Web safe color of #D6045D is #CC0066 (or #C06).

RGB color model

#D6045D color RGB value is (214,4,93).

  • red value is 214;
  • green value is 4;
  • blue value is 93.
RGB:
(214,4,93)
(84%,2%,36%)

RGB channels and saturation

R 214 of 255 = 84%
G 4 of 255 = 2%
B 93 of 255 = 36%

214
4
93

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

Portions of RGB colors in percentages

R + G + B =
214 + 4 + 93 = 311 (100%)
R 214 of 311 ~ 68.81%
G 4 of 311 ~ 1.29%
B 93 of 311 ~ 29.9%

%68.81
%29.9

CMYK color model

#D6045D color CMYK value is (0,98,57,16).

  • cyan value is 0.00%
  • magenta value is 98.13%
  • yellow value is 56.54%
  • key color value is 16.08%
CMYK:
(0,98,57,16)
C0M98Y57K16 
(0%,98%,57%,16%)
(0.00/0.98/0.57/0.16)	

CMYK percentages

%0
%98.13
%56.54
%16.08

Codes

Color #D6045D in popluar color models

D6045D
RGB214493
HSL335°96.33%42.75%
HSB/HSV335°98.13%83.92%
CMYK0.00%98.13%56.54%
16.08%

Color #D6045D in popluar number systems.

HEXD6045D
Decimal214493
Binary110101101001011101
Octal3264135

Shades and tints

Shades of #D6045D

#D6045D
(214,4,93)
#C30455
(195,4,85)
#B0044D
(176,4,77)
#9D0445
(157,4,69)
#8A043D
(138,4,61)
#770435
(119,4,53)
#64042D
(100,4,45)
#510425
(81,4,37)
#3E041D
(62,4,29)
#2B0415
(43,4,21)
#18040D
(24,4,13)
#000000
(0,0,0)

Tints of #D6045D

#D6045D
(214,4,93)
#D91A6B
(217,26,107)
#DC3079
(220,48,121)
#DF4687
(223,70,135)
#E25C95
(226,92,149)
#E572A3
(229,114,163)
#E888B1
(232,136,177)
#EB9EBF
(235,158,191)
#EEB4CD
(238,180,205)
#F1CADB
(241,202,219)
#F4E0E9
(244,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6045D color. Also use rgb(214,4,93) instead hex code.

Text Font Color

.myTextColor { color: #D6045D; }

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

This text font color is #D6045D.


Background Color

.myBgColor { background-color: #D6045D; }

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

This div background color is #D6045D.


Border color

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

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

This div border color is #D6045D.


Opacity

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

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

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

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

This text has shadow with #D6045D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6045D on black background.


Color preview on white background

This text has color #D6045D on white background.



Black color preview on #D6045D background

This text has black color on #D6045D background.


White color preview on #D6045D background

This text has white color on #D6045D background.