COLOR #D07590

HEX: #D07590
RGB: (208,117,144)

Color info

#D07590 contains mainly red color. Web safe color of #D07590 is #CC6699 (or #C69).

RGB color model

#D07590 color RGB value is (208,117,144).

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

RGB channels and saturation

R 208 of 255 = 82%
G 117 of 255 = 46%
B 144 of 255 = 56%

208
117
144

R + G + B ~ 61%. #D07590 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 117 + 144 = 469 (100%)
R 208 of 469 ~ 44.35%
G 117 of 469 ~ 24.95%
B 144 of 469 ~ 30.7%

%44.35
%24.95
%30.7

CMYK color model

#D07590 color CMYK value is (0,44,31,18).

  • cyan value is 0.00%
  • magenta value is 43.75%
  • yellow value is 30.77%
  • key color value is 18.43%
CMYK:
(0,44,31,18)
C0M44Y31K18 
(0%,44%,31%,18%)
(0.00/0.44/0.31/0.18)	

CMYK percentages

%0
%43.75
%30.77
%18.43

Codes

Color #D07590 in popluar color models

D07590
RGB208117144
HSL342°49.19%63.73%
HSB/HSV342°43.75%81.57%
CMYK0.00%43.75%30.77%
18.43%

Color #D07590 in popluar number systems.

HEXD07590
Decimal208117144
Binary11010000111010110010000
Octal320165220

Shades and tints

Shades of #D07590

#D07590
(208,117,144)
#BE6B83
(190,107,131)
#AC6176
(172,97,118)
#9A5769
(154,87,105)
#884D5C
(136,77,92)
#76434F
(118,67,79)
#643942
(100,57,66)
#522F35
(82,47,53)
#402528
(64,37,40)
#2E1B1B
(46,27,27)
#1C110E
(28,17,14)
#000000
(0,0,0)

Tints of #D07590

#D07590
(208,117,144)
#D4819A
(212,129,154)
#D88DA4
(216,141,164)
#DC99AE
(220,153,174)
#E0A5B8
(224,165,184)
#E4B1C2
(228,177,194)
#E8BDCC
(232,189,204)
#ECC9D6
(236,201,214)
#F0D5E0
(240,213,224)
#F4E1EA
(244,225,234)
#F8EDF4
(248,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D07590; }

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

This text font color is #D07590.


Background Color

.myBgColor { background-color: #D07590; }

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

This div background color is #D07590.


Border color

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

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

This div border color is #D07590.


Opacity

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

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

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

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

This text has shadow with #D07590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D07590 on black background.


Color preview on white background

This text has color #D07590 on white background.



Black color preview on #D07590 background

This text has black color on #D07590 background.


White color preview on #D07590 background

This text has white color on #D07590 background.