#D50AEE

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

Shades of Psychedelic Purple #D50AEE

Tints of Psychedelic Purple #D50AEE

Color information

#D50AEE (or 0xD50AEE) is unknown color: approx Psychedelic Purple. HEX triplet: D5, 0A and EE. RGB value is (213,10,238). Sum of RGB (Red+Green+Blue) = 213+10+238=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 10 (4.30% from 255 or 2.17% from 461); Blue value is 238 (93.36% from 255 or 51.63% from 461); Max value from RGB is 238 - color contains mainly: blue. Hex color #D50AEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D50AEE is #2AF511. Grayscale: #5F5F5F. Windows color (decimal): -2815250 or 15600341. OLE color: 15600341.

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

Color convert

RGB21310238-
CMYK0.110.9600.07
HSL293.42º91.94%48.63%-
HSV(B)293.42º95.8%93.33%-
XYZ42.9820.5482.59-
YUV96.69207.75210.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.20%
GREEN value IS 10 (4.30% from 255) = 2.17%
BLUE value IS 238 (93.36% from 255) = 51.63%
R=46.20%
G=2.17%
B=51.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal213102380.110.9600.07293.4291.9448.63
HexD5AEEB60071255c31
Octal32512356131400744513461
Binary110101011010111011101011110000001111001001011011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D50AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D50AEE; }

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

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

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

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

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

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

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

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