COLOR #D02569

HEX: #D02569
RGB: (208,37,105)

Color info

#D02569 contains mainly red color. Web safe color of #D02569 is #CC3366 (or #C36).

RGB color model

#D02569 color RGB value is (208,37,105).

  • red value is 208;
  • green value is 37;
  • blue value is 105.
RGB:
(208,37,105)
(82%,15%,41%)

RGB channels and saturation

R 208 of 255 = 82%
G 37 of 255 = 15%
B 105 of 255 = 41%

208
37
105

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

Portions of RGB colors in percentages

R + G + B =
208 + 37 + 105 = 350 (100%)
R 208 of 350 ~ 59.43%
G 37 of 350 ~ 10.57%
B 105 of 350 ~ 30%

%59.43
%10.57
%30

CMYK color model

#D02569 color CMYK value is (0,82,50,18).

  • cyan value is 0.00%
  • magenta value is 82.21%
  • yellow value is 49.52%
  • key color value is 18.43%
CMYK:
(0,82,50,18)
C0M82Y50K18 
(0%,82%,50%,18%)
(0.00/0.82/0.50/0.18)	

CMYK percentages

%0
%82.21
%49.52
%18.43

Codes

Color #D02569 in popluar color models

D02569
RGB20837105
HSL336°69.80%48.04%
HSB/HSV336°82.21%81.57%
CMYK0.00%82.21%49.52%
18.43%

Color #D02569 in popluar number systems.

HEXD02569
Decimal20837105
Binary110100001001011101001
Octal32045151

Shades and tints

Shades of #D02569

#D02569
(208,37,105)
#BE2260
(190,34,96)
#AC1F57
(172,31,87)
#9A1C4E
(154,28,78)
#881945
(136,25,69)
#76163C
(118,22,60)
#641333
(100,19,51)
#52102A
(82,16,42)
#400D21
(64,13,33)
#2E0A18
(46,10,24)
#1C070F
(28,7,15)
#000000
(0,0,0)

Tints of #D02569

#D02569
(208,37,105)
#D43876
(212,56,118)
#D84B83
(216,75,131)
#DC5E90
(220,94,144)
#E0719D
(224,113,157)
#E484AA
(228,132,170)
#E897B7
(232,151,183)
#ECAAC4
(236,170,196)
#F0BDD1
(240,189,209)
#F4D0DE
(244,208,222)
#F8E3EB
(248,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D02569 color. Also use rgb(208,37,105) instead hex code.

Text Font Color

.myTextColor { color: #D02569; }

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

This text font color is #D02569.


Background Color

.myBgColor { background-color: #D02569; }

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

This div background color is #D02569.


Border color

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

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

This div border color is #D02569.


Opacity

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

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

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

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

This text has shadow with #D02569 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D02569 on black background.


Color preview on white background

This text has color #D02569 on white background.



Black color preview on #D02569 background

This text has black color on #D02569 background.


White color preview on #D02569 background

This text has white color on #D02569 background.