COLOR #D582B0

HEX: #D582B0
RGB: (213,130,176)

Color info

#D582B0 contains mainly red and blue colors. Web safe color of #D582B0 is #CC9999 (or #C99).

RGB color model

#D582B0 color RGB value is (213,130,176).

  • red value is 213;
  • green value is 130;
  • blue value is 176.
RGB:
(213,130,176)
(84%,51%,69%)

RGB channels and saturation

R 213 of 255 = 84%
G 130 of 255 = 51%
B 176 of 255 = 69%

213
130
176

R + G + B ~ 68%. #D582B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 130 + 176 = 519 (100%)
R 213 of 519 ~ 41.04%
G 130 of 519 ~ 25.05%
B 176 of 519 ~ 33.91%

%41.04
%25.05
%33.91

CMYK color model

#D582B0 color CMYK value is (0,39,17,16).

  • cyan value is 0.00%
  • magenta value is 38.97%
  • yellow value is 17.37%
  • key color value is 16.47%
CMYK:
(0,39,17,16)
C0M39Y17K16 
(0%,39%,17%,16%)
(0.00/0.39/0.17/0.16)	

CMYK percentages

%0
%38.97
%17.37
%16.47

Codes

Color #D582B0 in popluar color models

D582B0
RGB213130176
HSL327°49.70%67.25%
HSB/HSV327°38.97%83.53%
CMYK0.00%38.97%17.37%
16.47%

Color #D582B0 in popluar number systems.

HEXD582B0
Decimal213130176
Binary110101011000001010110000
Octal325202260

Shades and tints

Shades of #D582B0

#D582B0
(213,130,176)
#C277A0
(194,119,160)
#AF6C90
(175,108,144)
#9C6180
(156,97,128)
#895670
(137,86,112)
#764B60
(118,75,96)
#634050
(99,64,80)
#503540
(80,53,64)
#3D2A30
(61,42,48)
#2A1F20
(42,31,32)
#171410
(23,20,16)
#000000
(0,0,0)

Tints of #D582B0

#D582B0
(213,130,176)
#D88DB7
(216,141,183)
#DB98BE
(219,152,190)
#DEA3C5
(222,163,197)
#E1AECC
(225,174,204)
#E4B9D3
(228,185,211)
#E7C4DA
(231,196,218)
#EACFE1
(234,207,225)
#EDDAE8
(237,218,232)
#F0E5EF
(240,229,239)
#F3F0F6
(243,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D582B0 color. Also use rgb(213,130,176) instead hex code.

Text Font Color

.myTextColor { color: #D582B0; }

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

This text font color is #D582B0.


Background Color

.myBgColor { background-color: #D582B0; }

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

This div background color is #D582B0.


Border color

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

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

This div border color is #D582B0.


Opacity

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

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

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

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

This text has shadow with #D582B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D582B0 on black background.


Color preview on white background

This text has color #D582B0 on white background.



Black color preview on #D582B0 background

This text has black color on #D582B0 background.


White color preview on #D582B0 background

This text has white color on #D582B0 background.