COLOR #DF17BE

HEX: #DF17BE
RGB: (223,23,190)

Color info

#DF17BE contains mainly red and blue colors. Web safe color of #DF17BE is #CC00CC (or #C0C).

RGB color model

#DF17BE color RGB value is (223,23,190).

  • red value is 223;
  • green value is 23;
  • blue value is 190.
RGB:
(223,23,190)
(87%,9%,75%)

RGB channels and saturation

R 223 of 255 = 87%
G 23 of 255 = 9%
B 190 of 255 = 75%

223
23
190

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

Portions of RGB colors in percentages

R + G + B =
223 + 23 + 190 = 436 (100%)
R 223 of 436 ~ 51.15%
G 23 of 436 ~ 5.28%
B 190 of 436 ~ 43.58%

%51.15
%43.58

CMYK color model

#DF17BE color CMYK value is (0,90,15,13).

  • cyan value is 0.00%
  • magenta value is 89.69%
  • yellow value is 14.80%
  • key color value is 12.55%
CMYK:
(0,90,15,13)
C0M90Y15K13 
(0%,90%,15%,13%)
(0.00/0.90/0.15/0.13)	

CMYK percentages

%0
%89.69
%14.8
%12.55

Codes

Color #DF17BE in popluar color models

DF17BE
RGB22323190
HSL310°81.30%48.24%
HSB/HSV310°89.69%87.45%
CMYK0.00%89.69%14.80%
12.55%

Color #DF17BE in popluar number systems.

HEXDF17BE
Decimal22323190
Binary110111111011110111110
Octal33727276

Shades and tints

Shades of #DF17BE

#DF17BE
(223,23,190)
#CB15AD
(203,21,173)
#B7139C
(183,19,156)
#A3118B
(163,17,139)
#8F0F7A
(143,15,122)
#7B0D69
(123,13,105)
#670B58
(103,11,88)
#530947
(83,9,71)
#3F0736
(63,7,54)
#2B0525
(43,5,37)
#170314
(23,3,20)
#000000
(0,0,0)

Tints of #DF17BE

#DF17BE
(223,23,190)
#E12CC3
(225,44,195)
#E341C8
(227,65,200)
#E556CD
(229,86,205)
#E76BD2
(231,107,210)
#E980D7
(233,128,215)
#EB95DC
(235,149,220)
#EDAAE1
(237,170,225)
#EFBFE6
(239,191,230)
#F1D4EB
(241,212,235)
#F3E9F0
(243,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF17BE color. Also use rgb(223,23,190) instead hex code.

Text Font Color

.myTextColor { color: #DF17BE; }

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

This text font color is #DF17BE.


Background Color

.myBgColor { background-color: #DF17BE; }

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

This div background color is #DF17BE.


Border color

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

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

This div border color is #DF17BE.


Opacity

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

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

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

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

This text has shadow with #DF17BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF17BE on black background.


Color preview on white background

This text has color #DF17BE on white background.



Black color preview on #DF17BE background

This text has black color on #DF17BE background.


White color preview on #DF17BE background

This text has white color on #DF17BE background.