#D934FE

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

Shades of Psychedelic Purple #D934FE

Tints of Psychedelic Purple #D934FE

Color information

#D934FE (or 0xD934FE) is unknown color: approx Psychedelic Purple. HEX triplet: D9, 34 and FE. RGB value is (217,52,254). Sum of RGB (Red+Green+Blue) = 217+52+254=523 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.49% from 523); Green value is 52 (20.70% from 255 or 9.94% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #D934FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D934FE is #26CB01. Grayscale: #7B7B7B. Windows color (decimal): -2542338 or 16659673. OLE color: 16659673.

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

Color convert

RGB21752254-
CMYK0.150.8000.00
HSL289.01º99.02%60%-
HSV(B)289.01º79.53%99.61%-
XYZ47.7324.3695.95-
YUV124.36201.16194.07-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.49%
GREEN value IS 52 (20.70% from 255) = 9.94%
BLUE value IS 254 (99.61% from 255) = 48.57%
R=41.49%
G=9.94%
B=48.57%

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
Decimal217522540.150.8000.00289.0199.0260
HexD934FEF5000121633c
Octal33164376171200044114374
Binary110110011101001111111011111010000001001000011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D934FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D934FE; }

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

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

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

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

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

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

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

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