COLOR #D580BA

HEX: #D580BA
RGB: (213,128,186)

Color info

#D580BA contains mainly red and blue colors. Web safe color of #D580BA is #CC66CC (or #C6C).

RGB color model

#D580BA color RGB value is (213,128,186).

  • red value is 213;
  • green value is 128;
  • blue value is 186.
RGB:
(213,128,186)
(84%,50%,73%)

RGB channels and saturation

R 213 of 255 = 84%
G 128 of 255 = 50%
B 186 of 255 = 73%

213
128
186

R + G + B ~ 69%. #D580BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 128 + 186 = 527 (100%)
R 213 of 527 ~ 40.42%
G 128 of 527 ~ 24.29%
B 186 of 527 ~ 35.29%

%40.42
%24.29
%35.29

CMYK color model

#D580BA color CMYK value is (0,40,13,16).

  • cyan value is 0.00%
  • magenta value is 39.91%
  • yellow value is 12.68%
  • key color value is 16.47%
CMYK:
(0,40,13,16)
C0M40Y13K16 
(0%,40%,13%,16%)
(0.00/0.40/0.13/0.16)	

CMYK percentages

%0
%39.91
%12.68
%16.47

Codes

Color #D580BA in popluar color models

D580BA
RGB213128186
HSL319°50.30%66.86%
HSB/HSV319°39.91%83.53%
CMYK0.00%39.91%12.68%
16.47%

Color #D580BA in popluar number systems.

HEXD580BA
Decimal213128186
Binary110101011000000010111010
Octal325200272

Shades and tints

Shades of #D580BA

#D580BA
(213,128,186)
#C275AA
(194,117,170)
#AF6A9A
(175,106,154)
#9C5F8A
(156,95,138)
#89547A
(137,84,122)
#76496A
(118,73,106)
#633E5A
(99,62,90)
#50334A
(80,51,74)
#3D283A
(61,40,58)
#2A1D2A
(42,29,42)
#17121A
(23,18,26)
#000000
(0,0,0)

Tints of #D580BA

#D580BA
(213,128,186)
#D88BC0
(216,139,192)
#DB96C6
(219,150,198)
#DEA1CC
(222,161,204)
#E1ACD2
(225,172,210)
#E4B7D8
(228,183,216)
#E7C2DE
(231,194,222)
#EACDE4
(234,205,228)
#EDD8EA
(237,216,234)
#F0E3F0
(240,227,240)
#F3EEF6
(243,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D580BA color. Also use rgb(213,128,186) instead hex code.

Text Font Color

.myTextColor { color: #D580BA; }

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

This text font color is #D580BA.


Background Color

.myBgColor { background-color: #D580BA; }

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

This div background color is #D580BA.


Border color

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

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

This div border color is #D580BA.


Opacity

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

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

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

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

This text has shadow with #D580BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D580BA on black background.


Color preview on white background

This text has color #D580BA on white background.



Black color preview on #D580BA background

This text has black color on #D580BA background.


White color preview on #D580BA background

This text has white color on #D580BA background.