#D416F1

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

Shades of Psychedelic Purple #D416F1

Tints of Psychedelic Purple #D416F1

Color information

#D416F1 (or 0xD416F1) is unknown color: approx Psychedelic Purple. HEX triplet: D4, 16 and F1. RGB value is (212,22,241). Sum of RGB (Red+Green+Blue) = 212+22+241=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 22 (8.98% from 255 or 4.63% 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 #D416F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D416F1 is #2BE90E. Grayscale: #676767. Windows color (decimal): -2877711 or 15800020. OLE color: 15800020.

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

Color convert

RGB21222241-
CMYK0.120.9100.05
HSL292.05º88.66%51.57%-
HSV(B)292.05º90.87%94.51%-
XYZ43.3220.9284.97-
YUV103.78205.45205.19-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.63%
GREEN value IS 22 (8.98% from 255) = 4.63%
BLUE value IS 241 (94.53% from 255) = 50.74%
R=44.63%
G=4.63%
B=50.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal212222410.120.9100.05292.0588.6651.57
HexD416F1C5B051245934
Octal32426361141330544413164
Binary1101010010110111100011100101101101011001001001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D416F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D416F1; }

 p { color: rgb(212,22,241); }

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

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

 a { background-color: rgb(212,22,241); }

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

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

 span { border-color: rgb(212,22,241); }

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