#D635FF

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

Shades of Psychedelic Purple #D635FF

Tints of Psychedelic Purple #D635FF

Color information

#D635FF (or 0xD635FF) is unknown color: approx Psychedelic Purple. HEX triplet: D6, 35 and FF. RGB value is (214,53,255). Sum of RGB (Red+Green+Blue) = 214+53+255=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 53 (21.09% from 255 or 10.15% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #D635FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D635FF is #29CA00. Grayscale: #7B7B7B. Windows color (decimal): -2738689 or 16725462. OLE color: 16725462.

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

Color convert

RGB21453255-
CMYK0.160.7900
HSL287.82º100%60.39%-
HSV(B)287.82º79.22%100%-
XYZ47.0524.0696.77-
YUV124.17201.84192.07-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.00%
GREEN value IS 53 (21.09% from 255) = 10.15%
BLUE value IS 255 (100% from 255) = 48.85%
R=41.00%
G=10.15%
B=48.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal214532550.160.7900287.8210060.39
HexD635FF104F00120643c
Octal32665377201170044014474
Binary1101011011010111111111100001001111001001000001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D635FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D635FF; }

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

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

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

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

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

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

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

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