#D400FF

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

Shades of Psychedelic Purple #D400FF

Tints of Psychedelic Purple #D400FF

Color information

#D400FF (or 0xD400FF) is unknown color: approx Psychedelic Purple. HEX triplet: D4, 00 and FF. RGB value is (212,0,255). Sum of RGB (Red+Green+Blue) = 212+0+255=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 0 (0.39% from 255 or 0% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #D400FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D400FF is #2BFF00. Grayscale: #5B5B5B. Windows color (decimal): -2883329 or 16711892. OLE color: 16711892.

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

Color convert

RGB2120255-
CMYK0.17100
HSL289.88º100%50%-
HSV(B)289.88º100%100%-
XYZ45.221.2296.32-
YUV92.46219.74213.27-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.40%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 54.60%
R=45.40%
G=0%
B=54.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal21202550.17100289.8810050
HexD40FF1164001226432
Octal3240377211440044214462
Binary11010100011111111100011100100001001000101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D400FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D400FF; }

 p { color: rgb(212,0,255); }

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

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

 a { background-color: rgb(212,0,255); }

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

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

 span { border-color: rgb(212,0,255); }

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