#D218F1

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

Shades of Psychedelic Purple #D218F1

Tints of Psychedelic Purple #D218F1

Color information

#D218F1 (or 0xD218F1) is unknown color: approx Psychedelic Purple. HEX triplet: D2, 18 and F1. RGB value is (210,24,241). Sum of RGB (Red+Green+Blue) = 210+24+241=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 24 (9.77% from 255 or 5.05% from 475); Blue value is 241 (94.53% from 255 or 50.74% from 475); Max value from RGB is 241 - color contains mainly: blue. Hex color #D218F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D218F1 is #2DE70E. Grayscale: #676767. Windows color (decimal): -3008271 or 15800530. OLE color: 15800530.

HSL color Cylindrical-coordinate representation of color #D218F1: hue angle of 291.43º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D218F1 is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB21024241-
CMYK0.130.9000.05
HSL291.43º88.57%51.96%-
HSV(B)291.43º90.04%94.51%-
XYZ42.7820.7184.96-
YUV104.35205.12203.36-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.21%
GREEN value IS 24 (9.77% from 255) = 5.05%
BLUE value IS 241 (94.53% from 255) = 50.74%
R=44.21%
G=5.05%
B=50.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal210242410.130.9000.05291.4388.5751.96
HexD218F1D5A051235934
Octal32230361151320544313164
Binary1101001011000111100011101101101001011001000111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D218F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D218F1; }

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

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

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

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

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

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

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

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