COLOR #D07598

HEX: #D07598
RGB: (208,117,152)

Color info

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

RGB color model

#D07598 color RGB value is (208,117,152).

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

RGB channels and saturation

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

208
117
152

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

Portions of RGB colors in percentages

R + G + B =
208 + 117 + 152 = 477 (100%)
R 208 of 477 ~ 43.61%
G 117 of 477 ~ 24.53%
B 152 of 477 ~ 31.87%

%43.61
%24.53
%31.87

CMYK color model

#D07598 color CMYK value is (0,44,27,18).

  • cyan value is 0.00%
  • magenta value is 43.75%
  • yellow value is 26.92%
  • key color value is 18.43%
CMYK:
(0,44,27,18)
C0M44Y27K18 
(0%,44%,27%,18%)
(0.00/0.44/0.27/0.18)	

CMYK percentages

%0
%43.75
%26.92
%18.43

Codes

Color #D07598 in popluar color models

D07598
RGB208117152
HSL337°49.19%63.73%
HSB/HSV337°43.75%81.57%
CMYK0.00%43.75%26.92%
18.43%

Color #D07598 in popluar number systems.

HEXD07598
Decimal208117152
Binary11010000111010110011000
Octal320165230

Shades and tints

Shades of #D07598

#D07598
(208,117,152)
#BE6B8B
(190,107,139)
#AC617E
(172,97,126)
#9A5771
(154,87,113)
#884D64
(136,77,100)
#764357
(118,67,87)
#64394A
(100,57,74)
#522F3D
(82,47,61)
#402530
(64,37,48)
#2E1B23
(46,27,35)
#1C1116
(28,17,22)
#000000
(0,0,0)

Tints of #D07598

#D07598
(208,117,152)
#D481A1
(212,129,161)
#D88DAA
(216,141,170)
#DC99B3
(220,153,179)
#E0A5BC
(224,165,188)
#E4B1C5
(228,177,197)
#E8BDCE
(232,189,206)
#ECC9D7
(236,201,215)
#F0D5E0
(240,213,224)
#F4E1E9
(244,225,233)
#F8EDF2
(248,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D07598; }

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

This text font color is #D07598.


Background Color

.myBgColor { background-color: #D07598; }

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

This div background color is #D07598.


Border color

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

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

This div border color is #D07598.


Opacity

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

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

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

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

This text has shadow with #D07598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D07598 on black background.


Color preview on white background

This text has color #D07598 on white background.



Black color preview on #D07598 background

This text has black color on #D07598 background.


White color preview on #D07598 background

This text has white color on #D07598 background.