COLOR #D0759A

HEX: #D0759A
RGB: (208,117,154)

Color info

#D0759A contains mainly red and blue colors. Web safe color of #D0759A is #CC6699 (or #C69).

RGB color model

#D0759A color RGB value is (208,117,154).

  • red value is 208;
  • green value is 117;
  • blue value is 154.
RGB:
(208,117,154)
(82%,46%,60%)

RGB channels and saturation

R 208 of 255 = 82%
G 117 of 255 = 46%
B 154 of 255 = 60%

208
117
154

R + G + B ~ 63%. #D0759A is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 117 + 154 = 479 (100%)
R 208 of 479 ~ 43.42%
G 117 of 479 ~ 24.43%
B 154 of 479 ~ 32.15%

%43.42
%24.43
%32.15

CMYK color model

#D0759A color CMYK value is (0,44,26,18).

  • cyan value is 0.00%
  • magenta value is 43.75%
  • yellow value is 25.96%
  • key color value is 18.43%
CMYK:
(0,44,26,18)
C0M44Y26K18 
(0%,44%,26%,18%)
(0.00/0.44/0.26/0.18)	

CMYK percentages

%0
%43.75
%25.96
%18.43

Codes

Color #D0759A in popluar color models

D0759A
RGB208117154
HSL336°49.19%63.73%
HSB/HSV336°43.75%81.57%
CMYK0.00%43.75%25.96%
18.43%

Color #D0759A in popluar number systems.

HEXD0759A
Decimal208117154
Binary11010000111010110011010
Octal320165232

Shades and tints

Shades of #D0759A

#D0759A
(208,117,154)
#BE6B8C
(190,107,140)
#AC617E
(172,97,126)
#9A5770
(154,87,112)
#884D62
(136,77,98)
#764354
(118,67,84)
#643946
(100,57,70)
#522F38
(82,47,56)
#40252A
(64,37,42)
#2E1B1C
(46,27,28)
#1C110E
(28,17,14)
#000000
(0,0,0)

Tints of #D0759A

#D0759A
(208,117,154)
#D481A3
(212,129,163)
#D88DAC
(216,141,172)
#DC99B5
(220,153,181)
#E0A5BE
(224,165,190)
#E4B1C7
(228,177,199)
#E8BDD0
(232,189,208)
#ECC9D9
(236,201,217)
#F0D5E2
(240,213,226)
#F4E1EB
(244,225,235)
#F8EDF4
(248,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0759A color. Also use rgb(208,117,154) instead hex code.

Text Font Color

.myTextColor { color: #D0759A; }

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

This text font color is #D0759A.


Background Color

.myBgColor { background-color: #D0759A; }

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

This div background color is #D0759A.


Border color

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

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

This div border color is #D0759A.


Opacity

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

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

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

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

This text has shadow with #D0759A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0759A on black background.


Color preview on white background

This text has color #D0759A on white background.



Black color preview on #D0759A background

This text has black color on #D0759A background.


White color preview on #D0759A background

This text has white color on #D0759A background.