#D020FE

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

Shades of Psychedelic Purple #D020FE

Tints of Psychedelic Purple #D020FE

Color information

#D020FE (or 0xD020FE) is unknown color: approx Psychedelic Purple. HEX triplet: D0, 20 and FE. RGB value is (208,32,254). Sum of RGB (Red+Green+Blue) = 208+32+254=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 32 (12.89% from 255 or 6.48% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #D020FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D020FE is #2FDF01. Grayscale: #6D6D6D. Windows color (decimal): -3137282 or 16654544. OLE color: 16654544.

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

Color convert

RGB20832254-
CMYK0.180.8700.00
HSL287.57º99.11%56.08%-
HSV(B)287.57º87.4%99.61%-
XYZ44.4221.695.59-
YUV109.93209.31197.95-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.11%
GREEN value IS 32 (12.89% from 255) = 6.48%
BLUE value IS 254 (99.61% from 255) = 51.42%
R=42.11%
G=6.48%
B=51.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal208322540.180.8700.00287.5799.1156.08
HexD020FE1257001206338
Octal32040376221270044014370
Binary1101000010000011111110100101010111001001000001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D020FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D020FE; }

 p { color: rgb(208,32,254); }

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

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

 a { background-color: rgb(208,32,254); }

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

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

 span { border-color: rgb(208,32,254); }

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