#D60FFE

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

Shades of Psychedelic Purple #D60FFE

Tints of Psychedelic Purple #D60FFE

Color information

#D60FFE (or 0xD60FFE) is unknown color: approx Psychedelic Purple. HEX triplet: D6, 0F and FE. RGB value is (214,15,254). Sum of RGB (Red+Green+Blue) = 214+15+254=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 15 (6.25% from 255 or 3.11% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #D60FFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D60FFE is #29F001. Grayscale: #646464. Windows color (decimal): -2748418 or 16650198. OLE color: 16650198.

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

Color convert

RGB21415254-
CMYK0.160.9400.00
HSL289.96º99.17%52.75%-
HSV(B)289.96º94.09%99.61%-
XYZ45.7921.7995.56-
YUV101.75213.93208.07-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.31%
GREEN value IS 15 (6.25% from 255) = 3.11%
BLUE value IS 254 (99.61% from 255) = 52.59%
R=44.31%
G=3.11%
B=52.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal214152540.160.9400.00289.9699.1752.75
HexD6FFE105E001226335
Octal32617376201360044214365
Binary11010110111111111110100001011110001001000101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D60FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D60FFE; }

 p { color: rgb(214,15,254); }

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

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

 a { background-color: rgb(214,15,254); }

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

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

 span { border-color: rgb(214,15,254); }

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