#D118FA

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

Shades of Psychedelic Purple #D118FA

Tints of Psychedelic Purple #D118FA

Color information

#D118FA (or 0xD118FA) is unknown color: approx Psychedelic Purple. HEX triplet: D1, 18 and FA. RGB value is (209,24,250). Sum of RGB (Red+Green+Blue) = 209+24+250=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 24 (9.77% from 255 or 4.97% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #D118FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D118FA is #2EE705. Grayscale: #686868. Windows color (decimal): -3073798 or 16390353. OLE color: 16390353.

HSL color Cylindrical-coordinate representation of color #D118FA: hue angle of 289.12º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D118FA is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20924250-
CMYK0.160.9000.02
HSL289.12º95.76%53.73%-
HSV(B)289.12º90.4%98.04%-
XYZ43.8821.1192.2-
YUV105.08209.79202.12-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.27%
GREEN value IS 24 (9.77% from 255) = 4.97%
BLUE value IS 250 (98.05% from 255) = 51.76%
R=43.27%
G=4.97%
B=51.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal209242500.160.9000.02289.1295.7653.73
HexD118FA105A021216036
Octal32130372201320244114066
Binary1101000111000111110101000010110100101001000011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D118FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D118FA; }

 p { color: rgb(209,24,250); }

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

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

 a { background-color: rgb(209,24,250); }

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

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

 span { border-color: rgb(209,24,250); }

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