#D50FFE

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

Shades of Psychedelic Purple #D50FFE

Tints of Psychedelic Purple #D50FFE

Color information

#D50FFE (or 0xD50FFE) is unknown color: approx Psychedelic Purple. HEX triplet: D5, 0F and FE. RGB value is (213,15,254). Sum of RGB (Red+Green+Blue) = 213+15+254=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 15 (6.25% from 255 or 3.11% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #D50FFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D50FFE is #2AF001. Grayscale: #646464. Windows color (decimal): -2813954 or 16650197. OLE color: 16650197.

HSL color Cylindrical-coordinate representation of color #D50FFE: hue angle of 289.71º 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 #D50FFE is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB21315254-
CMYK0.160.9400.00
HSL289.71º99.17%52.75%-
HSV(B)289.71º94.09%99.61%-
XYZ45.521.6495.55-
YUV101.45214.1207.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.19%
GREEN value IS 15 (6.25% from 255) = 3.11%
BLUE value IS 254 (99.61% from 255) = 52.70%
R=44.19%
G=3.11%
B=52.70%

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
Decimal213152540.160.9400.00289.7199.1752.75
HexD5FFE105E001226335
Octal32517376201360044214365
Binary11010101111111111110100001011110001001000101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D50FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D50FFE; }

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

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

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

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

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

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

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

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