#D916FE

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

Shades of Psychedelic Purple #D916FE

Tints of Psychedelic Purple #D916FE

Color information

#D916FE (or 0xD916FE) is unknown color: approx Psychedelic Purple. HEX triplet: D9, 16 and FE. RGB value is (217,22,254). Sum of RGB (Red+Green+Blue) = 217+22+254=493 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.02% from 493); Green value is 22 (8.98% from 255 or 4.46% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #D916FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D916FE is #26E901. Grayscale: #6A6A6A. Windows color (decimal): -2550018 or 16651993. OLE color: 16651993.

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

Color convert

RGB21722254-
CMYK0.150.9100.00
HSL290.43º99.15%54.12%-
HSV(B)290.43º91.34%99.61%-
XYZ46.7922.4895.64-
YUV106.75211.1206.64-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.02%
GREEN value IS 22 (8.98% from 255) = 4.46%
BLUE value IS 254 (99.61% from 255) = 51.52%
R=44.02%
G=4.46%
B=51.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal217222540.150.9100.00290.4399.1554.12
HexD916FEF5B001226336
Octal33126376171330044214366
Binary11011001101101111111011111011011001001000101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D916FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D916FE; }

 p { color: rgb(217,22,254); }

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

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

 a { background-color: rgb(217,22,254); }

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

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

 span { border-color: rgb(217,22,254); }

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