#D933FE

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

Shades of Psychedelic Purple #D933FE

Tints of Psychedelic Purple #D933FE

Color information

#D933FE (or 0xD933FE) is unknown color: approx Psychedelic Purple. HEX triplet: D9, 33 and FE. RGB value is (217,51,254). Sum of RGB (Red+Green+Blue) = 217+51+254=522 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.57% from 522); Green value is 51 (20.31% from 255 or 9.77% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #D933FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D933FE is #26CC01. Grayscale: #7B7B7B. Windows color (decimal): -2542594 or 16659417. OLE color: 16659417.

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

Color convert

RGB21751254-
CMYK0.150.8000.00
HSL289.06º99.02%59.8%-
HSV(B)289.06º79.92%99.61%-
XYZ47.6924.2895.94-
YUV123.78201.5194.49-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.57%
GREEN value IS 51 (20.31% from 255) = 9.77%
BLUE value IS 254 (99.61% from 255) = 48.66%
R=41.57%
G=9.77%
B=48.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal217512540.150.8000.00289.0699.0259.8
HexD933FEF5000121633c
Octal33163376171200044114374
Binary110110011100111111111011111010000001001000011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D933FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D933FE; }

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

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

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

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

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

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

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

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