#D417EA

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

Shades of Psychedelic Purple #D417EA

Tints of Psychedelic Purple #D417EA

Color information

#D417EA (or 0xD417EA) is unknown color: approx Psychedelic Purple. HEX triplet: D4, 17 and EA. RGB value is (212,23,234). Sum of RGB (Red+Green+Blue) = 212+23+234=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 23 (9.38% from 255 or 4.90% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #D417EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D417EA is #2BE815. Grayscale: #666666. Windows color (decimal): -2877462 or 15341524. OLE color: 15341524.

HSL color Cylindrical-coordinate representation of color #D417EA: hue angle of 293.74º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D417EA is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB21223234-
CMYK0.090.9000.08
HSL293.74º83.4%50.39%-
HSV(B)293.74º90.17%91.76%-
XYZ42.3120.5579.58-
YUV103.56201.62205.34-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.20%
GREEN value IS 23 (9.38% from 255) = 4.90%
BLUE value IS 234 (91.80% from 255) = 49.89%
R=45.20%
G=4.90%
B=49.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal212232340.090.9000.08293.7483.450.39
HexD417EA95A081265332
Octal324273521113201044612362
Binary11010100101111110101010011011010010001001001101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D417EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D417EA; }

 p { color: rgb(212,23,234); }

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

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

 a { background-color: rgb(212,23,234); }

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

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

 span { border-color: rgb(212,23,234); }

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