COLOR #D85092

HEX: #D85092
RGB: (216,80,146)

Color info

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

RGB color model

#D85092 color RGB value is (216,80,146).

  • red value is 216;
  • green value is 80;
  • blue value is 146.
RGB:
(216,80,146)
(85%,31%,57%)

RGB channels and saturation

R 216 of 255 = 85%
G 80 of 255 = 31%
B 146 of 255 = 57%

216
80
146

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

Portions of RGB colors in percentages

R + G + B =
216 + 80 + 146 = 442 (100%)
R 216 of 442 ~ 48.87%
G 80 of 442 ~ 18.1%
B 146 of 442 ~ 33.03%

%48.87
%18.1
%33.03

CMYK color model

#D85092 color CMYK value is (0,63,32,15).

  • cyan value is 0.00%
  • magenta value is 62.96%
  • yellow value is 32.41%
  • key color value is 15.29%
CMYK:
(0,63,32,15)
C0M63Y32K15 
(0%,63%,32%,15%)
(0.00/0.63/0.32/0.15)	

CMYK percentages

%0
%62.96
%32.41
%15.29

Codes

Color #D85092 in popluar color models

D85092
RGB21680146
HSL331°63.55%58.04%
HSB/HSV331°62.96%84.71%
CMYK0.00%62.96%32.41%
15.29%

Color #D85092 in popluar number systems.

HEXD85092
Decimal21680146
Binary11011000101000010010010
Octal330120222

Shades and tints

Shades of #D85092

#D85092
(216,80,146)
#C54985
(197,73,133)
#B24278
(178,66,120)
#9F3B6B
(159,59,107)
#8C345E
(140,52,94)
#792D51
(121,45,81)
#662644
(102,38,68)
#531F37
(83,31,55)
#40182A
(64,24,42)
#2D111D
(45,17,29)
#1A0A10
(26,10,16)
#000000
(0,0,0)

Tints of #D85092

#D85092
(216,80,146)
#DB5F9B
(219,95,155)
#DE6EA4
(222,110,164)
#E17DAD
(225,125,173)
#E48CB6
(228,140,182)
#E79BBF
(231,155,191)
#EAAAC8
(234,170,200)
#EDB9D1
(237,185,209)
#F0C8DA
(240,200,218)
#F3D7E3
(243,215,227)
#F6E6EC
(246,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D85092 color. Also use rgb(216,80,146) instead hex code.

Text Font Color

.myTextColor { color: #D85092; }

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

This text font color is #D85092.


Background Color

.myBgColor { background-color: #D85092; }

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

This div background color is #D85092.


Border color

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

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

This div border color is #D85092.


Opacity

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

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

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

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

This text has shadow with #D85092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D85092 on black background.


Color preview on white background

This text has color #D85092 on white background.



Black color preview on #D85092 background

This text has black color on #D85092 background.


White color preview on #D85092 background

This text has white color on #D85092 background.