COLOR #D6298F

HEX: #D6298F RGB: (214,41,143)

Color info

#D6298F contains mainly red color. Web safe color of #D6298F is #CC3399 (or #C39).

RGB color model

#D6298F color RGB value is (214,41,143).

RGB: (214,41,143) (84%, 16%, 56%)

RGB channels and saturation

R 214 of 255 = 84%
G 41 of 255 = 16%
B 143 of 255 = 56%

214
41
143

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

Portions of RGB colors in percentages

R + G + B = 214 + 41 + 143 = 398 (100%)
R 214 of 398 ~ 53.77%
G 41 of 398 ~ 10.3%
B 143 of 398 ~ 35.93'%

%53.77
%35.93

CMYK color model

#D6298F color CMYK value is (0,81,33,16).

  • cyan value is 0.00%
  • magenta value is 80.84%
  • yellow value is 33.18%
  • key color value is 16.08%

CMYK: (0,81,33,16)
C0M81Y33K16 (0%, 81%, 33%, 16%)
(0.00 / 0.81 / 0.33 / 0.16)

CMYK percentages

%0
%80.84
%33.18
%16.08

Codes

Color #D6298F in popluar color models

D6 29 8F
RGB 214 41 143
HSL 325° 67.84% 50.00%
HSB/HSV 325° 80.84% 83.92%
CMYK 0.00% 80.84% 33.18%
16.08%

Color #D6298F in popluar number systems.

HEX D6 29 8F
Decimal 214 41 143
Binary 11010110 101001 10001111
Octal 326 51 217

Shades and tints

Shades of #D6298F

#D6298F
(214,41,143)
#C32682
(195,38,130)
#B02375
(176,35,117)
#9D2068
(157,32,104)
#8A1D5B
(138,29,91)
#771A4E
(119,26,78)
#641741
(100,23,65)
#511434
(81,20,52)
#3E1127
(62,17,39)
#2B0E1A
(43,14,26)
#180B0D
(24,11,13)
#000000
(0,0,0)

Tints of #D6298F

#D6298F
(214,41,143)
#D93C99
(217,60,153)
#DC4FA3
(220,79,163)
#DF62AD
(223,98,173)
#E275B7
(226,117,183)
#E588C1
(229,136,193)
#E89BCB
(232,155,203)
#EBAED5
(235,174,213)
#EEC1DF
(238,193,223)
#F1D4E9
(241,212,233)
#F4E7F3
(244,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6298F color. Also use rgb(214,41,143) instead hex code.

Text Font Color

.myTextColor { color: #D6298F; }

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

This text font color is #D6298F.

Background Color

.myBgColor { background-color: #D6298F; }

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

This div background color is #D6298F.

Border color

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

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

This div border color is #D6298F.

Opacity

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

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

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

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

This text has shadow with #D6298F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6298F.

Preview

Color preview on black background

This text has color #D6298F on black background.


Color preview on white background

This text has color #D6298F on white background.


Black color preview on #D6298F background

This text has black color on #D6298F background.


White color preview on #D6298F background

This text has white color on #D6298F background.


Related colors

Complementary color

Complementary color for #D6298F is #29D670.


I love getcolorcode.com

Triadic colors

1 #8FD629 and #298FD6 with #D6298F are triadic colors.

2 #8F29D6 and #29D68F with #D6298F are triadic colors.