#D918F0

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

Shades of Psychedelic Purple #D918F0

Tints of Psychedelic Purple #D918F0

Color information

#D918F0 (or 0xD918F0) is unknown color: approx Psychedelic Purple. HEX triplet: D9, 18 and F0. RGB value is (217,24,240). Sum of RGB (Red+Green+Blue) = 217+24+240=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 24 (9.77% from 255 or 4.99% from 481); Blue value is 240 (94.14% from 255 or 49.90% from 481); Max value from RGB is 240 - color contains mainly: blue. Hex color #D918F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D918F0 is #26E70F. Grayscale: #696969. Windows color (decimal): -2549520 or 15735001. OLE color: 15735001.

HSL color Cylindrical-coordinate representation of color #D918F0: hue angle of 293.61º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D918F0 is Cyan = 0.10, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB21724240-
CMYK0.100.900.06
HSL293.61º87.8%51.76%-
HSV(B)293.61º90%94.12%-
XYZ44.6721.784.27-
YUV106.33203.44206.94-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.11%
GREEN value IS 24 (9.77% from 255) = 4.99%
BLUE value IS 240 (94.14% from 255) = 49.90%
R=45.11%
G=4.99%
B=49.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal217242400.100.900.06293.6187.851.76
HexD918F0A5A061265834
Octal33130360121320644613064
Binary1101100111000111100001010101101001101001001101011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D918F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D918F0; }

 p { color: rgb(217,24,240); }

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

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

 a { background-color: rgb(217,24,240); }

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

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

 span { border-color: rgb(217,24,240); }

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