#d218fe

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

Shades of Psychedelic Purple #D218FE

Tints of Psychedelic Purple #D218FE

Color information

#D218FE (or 0xD218FE) is unknown color: approx Psychedelic Purple. HEX triplet: D2, 18 and FE. RGB value is (210,24,254). Sum of RGB (Red+Green+Blue) = 210+24+254=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 24 (9.77% from 255 or 4.92% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #D218FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D218FE is #2DE701. Grayscale: #696969. Windows color (decimal): -3008258 or 16652498. OLE color: 16652498.

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

Color convert

RGB21024254-
CMYK0.170.9100.00
HSL288.52º99.14%54.51%-
HSV(B)288.52º90.55%99.61%-
XYZ44.7921.5195.56-
YUV105.83211.62202.3-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.03%
GREEN value IS 24 (9.77% from 255) = 4.92%
BLUE value IS 254 (99.61% from 255) = 52.05%
R=43.03%
G=4.92%
B=52.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal210242540.170.9100.00288.5299.1454.51
HexD218FE115B001216337
Octal32230376211330044114367
Binary110100101100011111110100011011011001001000011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d218fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d218fe; }

 p { color: rgb(210,24,254); }

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

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

 a { background-color: rgb(210,24,254); }

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

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

 span { border-color: rgb(210,24,254); }

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