#D431FE

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

Shades of Psychedelic Purple #D431FE

Tints of Psychedelic Purple #D431FE

Color information

#D431FE (or 0xD431FE) is unknown color: approx Psychedelic Purple. HEX triplet: D4, 31 and FE. RGB value is (212,49,254). Sum of RGB (Red+Green+Blue) = 212+49+254=515 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.17% from 515); Green value is 49 (19.53% from 255 or 9.51% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #D431FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D431FE is #2BCE01. Grayscale: #787878. Windows color (decimal): -2870786 or 16658900. OLE color: 16658900.

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

Color convert

RGB21249254-
CMYK0.170.8100.00
HSL287.71º99.03%59.41%-
HSV(B)287.71º80.71%99.61%-
XYZ46.1423.3595.84-
YUV121.11203192.83-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.17%
GREEN value IS 49 (19.53% from 255) = 9.51%
BLUE value IS 254 (99.61% from 255) = 49.32%
R=41.17%
G=9.51%
B=49.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal212492540.170.8100.00287.7199.0359.41
HexD431FE115100120633b
Octal32461376211210044014373
Binary1101010011000111111110100011010001001001000001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D431FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D431FE; }

 p { color: rgb(212,49,254); }

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

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

 a { background-color: rgb(212,49,254); }

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

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

 span { border-color: rgb(212,49,254); }

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