Html Css Color HEX #D528E5 Psychedelic Purple

📋 copy color: '#D528E5'

red 213 ◦ green 40 ◦ blue 229

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

Shades of Psychedelic Purple #D528E5

Tints of Psychedelic Purple #D528E5

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.3%

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

R = 44.19%
G = 8.3%
B = 47.51%

CMYK

 C value IS 0.07

 M value IS 0.83

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D528E5 (or 0xD528E5) is known color: Psychedelic Purple. HEX triplet: D5, 28 and E5. RGB value is (213,40,229). Sum of RGB (Red+Green+Blue) = 213+40+229=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 40 (16.02% from 255 or 8.30% from 482); Blue value is 229 (89.84% from 255 or 47.51% from 482); Max value from RGB is 229 - color contains mainly: blue. Hex color #D528E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D528E5 is #2AD71A. Grayscale: #707070. Windows color (decimal): -2807579 or 15018197. OLE color: 15018197.

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

Color convert

RGB 213 40 229 -
CMYK 0.07 0.83 0 0.10
HSL 294.92º 0.78% 0.53% -
HSV(B) 294.92º 0.83% 0.9% -
XYZ 42.34 21.32 76.01 -
YUV 113.27 193.31 199.13 -
System Red Green Blue C M Y K H S L
Decimal 213 40 229 0.07 0.83 0 0.10 294.92 0.78 0.53
Hex D5 28 E5 7 53 0 A 127 4E 35
Octal 325 50 345 7 123 0 12 447 116 65
Binary 11010101 101000 11100101 111 1010011 0 1010 100100111 1001110 110101

Color Harmonies of #D528E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D528E5

Black with #D528E5

Text Example


Text Example

White with #D528E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D528E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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