#D814FD

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

Shades of Psychedelic Purple #D814FD

Tints of Psychedelic Purple #D814FD

Color information

#D814FD (or 0xD814FD) is unknown color: approx Psychedelic Purple. HEX triplet: D8, 14 and FD. RGB value is (216,20,253). Sum of RGB (Red+Green+Blue) = 216+20+253=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 20 (8.20% from 255 or 4.09% from 489); Blue value is 253 (99.22% from 255 or 51.74% from 489); Max value from RGB is 253 - color contains mainly: blue. Hex color #D814FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D814FD is #27EB02. Grayscale: #686868. Windows color (decimal): -2616067 or 16585944. OLE color: 16585944.

HSL color Cylindrical-coordinate representation of color #D814FD: hue angle of 290.47º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D814FD is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB21620253-
CMYK0.150.9200.01
HSL290.47º98.31%53.53%-
HSV(B)290.47º92.09%99.22%-
XYZ46.322.1994.77-
YUV105.17211.43207.05-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.17%
GREEN value IS 20 (8.20% from 255) = 4.09%
BLUE value IS 253 (99.22% from 255) = 51.74%
R=44.17%
G=4.09%
B=51.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal216202530.150.9200.01290.4798.3153.53
HexD814FDF5C011226236
Octal33024375171340144214266
Binary11011000101001111110111111011100011001000101100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D814FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D814FD; }

 p { color: rgb(216,20,253); }

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

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

 a { background-color: rgb(216,20,253); }

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

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

 span { border-color: rgb(216,20,253); }

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