Html Css Color HEX #D529E5 Psychedelic Purple

📋 copy color: '#D529E5'

red 213 ◦ green 41 ◦ blue 229

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

Shades of Psychedelic Purple #D529E5

Tints of Psychedelic Purple #D529E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 47.41%

R = 44.1%
G = 8.49%
B = 47.41%

CMYK

 C value IS 0.07

 M value IS 0.82

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D529E5 (or 0xD529E5) is known color: Psychedelic Purple. HEX triplet: D5, 29 and E5. RGB value is (213,41,229). Sum of RGB (Red+Green+Blue) = 213+41+229=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 41 (16.41% from 255 or 8.49% from 483); Blue value is 229 (89.84% from 255 or 47.41% from 483); Max value from RGB is 229 - color contains mainly: blue. Hex color #D529E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D529E5 is #2AD61A. Grayscale: #717171. Windows color (decimal): -2807323 or 15018453. OLE color: 15018453.

HSL color Cylindrical-coordinate representation of color #D529E5: hue angle of 294.89º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D529E5 is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 213 41 229 -
CMYK 0.07 0.82 0 0.10
HSL 294.89º 0.78% 0.53% -
HSV(B) 294.89º 0.82% 0.9% -
XYZ 42.38 21.39 76.02 -
YUV 113.86 192.98 198.71 -
System Red Green Blue C M Y K H S L
Decimal 213 41 229 0.07 0.82 0 0.10 294.89 0.78 0.53
Hex D5 29 E5 7 52 0 A 127 4E 35
Octal 325 51 345 7 122 0 12 447 116 65
Binary 11010101 101001 11100101 111 1010010 0 1010 100100111 1001110 110101

Color Harmonies of #D529E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D529E5

Black with #D529E5

Text Example


Text Example

White with #D529E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D529E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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