#D500EE

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

Shades of Psychedelic Purple #D500EE

Tints of Psychedelic Purple #D500EE

Color information

#D500EE (or 0xD500EE) is unknown color: approx Psychedelic Purple. HEX triplet: D5, 00 and EE. RGB value is (213,0,238). Sum of RGB (Red+Green+Blue) = 213+0+238=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 0 (0.39% from 255 or 0% from 451); Blue value is 238 (93.36% from 255 or 52.77% from 451); Max value from RGB is 238 - color contains mainly: blue. Hex color #D500EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D500EE is #2AFF11. Grayscale: #5A5A5A. Windows color (decimal): -2817810 or 15597781. OLE color: 15597781.

HSL color Cylindrical-coordinate representation of color #D500EE: hue angle of 293.7º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D500EE is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB2130238-
CMYK0.11100.07
HSL293.7º100%46.67%-
HSV(B)293.7º100%93.33%-
XYZ42.8720.3282.55-
YUV90.82211.07215.15-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.23%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 238 (93.36% from 255) = 52.77%
R=47.23%
G=0%
B=52.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal21302380.11100.07293.710046.67
HexD50EEB6407126642f
Octal3250356131440744614457
Binary110101010111011101011110010001111001001101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D500EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D500EE; }

 p { color: rgb(213,0,238); }

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

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

 a { background-color: rgb(213,0,238); }

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

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

 span { border-color: rgb(213,0,238); }

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