#D529EE

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

Shades of Psychedelic Purple #D529EE

Tints of Psychedelic Purple #D529EE

Color information

#D529EE (or 0xD529EE) is unknown color: approx Psychedelic Purple. HEX triplet: D5, 29 and EE. RGB value is (213,41,238). Sum of RGB (Red+Green+Blue) = 213+41+238=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 41 (16.41% from 255 or 8.33% from 492); Blue value is 238 (93.36% from 255 or 48.37% from 492); Max value from RGB is 238 - color contains mainly: blue. Hex color #D529EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D529EE is #2AD611. Grayscale: #727272. Windows color (decimal): -2807314 or 15608277. OLE color: 15608277.

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

Color convert

RGB21341238-
CMYK0.110.8300.07
HSL292.39º85.28%54.71%-
HSV(B)292.39º82.77%93.33%-
XYZ43.6721.9182.82-
YUV114.89197.48197.98-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.29%
GREEN value IS 41 (16.41% from 255) = 8.33%
BLUE value IS 238 (93.36% from 255) = 48.37%
R=43.29%
G=8.33%
B=48.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal213412380.110.8300.07292.3985.2854.71
HexD529EEB53071245537
Octal32551356131230744412567
Binary11010101101001111011101011101001101111001001001010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D529EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D529EE; }

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

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

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

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

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

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

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

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