#D933FF

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

Shades of Psychedelic Purple #D933FF

Tints of Psychedelic Purple #D933FF

Color information

#D933FF (or 0xD933FF) is unknown color: approx Psychedelic Purple. HEX triplet: D9, 33 and FF. RGB value is (217,51,255). Sum of RGB (Red+Green+Blue) = 217+51+255=523 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.49% from 523); Green value is 51 (20.31% from 255 or 9.75% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #D933FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D933FF is #26CC00. Grayscale: #7B7B7B. Windows color (decimal): -2542593 or 16724953. OLE color: 16724953.

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

Color convert

RGB21751255-
CMYK0.150.800
HSL288.82º100%60%-
HSV(B)288.82º80%100%-
XYZ47.8524.3496.78-
YUV123.89202194.41-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.49%
GREEN value IS 51 (20.31% from 255) = 9.75%
BLUE value IS 255 (100% from 255) = 48.76%
R=41.49%
G=9.75%
B=48.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal217512550.150.800288.8210060
HexD933FFF5000121643c
Octal33163377171200044114474
Binary110110011100111111111111111010000001001000011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D933FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D933FF; }

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

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

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

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

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

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

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

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