COLOR #D258F1

HEX: #D258F1
RGB: (210,88,241)

Color info

#D258F1 contains mainly red and blue colors. Web safe color of #D258F1 is #CC66FF (or #C6F).

RGB color model

#D258F1 color RGB value is (210,88,241).

  • red value is 210;
  • green value is 88;
  • blue value is 241.
RGB:
(210,88,241)
(82%,35%,95%)

RGB channels and saturation

R 210 of 255 = 82%
G 88 of 255 = 35%
B 241 of 255 = 95%

210
88
241

R + G + B ~ 71%. #D258F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 88 + 241 = 539 (100%)
R 210 of 539 ~ 38.96%
G 88 of 539 ~ 16.33%
B 241 of 539 ~ 44.71%

%38.96
%16.33
%44.71

CMYK color model

#D258F1 color CMYK value is (13,63,0,5).

  • cyan value is 12.86%
  • magenta value is 63.49%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(13,63,0,5)
C13M63Y0K5 
(13%,63%,0%,5%)
(0.13/0.63/0.00/0.05)	

CMYK percentages

%12.86
%63.49
%0
%5.49

Codes

Color #D258F1 in popluar color models

D258F1
RGB21088241
HSL288°84.53%64.51%
HSB/HSV288°63.49%94.51%
CMYK12.86%63.49%0.00%
5.49%

Color #D258F1 in popluar number systems.

HEXD258F1
Decimal21088241
Binary11010010101100011110001
Octal322130361

Shades and tints

Shades of #D258F1

#D258F1
(210,88,241)
#BF50DC
(191,80,220)
#AC48C7
(172,72,199)
#9940B2
(153,64,178)
#86389D
(134,56,157)
#733088
(115,48,136)
#602873
(96,40,115)
#4D205E
(77,32,94)
#3A1849
(58,24,73)
#271034
(39,16,52)
#14081F
(20,8,31)
#000000
(0,0,0)

Tints of #D258F1

#D258F1
(210,88,241)
#D667F2
(214,103,242)
#DA76F3
(218,118,243)
#DE85F4
(222,133,244)
#E294F5
(226,148,245)
#E6A3F6
(230,163,246)
#EAB2F7
(234,178,247)
#EEC1F8
(238,193,248)
#F2D0F9
(242,208,249)
#F6DFFA
(246,223,250)
#FAEEFB
(250,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D258F1 color. Also use rgb(210,88,241) instead hex code.

Text Font Color

.myTextColor { color: #D258F1; }

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

This text font color is #D258F1.


Background Color

.myBgColor { background-color: #D258F1; }

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

This div background color is #D258F1.


Border color

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

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

This div border color is #D258F1.


Opacity

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

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

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

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

This text has shadow with #D258F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D258F1 on black background.


Color preview on white background

This text has color #D258F1 on white background.



Black color preview on #D258F1 background

This text has black color on #D258F1 background.


White color preview on #D258F1 background

This text has white color on #D258F1 background.