#D520FC

Color #D520FC Psychedelic Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Psychedelic Purple #D520FC

Tints of Psychedelic Purple #D520FC

Color information

#D520FC (or 0xD520FC) is unknown color: approx Psychedelic Purple. HEX triplet: D5, 20 and FC. RGB value is (213,32,252). Sum of RGB (Red+Green+Blue) = 213+32+252=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 32 (12.89% from 255 or 6.44% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #D520FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D520FC is #2ADF03. Grayscale: #6E6E6E. Windows color (decimal): -2809604 or 16523477. OLE color: 16523477.

HSL color Cylindrical-coordinate representation of color #D520FC: hue angle of 289.36º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D520FC is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB21332252-
CMYK0.150.8700.01
HSL289.36º97.35%55.69%-
HSV(B)289.36º87.3%98.82%-
XYZ45.5322.2193.98-
YUV111.2207.47200.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 213 (83.59% from 255) = 42.86%
GREEN value IS 32 (12.89% from 255) = 6.44%
BLUE value IS 252 (98.83% from 255) = 50.70%
R=42.86%
G=6.44%
B=50.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal213322520.150.8700.01289.3697.3555.69
HexD520FCF57011216138
Octal32540374171270144114170
Binary110101011000001111110011111010111011001000011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D520FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D520FC; }

 p { color: rgb(213,32,252); }

 H1.HeaderClassName
 {
   color: #D520FC;
 }
 .AnyTagClassName
 {
   color: #D520FC;
 }
</style>
background-color css

<style>
 a { background-color: #D520FC; }

 a { background-color: rgb(213,32,252); }

 div.DivClassName
 {
   background-color: #D520FC;
 }
 .BgClassName
 {
   background-color: #D520FC;
 }
</style>
border-color css

<style>
 span { border-color: #D520FC; }

 span { border-color: rgb(213,32,252); }

 td.TdClassName
 {
   border-color: #D520FC;
 }
 .TagClassName
 {
   border-color: #D520FC;
 }
</style>