#D634FF

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

Shades of Psychedelic Purple #D634FF

Tints of Psychedelic Purple #D634FF

Color information

#D634FF (or 0xD634FF) is unknown color: approx Psychedelic Purple. HEX triplet: D6, 34 and FF. RGB value is (214,52,255). Sum of RGB (Red+Green+Blue) = 214+52+255=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 52 (20.70% from 255 or 9.98% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #D634FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D634FF is #29CB00. Grayscale: #7A7A7A. Windows color (decimal): -2738945 or 16725206. OLE color: 16725206.

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

Color convert

RGB21452255-
CMYK0.160.8000
HSL287.88º100%60.2%-
HSV(B)287.88º79.61%100%-
XYZ47.0123.9796.76-
YUV123.58202.17192.49-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.07%
GREEN value IS 52 (20.70% from 255) = 9.98%
BLUE value IS 255 (100% from 255) = 48.94%
R=41.07%
G=9.98%
B=48.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal214522550.160.8000287.8810060.2
HexD634FF105000120643c
Octal32664377201200044014474
Binary1101011011010011111111100001010000001001000001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D634FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D634FF; }

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

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

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

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

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

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

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

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