#D416EB

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

Shades of Psychedelic Purple #D416EB

Tints of Psychedelic Purple #D416EB

Color information

#D416EB (or 0xD416EB) is unknown color: approx Psychedelic Purple. HEX triplet: D4, 16 and EB. RGB value is (212,22,235). Sum of RGB (Red+Green+Blue) = 212+22+235=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 22 (8.98% from 255 or 4.69% from 469); Blue value is 235 (92.19% from 255 or 50.11% from 469); Max value from RGB is 235 - color contains mainly: blue. Hex color #D416EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D416EB is #2BE914. Grayscale: #666666. Windows color (decimal): -2877717 or 15406804. OLE color: 15406804.

HSL color Cylindrical-coordinate representation of color #D416EB: hue angle of 293.52º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D416EB is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB21222235-
CMYK0.100.9100.08
HSL293.52º84.19%50.39%-
HSV(B)293.52º90.64%92.16%-
XYZ42.4320.5780.33-
YUV103.09202.45205.68-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.20%
GREEN value IS 22 (8.98% from 255) = 4.69%
BLUE value IS 235 (92.19% from 255) = 50.11%
R=45.20%
G=4.69%
B=50.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal212222350.100.9100.08293.5284.1950.39
HexD416EBA5B081265432
Octal324263531213301044612462
Binary11010100101101110101110101011011010001001001101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D416EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D416EB; }

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

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

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

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

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

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

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

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