#D617EA

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

Shades of Psychedelic Purple #D617EA

Tints of Psychedelic Purple #D617EA

Color information

#D617EA (or 0xD617EA) is unknown color: approx Psychedelic Purple. HEX triplet: D6, 17 and EA. RGB value is (214,23,234). Sum of RGB (Red+Green+Blue) = 214+23+234=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 23 (9.38% from 255 or 4.88% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #D617EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D617EA is #29E815. Grayscale: #676767. Windows color (decimal): -2746390 or 15341526. OLE color: 15341526.

HSL color Cylindrical-coordinate representation of color #D617EA: hue angle of 294.31º 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 #D617EA is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB21423234-
CMYK0.090.9000.08
HSL294.31º83.4%50.39%-
HSV(B)294.31º90.17%91.76%-
XYZ42.8920.8579.61-
YUV104.16201.28206.34-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.44%
GREEN value IS 23 (9.38% from 255) = 4.88%
BLUE value IS 234 (91.80% from 255) = 49.68%
R=45.44%
G=4.88%
B=49.68%

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
Decimal214232340.090.9000.08294.3183.450.39
HexD617EA95A081265332
Octal326273521113201044612362
Binary11010110101111110101010011011010010001001001101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D617EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D617EA; }

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

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

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

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

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

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

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

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