#D919FE

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

Shades of Psychedelic Purple #D919FE

Tints of Psychedelic Purple #D919FE

Color information

#D919FE (or 0xD919FE) is unknown color: approx Psychedelic Purple. HEX triplet: D9, 19 and FE. RGB value is (217,25,254). Sum of RGB (Red+Green+Blue) = 217+25+254=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 25 (10.16% from 255 or 5.04% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #D919FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D919FE is #26E601. Grayscale: #6B6B6B. Windows color (decimal): -2549250 or 16652761. OLE color: 16652761.

HSL color Cylindrical-coordinate representation of color #D919FE: hue angle of 290.31º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D919FE is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB21725254-
CMYK0.150.9000.00
HSL290.31º99.13%54.71%-
HSV(B)290.31º90.16%99.61%-
XYZ46.8522.695.66-
YUV108.51210.11205.38-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.75%
GREEN value IS 25 (10.16% from 255) = 5.04%
BLUE value IS 254 (99.61% from 255) = 51.21%
R=43.75%
G=5.04%
B=51.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal217252540.150.9000.00290.3199.1354.71
HexD919FEF5A001226337
Octal33131376171320044214367
Binary11011001110011111111011111011010001001000101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D919FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D919FE; }

 p { color: rgb(217,25,254); }

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

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

 a { background-color: rgb(217,25,254); }

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

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

 span { border-color: rgb(217,25,254); }

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