Html Css Color HEX #D529EA Psychedelic Purple

📋 copy color: '#D529EA'

red 213 ◦ green 41 ◦ blue 234

#D529EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #D529EA

Tints of Psychedelic Purple #D529EA

RGB

 RED value IS 213 (83.59% from 255) = 43.65%

 GREEN value IS 41 (16.41% from 255) = 8.4%

 BLUE value IS 234 (91.8% from 255) = 47.95%

R = 43.65%
G = 8.4%
B = 47.95%

CMYK

 C value IS 0.09

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D529EA (or 0xD529EA) is known color: Psychedelic Purple. HEX triplet: D5, 29 and EA. RGB value is (213,41,234). Sum of RGB (Red+Green+Blue) = 213+41+234=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 41 (16.41% from 255 or 8.40% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #D529EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D529EA is #2AD615. Grayscale: #717171. Windows color (decimal): -2807318 or 15346133. OLE color: 15346133.

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

Color convert

RGB 213 41 234 -
CMYK 0.09 0.82 0 0.08
HSL 293.47º 0.82% 0.54% -
HSV(B) 293.47º 0.82% 0.92% -
XYZ 43.08 21.67 79.75 -
YUV 114.43 195.48 198.31 -
System Red Green Blue C M Y K H S L
Decimal 213 41 234 0.09 0.82 0 0.08 293.47 0.82 0.54
Hex D5 29 EA 9 52 0 8 125 52 36
Octal 325 51 352 11 122 0 10 445 122 66
Binary 11010101 101001 11101010 1001 1010010 0 1000 100100101 1010010 110110

Color Harmonies of #D529EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D529EA

Black with #D529EA

Text Example


Text Example

White with #D529EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D529EA; }

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

 H1.HeaderClassName
 {
   color: #D529EA;
 }
 .AnyTagClassName
 {
   color: #D529EA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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