COLOR #D25CF0

HEX: #D25CF0
RGB: (210,92,240)

Color info

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

RGB color model

#D25CF0 color RGB value is (210,92,240).

  • red value is 210;
  • green value is 92;
  • blue value is 240.
RGB:
(210,92,240)
(82%,36%,94%)

RGB channels and saturation

R 210 of 255 = 82%
G 92 of 255 = 36%
B 240 of 255 = 94%

210
92
240

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

Portions of RGB colors in percentages

R + G + B =
210 + 92 + 240 = 542 (100%)
R 210 of 542 ~ 38.75%
G 92 of 542 ~ 16.97%
B 240 of 542 ~ 44.28%

%38.75
%16.97
%44.28

CMYK color model

#D25CF0 color CMYK value is (13,62,0,6).

  • cyan value is 12.50%
  • magenta value is 61.67%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(13,62,0,6)
C13M62Y0K6 
(13%,62%,0%,6%)
(0.13/0.62/0.00/0.06)	

CMYK percentages

%12.5
%61.67
%0
%5.88

Codes

Color #D25CF0 in popluar color models

D25CF0
RGB21092240
HSL288°83.15%65.10%
HSB/HSV288°61.67%94.12%
CMYK12.50%61.67%0.00%
5.88%

Color #D25CF0 in popluar number systems.

HEXD25CF0
Decimal21092240
Binary11010010101110011110000
Octal322134360

Shades and tints

Shades of #D25CF0

#D25CF0
(210,92,240)
#BF54DB
(191,84,219)
#AC4CC6
(172,76,198)
#9944B1
(153,68,177)
#863C9C
(134,60,156)
#733487
(115,52,135)
#602C72
(96,44,114)
#4D245D
(77,36,93)
#3A1C48
(58,28,72)
#271433
(39,20,51)
#140C1E
(20,12,30)
#000000
(0,0,0)

Tints of #D25CF0

#D25CF0
(210,92,240)
#D66AF1
(214,106,241)
#DA78F2
(218,120,242)
#DE86F3
(222,134,243)
#E294F4
(226,148,244)
#E6A2F5
(230,162,245)
#EAB0F6
(234,176,246)
#EEBEF7
(238,190,247)
#F2CCF8
(242,204,248)
#F6DAF9
(246,218,249)
#FAE8FA
(250,232,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D25CF0 color. Also use rgb(210,92,240) instead hex code.

Text Font Color

.myTextColor { color: #D25CF0; }

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

This text font color is #D25CF0.


Background Color

.myBgColor { background-color: #D25CF0; }

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

This div background color is #D25CF0.


Border color

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

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

This div border color is #D25CF0.


Opacity

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

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

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

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

This text has shadow with #D25CF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D25CF0 on black background.


Color preview on white background

This text has color #D25CF0 on white background.



Black color preview on #D25CF0 background

This text has black color on #D25CF0 background.


White color preview on #D25CF0 background

This text has white color on #D25CF0 background.