Html Css Color HEX #D529EB Psychedelic Purple

📋 copy color: '#D529EB'

red 213 ◦ green 41 ◦ blue 235

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

Shades of Psychedelic Purple #D529EB

Tints of Psychedelic Purple #D529EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.06%

R = 43.56%
G = 8.38%
B = 48.06%

CMYK

 C value IS 0.09

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D529EB (or 0xD529EB) is known color: Psychedelic Purple. HEX triplet: D5, 29 and EB. RGB value is (213,41,235). Sum of RGB (Red+Green+Blue) = 213+41+235=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 41 (16.41% from 255 or 8.38% from 489); Blue value is 235 (92.19% from 255 or 48.06% from 489); Max value from RGB is 235 - color contains mainly: blue. Hex color #D529EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D529EB is #2AD614. Grayscale: #717171. Windows color (decimal): -2807317 or 15411669. OLE color: 15411669.

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

Color convert

RGB 213 41 235 -
CMYK 0.09 0.83 0 0.08
HSL 293.2º 0.83% 0.54% -
HSV(B) 293.2º 0.83% 0.92% -
XYZ 43.23 21.73 80.51 -
YUV 114.54 195.98 198.23 -
System Red Green Blue C M Y K H S L
Decimal 213 41 235 0.09 0.83 0 0.08 293.2 0.83 0.54
Hex D5 29 EB 9 53 0 8 125 53 36
Octal 325 51 353 11 123 0 10 445 123 66
Binary 11010101 101001 11101011 1001 1010011 0 1000 100100101 1010011 110110

Color Harmonies of #D529EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D529EB

Black with #D529EB

Text Example


Text Example

White with #D529EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D529EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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