COLOR #D058A9

HEX: #D058A9
RGB: (208,88,169)

Color info

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

RGB color model

#D058A9 color RGB value is (208,88,169).

  • red value is 208;
  • green value is 88;
  • blue value is 169.
RGB:
(208,88,169)
(82%,35%,66%)

RGB channels and saturation

R 208 of 255 = 82%
G 88 of 255 = 35%
B 169 of 255 = 66%

208
88
169

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

Portions of RGB colors in percentages

R + G + B =
208 + 88 + 169 = 465 (100%)
R 208 of 465 ~ 44.73%
G 88 of 465 ~ 18.92%
B 169 of 465 ~ 36.34%

%44.73
%18.92
%36.34

CMYK color model

#D058A9 color CMYK value is (0,58,19,18).

  • cyan value is 0.00%
  • magenta value is 57.69%
  • yellow value is 18.75%
  • key color value is 18.43%
CMYK:
(0,58,19,18)
C0M58Y19K18 
(0%,58%,19%,18%)
(0.00/0.58/0.19/0.18)	

CMYK percentages

%0
%57.69
%18.75
%18.43

Codes

Color #D058A9 in popluar color models

D058A9
RGB20888169
HSL320°56.07%58.04%
HSB/HSV320°57.69%81.57%
CMYK0.00%57.69%18.75%
18.43%

Color #D058A9 in popluar number systems.

HEXD058A9
Decimal20888169
Binary11010000101100010101001
Octal320130251

Shades and tints

Shades of #D058A9

#D058A9
(208,88,169)
#BE509A
(190,80,154)
#AC488B
(172,72,139)
#9A407C
(154,64,124)
#88386D
(136,56,109)
#76305E
(118,48,94)
#64284F
(100,40,79)
#522040
(82,32,64)
#401831
(64,24,49)
#2E1022
(46,16,34)
#1C0813
(28,8,19)
#000000
(0,0,0)

Tints of #D058A9

#D058A9
(208,88,169)
#D467B0
(212,103,176)
#D876B7
(216,118,183)
#DC85BE
(220,133,190)
#E094C5
(224,148,197)
#E4A3CC
(228,163,204)
#E8B2D3
(232,178,211)
#ECC1DA
(236,193,218)
#F0D0E1
(240,208,225)
#F4DFE8
(244,223,232)
#F8EEEF
(248,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D058A9 color. Also use rgb(208,88,169) instead hex code.

Text Font Color

.myTextColor { color: #D058A9; }

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

This text font color is #D058A9.


Background Color

.myBgColor { background-color: #D058A9; }

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

This div background color is #D058A9.


Border color

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

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

This div border color is #D058A9.


Opacity

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

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

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

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

This text has shadow with #D058A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D058A9 on black background.


Color preview on white background

This text has color #D058A9 on white background.



Black color preview on #D058A9 background

This text has black color on #D058A9 background.


White color preview on #D058A9 background

This text has white color on #D058A9 background.