#D517EA

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

Shades of Psychedelic Purple #D517EA

Tints of Psychedelic Purple #D517EA

Color information

#D517EA (or 0xD517EA) is unknown color: approx Psychedelic Purple. HEX triplet: D5, 17 and EA. RGB value is (213,23,234). Sum of RGB (Red+Green+Blue) = 213+23+234=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 23 (9.38% from 255 or 4.89% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #D517EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D517EA is #2AE815. Grayscale: #676767. Windows color (decimal): -2811926 or 15341525. OLE color: 15341525.

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

Color convert

RGB21323234-
CMYK0.090.9000.08
HSL294.03º83.4%50.39%-
HSV(B)294.03º90.17%91.76%-
XYZ42.620.779.59-
YUV103.86201.45205.84-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.32%
GREEN value IS 23 (9.38% from 255) = 4.89%
BLUE value IS 234 (91.80% from 255) = 49.79%
R=45.32%
G=4.89%
B=49.79%

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
Decimal213232340.090.9000.08294.0383.450.39
HexD517EA95A081265332
Octal325273521113201044612362
Binary11010101101111110101010011011010010001001001101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D517EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D517EA; }

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

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

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

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

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

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

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

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