#D505EB

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

Shades of Psychedelic Purple #D505EB

Tints of Psychedelic Purple #D505EB

Color information

#D505EB (or 0xD505EB) is unknown color: approx Psychedelic Purple. HEX triplet: D5, 05 and EB. RGB value is (213,5,235). Sum of RGB (Red+Green+Blue) = 213+5+235=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 5 (2.34% from 255 or 1.10% from 453); Blue value is 235 (92.19% from 255 or 51.88% from 453); Max value from RGB is 235 - color contains mainly: blue. Hex color #D505EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D505EB is #2AFA14. Grayscale: #5C5C5C. Windows color (decimal): -2816533 or 15402453. OLE color: 15402453.

HSL color Cylindrical-coordinate representation of color #D505EB: hue angle of 294.26º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D505EB is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB2135235-
CMYK0.090.9800.08
HSL294.26º95.83%47.06%-
HSV(B)294.26º97.87%92.16%-
XYZ42.4920.2580.27-
YUV93.41207.91213.3-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.02%
GREEN value IS 5 (2.34% from 255) = 1.10%
BLUE value IS 235 (92.19% from 255) = 51.88%
R=47.02%
G=1.10%
B=51.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal21352350.090.9800.08294.2695.8347.06
HexD55EB96208126602f
Octal32553531114201044614057
Binary110101011011110101110011100010010001001001101100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D505EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D505EB; }

 p { color: rgb(213,5,235); }

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

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

 a { background-color: rgb(213,5,235); }

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

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

 span { border-color: rgb(213,5,235); }

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