#D632FF

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

Shades of Psychedelic Purple #D632FF

Tints of Psychedelic Purple #D632FF

Color information

#D632FF (or 0xD632FF) is unknown color: approx Psychedelic Purple. HEX triplet: D6, 32 and FF. RGB value is (214,50,255). Sum of RGB (Red+Green+Blue) = 214+50+255=519 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.23% from 519); Green value is 50 (19.92% from 255 or 9.63% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #D632FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D632FF is #29CD00. Grayscale: #797979. Windows color (decimal): -2739457 or 16724694. OLE color: 16724694.

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

Color convert

RGB21450255-
CMYK0.160.8000
HSL288º100%59.8%-
HSV(B)288º80.39%100%-
XYZ46.9223.896.73-
YUV122.41202.83193.33-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.23%
GREEN value IS 50 (19.92% from 255) = 9.63%
BLUE value IS 255 (100% from 255) = 49.13%
R=41.23%
G=9.63%
B=49.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal214502550.160.800028810059.8
HexD632FF105000120643c
Octal32662377201200044014474
Binary1101011011001011111111100001010000001001000001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D632FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D632FF; }

 p { color: rgb(214,50,255); }

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

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

 a { background-color: rgb(214,50,255); }

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

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

 span { border-color: rgb(214,50,255); }

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